All versions of this documentation
X
Download code Jump to the code Open in the playground

Neo4j Cypher

We use neo4j javascript driver to create a driver and a session that is used to query the graph.
The results of these queries are transformed by Ogma's parse.neo4j() function into Ogma's RawGraph format.
The neo4j session is closed at the end of the program.
Double click on a node to expand the graph.
This example is using a read-only instance of Neo4J hosted by GrapheneDB.
To use this example locally provide a Neo4j server 3.0.4+ running, instruction are provided within the example code.