Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a GUI tool which allows you to look at the contents of the Neo4j database visually.

share|improve this question

4 Answers

up vote 6 down vote accepted

The easiest is to start the neo4j server and view your graph via the webadmin: http://docs.neo4j.org/chunked/stable/tools-webadmin.html

share|improve this answer

Gephi can connect to Neo4j databases, and offers a very powerful visualisation platform, albeit with a bit of a learning curve.

share|improve this answer

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.

share|improve this answer

Using it's own web interface is best.

Sushil Jain

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.