I have a .dot
file with an enormous directed graph and need to explore it visually.
I have tried Gephi but it fails to render the file. Browser based renderers freeze my browser.
It would be awesome to have the ability to collapse/expand nodes, zoom and explore. Graph comparison would also be amazing.
Does any such tool exist?
3
https://dreampuf.github.io/GraphvizOnline
You can try this. I think it should be able to handle it.
Is the data hierarchical? If it is, you could build a custom app that still uses Graphviz to build a graph where the hierarchical groups are initially collapsed, and then allow exploration of the graph by expanding nodes.
I just built something like this to visually explore the symbols in software code (variables, functions, classes, etc).
https://marketplace.visualstudio.com/items?itemName=AtomicConcepts.atomicviz