Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 921 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 921 Bytes

Description

An attempt to use Neography and processing.js to navigate a Neo4j graph via its REST API.

How To

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"

Credits

This project is based on Ask Ken created by Michael Aufreiter.

Links