connectToNeo4j | Connect to Neo4j graph database |
createNode | Create a node with its property keys in Neo4j database |
createRelationship | Create a relationship with its property keys in Neo4j... |
getLabel | Get the nodes on a layer in a Neo4j graph |
getLabelsCount | Get the number of labels in a Neo4j graph |
getNodeAttributes | Get the attributes of a node, or all nodes in a Neo4j graph |
getRelationshipAttributes | Get the attributes of the relationships connecting two nodes,... |
isLabel | Verify if the label exists in a graph |
prepareNodesDataframeToCreate | Prepare the nodes dataframe |
prepareRelationshipsDataframeToCreate | Prepare the relationships dataframe |
removeAllNodesOfLabel | Delete all nodes of the same label |
removeNode | Delete a node in the Neo4j graph |
removeRelationship | Delete a relationship between 2 nodes in the Neo4j graph |
splitDBIDs | Split the databases' ids' of the nodes extracted from the... |
storeMully | Save a mully graph in the Neo4j database |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.