I am playing with neo4j to store some data with JAVA. I would like to have a good way to visualize my neo4j database and look through properties etc, mostly to have a feedback and understand what I put in my database.
I tried Neoclipse, but so far it is very buggy and often doesn’t load the graph. Is there an alternative graph visualization program?
The easiest thing to do is start the neo4j server and view your graph via the webAdmin: http://docs.neo4j.org/chunked/stable/tools-webadmin.html
Other options are the Gephi plugin for neo4j: https://gephi.org/plugins/neo4j-graph-database-support/
and there’s a neo4j blog entry on GraphViz: http://blog.neo4j.org/2012/05/graph-this-rendering-your-graph-with.html