Ask HN: What is the best software to visualize a graph with a billion nodes?
11–20 of 117 posts
Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#12Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#13Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#14Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#15Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#16But if you were my coworker I'd really press on why do you want the visualisation and if you can get your answers in some other way. And whether you can create aggregates of your data that reduces it to thousands of groups instead. Your data is a minimum of ~800GB if the graph is a single line (position + 64bit value encoding each edge, no labels), so you're not doing anything real-time with it anyway.
Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#17It would be a great thing for open source if someone improved the performance of dot/graphviz!
Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#18Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#19Re: Ask HN: What is the best software to visualize a graph with a billion nodes?
#20Earlier quoted context omitted.
If it's text-heavy I'd recommend Obsidian
So the goal would be to eventually move that graph into running code and query it. But it’s never going to be large - easily fit in memory. Obsidian is PKM right? Does it have the idea of labels on the edges?
I'd look for Knowledge Graph editors then, for RDF or OWL knowledge bases, I don't have any specific recommendation, there are many but most are rather old.
Alternatively, go for a graph database like Neo4j, it's primarily designed as a database and not an editor, but it does have a nice UI visualize and change things by hand.