I have a node that has 39 sub-nodes, when I using neo4j browser, I dbclick this node, and alert "Sorry! Too many neighbours", anyone know how to solve this problem? Is there any better and high performance neo4j graph view tool?
Asked
Active
Viewed 810 times
2 Answers
3
Neo4j has a shell.you can try it. if you running it in the local y can simple run it in your terminal.(ubuntu)
nother thing is neo4j server require high performance.. Try the console.

Prathibha Chiranthana
- 822
- 1
- 10
- 28
-
I want to see the data structure as a graph view, If use terminal, it will display like mysql? – Awakening Jul 28 '14 at 08:06
-
2
you can try third party tools such as in this answer: How to visualize a neo4j graph
or at the main neo4j site there are tutorials and howtos: http://www.neo4j.org/develop/visualize