neo4j-contrib / rabbithole

Interactive, embeddable Neo4j-Console
http://rabbithole.heroku.com
79 stars 41 forks source link

Interactive Neo4j Console - Graph REPL

Heroku App: https://rabbithole.heroku.com or https://console.neo4j.org

to embed in iframes, see usage.html

<iframe src="https://rabbithole.heroku.com?init=URI%20ENCODED%20CYPHER%20SETUP&query=URI%20ENCODED%20CYPHER%20QUERY" width="500" height="400" id="window"/>

Features:

Run it as your own heroku app:

Running locally on your machine:

building a war file

running locally via jetty

Endpoints:

Potential arguments for local execution:

java org.neo4j.community.console.Console port /path/to/db [expose]

("expose" will write and read-through to the graph-db otherwise it will copy the graph content into an in-memory db)

The console can also import the data from a remote server

https://console.neo4j.org?init=http://server:port/db/data/cypher