Share 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 actually uses pre-recorded responses of a `neo4j@v3.0.4` server. To use this example with your database, omit the stub file and follow the instructions the example code.