Neo4j Server
JSON →Interact with and explore graph data in a Neo4j database.
Install
pip install -r Tools · 3
- read-neo4j-cypher Execute Cypher read queries to read data from the database
- write-neo4j-cypher Execute updating Cypher queries
- get-neo4j-schema Get a list of all nodes types in the graph database, their attributes with name, type and relationships to other node types
Links
★ 5 GitHub stars