TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Ggraph – A graph visualization library for big messy data

76 pointsby pcbjeover 8 years ago

9 comments

mcphageover 8 years ago
It's hard to get a sense of how it'll look with 'big messy data', when it's sample dataset is so tiny, at 14 nodes and 21 edges. Is there a way to see how it'll look with a ton of data?
评论 #13284306 未加载
评论 #13284761 未加载
bokchoiover 8 years ago
Perhaps related, I came across this graph library comparison page recently. You can try out the different libraries with different graphs and sizes:<p><a href="https:&#x2F;&#x2F;anvaka.github.io&#x2F;graph-drawing-libraries&#x2F;#&#x2F;all" rel="nofollow">https:&#x2F;&#x2F;anvaka.github.io&#x2F;graph-drawing-libraries&#x2F;#&#x2F;all</a>
prodtorokover 8 years ago
How big can the graph get before taking a noticeable performance hit? A better example should be shown if advertising &quot;Big ... Data&quot;
评论 #13284183 未加载
评论 #13284227 未加载
评论 #13284815 未加载
fauriaover 8 years ago
Congratulations! This seems to be a great tool to effectively display large graphs.<p>Maybe you can submit it to Neo4j team to be showcased in their &quot;Graph Visualization for Neo4j&quot; section: <a href="https:&#x2F;&#x2F;neo4j.com&#x2F;developer&#x2F;guide-data-visualization&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neo4j.com&#x2F;developer&#x2F;guide-data-visualization&#x2F;</a>
ivankiriginover 8 years ago
We used <a href="https:&#x2F;&#x2F;www.graphistry.com" rel="nofollow">https:&#x2F;&#x2F;www.graphistry.com</a> to visualize hundreds of thousands of edges for <a href="https:&#x2F;&#x2F;www.yesgraph.com&#x2F;twinmaps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.yesgraph.com&#x2F;twinmaps&#x2F;</a><p>The minimal eng required to get good performance was wonderful
评论 #13284817 未加载
andreashover 8 years ago
What are typical use cases for this?
评论 #13284206 未加载
fourtharkover 8 years ago
The lasso seems to &quot;give up&quot; if too many nodes are selected - stops updating the selection although it keeps updating the green shaded area. Perhaps it should only give up on the text labels which are probably the expensive part.
ropeladderover 8 years ago
I really like the grouping features and the labels work pretty well too (though it&#x27;s slow with large groups). Thanks for sharing your work!
评论 #13284697 未加载
sagichmalover 8 years ago
&quot;Hold right click and drag&quot; doesn&#x27;t work on laptops with trackpads.