I want to visualize a Neo4j database in a graphical application. (I\'m doing this primarily as a learning exercise).
I want it to behave almost identically to the v
The best one I've found is Keylines, but its not cheap. Gephi is OK, but the last time I looked it did not support Neo4j 2.0
If your a programmer Neo4j is open source, so you can fork the repository on Git and use that (you will have to check the licencing model before you commercialise any product though)