ironico / d3_js_intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

An very basic introduction to using D3.js to display a Neo4j graph via its REST API.

How To

Follow along on Graph Visualization and Neo4j - Part Three

git clone git@github.com:maxdemarzi/d3_js_intro.git
cd d3_js_intro
bundle install
rake neo4j:install
rake neo4j:start
rake neo4j:create
rackup

Then visit localhost:9292/index.html to see the examples.

See an example running on heroku at morning-sunset-4428.herokuapp.com/index.html

Requirements

  • Ruby 1.9.2+

  • Neo4j 1.7

About

License:MIT License