age icon indicating copy to clipboard operation
age copied to clipboard

Added functionality for vlabel in python driver

Open Munmud opened this issue 1 year ago • 3 comments

Changes

  • added getOidOfGraph() in python driver
  • added get_vlabel() in python driver
  • added create_vlabel() in python driver

Munmud avatar Jul 31 '23 05:07 Munmud

@Munmud Can you justify why these are necessary? I'm not saying that they aren't, but you need to justify why they are necessary.

jrgemignani avatar Aug 01 '23 19:08 jrgemignani

Description

This update introduces several new functionalities to the Python driver, aiming to streamline the process of working with node labels. The enhancements include the addition of getOidOfGraph(), get_vlabel(), and create_vlabel() functions, which collectively contribute to a more efficient and user-friendly experience when dealing with node labels. While these operations can be performed manually, integrating these functions into the driver significantly reduces the learning curve for beginners.

Changes Made:

  1. Added getOidOfGraph(): Implemented a new function, getOidOfGraph(), in the Python driver. This function retrieves the Object ID (OID) associated with a specific graph, providing a convenient way to identify graphs within the driver.

  2. Added get_vlabel(): Introduced the get_vlabel() function to the Python driver. This function facilitates the retrieval of all node labels associated with a graph, streamlining the process of obtaining node label information.

  3. Added create_vlabel(): Implemented the create_vlabel() function within the Python driver. This function allows for the quick creation of node labels, simplifying the process of defining and adding new labels to nodes.

Munmud avatar Aug 15 '23 14:08 Munmud

These changes seem beneficial to me. Thoughts, @jrgemignani ?

dehowef avatar Aug 18 '23 03:08 dehowef

Outdated, also closed for using chatgpt to write the description

dehowef avatar Apr 19 '24 08:04 dehowef