Skip to content
akollegger edited this page Oct 16, 2012 · 4 revisions

Graphs are inherently visual, classically represented with circles and lines. You've got graph data, how do you make the pretty pictures? As always, copy and modify.

For visualization, I recommend forking one of the demonstrations from Max De Marzi:

Neo4j Data Browser

Neo4j's web UI provides a convenient graph visualization browser. No coding required. Just point Neo4j to your database directory, then open a browser, like so:

  1. edit conf/neo4j-server.properties to change org.neo4j.server.database.location
  2. start ./bin/neo4j start
  3. open http://localhost:7474
  4. read about Neo4j's web interface in the Neo4j Manual

Max Visualization

Reference

  • d3.js - data driven documents

Clone this wiki locally