Check Out a New Interactive Neo4j Console - Rabbithole
Join the DZone community and get the full member experience.
Join For FreeA new Graph REPL using Heroku on Neo4j has been announced over at GitHub. For those of you who don't know, REPL stands for Read-Eval-Print Loop, and refers to a simple interactive top-level programming environment. In this case, the environment displays a simple graph representation that includes titles for both nodes and relationships. The link to the console displays code and a graph for characters from The Matrix, which is awesome.
The Github page includes usage and readme documents; here are the features and endpoints:
From the Rabbithole Github Page . . .
Features:
- set up graph with Geoff or Cypher
- execute Cypher (query and mutation)
- visualize graph and returned results with d3
- export graph
- share, tweet link to current graph and query
Endpoints:
- post /console/cypher
- post /console/geoff
- delete /console
- post /console/init
- get /console/share
Opinions expressed by DZone contributors are their own.
Comments