Is there a GUI tool which allows you to look at the contents of the Neo4j database visually.
Asked
Active
Viewed 3.4k times
6 Answers
24
The easiest is to start the neo4j server and view your graph via the webadmin: http://docs.neo4j.org/chunked/stable/tools-webadmin.html

Luanne
- 19,145
- 1
- 39
- 51
-
We have used Cytoscape (http://www.cytoscape.org/) to render the graph based on our need and it is good. – Anver Sadhat Aug 07 '17 at 04:40
-
The page doesn't exist anymore. – Martin Bories Jul 12 '23 at 14:54
4
There is a new solution to explore the content of a Neo4j graph database using a web browser: http://linkurio.us/
It allows you to search nodes by properties, inspect nodes, expand neighborhood in a click...
Disclamer: I'm co-founder of Linkurious and Gephi.

Seb
- 618
- 5
- 11
-
can Linkurious be used to visualize your cpyher query output on web applications as well? – Prashant Kumar Oct 28 '15 at 17:04
4

Mike Barnes
- 4,217
- 18
- 40
- 64
-
2Neocliepse is or was.. the best free opensource tools. It's pity that it looks abandonned : ( – AJN Mar 30 '17 at 01:59
4
You might consider our application, movies.graphalchemist.com for a demo.
We typically deploy our solution in a business intelligence scenario, however feel to reach out if you find it a good fit for your use case.
The other applications mentioned work was well, and we use some of them for specific things internally...

Huston
- 83
- 3
2
Using it's own web interface is best.

Robin Green
- 32,079
- 16
- 104
- 187

Sushil Jain
- 477
- 1
- 5
- 13
-
run your neo4j instance then go to http://localhost:7474 if you are running neo on a remote machine, create an ssh tunnel on your local machine – Albert S Jan 27 '17 at 19:25