An attempt to use Neography and processing.js to navigate a Neo4j graph via its REST API.
Follow the steps on Getting started with Ruby and Neo4j to get Neo4j installed, started, and populate it with some nodes and relationships.
git clone git@github.com:maxdemarzi/neovigator.git cd neovigator bundle install rackup
Then visit localhost:9292 to see it running.
Enter a node id in the text box and click “Load”
See an example running on heroku at neovigator.herokuapp.com
This project is based on Ask Ken created by Michael Aufreiter.