Hi,
I'm pretty new to graph data and Neo4j. I love the simplicity and easy-of-use of the Neo4j Browser for visualization, but I need a bit more control over layer.
For example, I need to visualize a graph of about 1,000 nodes and 4,000 relationships. In the Neo4j Browser, it is pretty tedious to drag nodes around until the visualization has some logical structure. And if I need to tweak my query, all that work is gone.. Also, even though I have plenty of CPU and RAM, the Neo4j Browser keeps crashing or freezing on me with a graph this size.
I've read the articles on the Neo4j site about visualization, but there's a confusing array of options and it looks like the tools that support more customized layout are libraries that require some code. This isn't a deal breaker, but I'd prefer a no-code solution for now.
My question:
Could anyone suggest a tool similar to Neo4j Browser that supports:
- Customized layouts, e.g. group nodes of specified labels in "zones" of the browser window - something like a hierarchical tree or grid.
- Remember some version the layout that I created by dragging nodes all over the place so that I don't have to start from scratch with every new query.
Thanks for the help,
Tim