akrinke / neovigator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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”

See an example running on heroku at neovigator.herokuapp.com

Credits

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

About


Languages

Language:JavaScript 94.4%Language:Ruby 5.6%