Reasonable Number of Directed Graph Nodes and Edges

Posted by opensourcechris on Programmers See other posts from Programmers or by opensourcechris
Published on 2012-06-29T14:37:58Z Indexed on 2012/06/29 15:22 UTC
Read the original article Hit count: 245

Filed under:
|

How many directed graph nodes are typically represented in the browser? I'm working with some large data-sets with nodes and edges more then 400,000. I'm wondering if I am going down a fruitless path trying to represent them in the browser via arbor.js or similar JS libraries. What's the most effective way to allow a large number of users to visualize and browse a large directed graph of up to 500,000 records?

© Programmers or respective owner

Related posts about JavaScript

Related posts about graph