Hello,
I was looking to getting data from a social network represented as a graph,
I finally found GraphViz module which was excellent,
You can see the graph representation I've been able to render so far here :
Screenshots (you can click on it to magnify
but be sure no to crash your browser,the image has 6.4MB).
However,some problems regarding the running speeds frighten me (because of problems with
scalability.
I have just rendered a graph with 10000 nodes and 10000 edges(many isolated nodes)
and it took some 2-3 minutes .
But if I use the
overlap=>'false' feature which GraphViz comes with it(I also use
radial layout)
Also the biggest problem is that when I run this with a test it will be
about 1000000 nodes with 100000000 edges.
So I am thinking if this would be feasible and also I can't find any good benchmarks on this
GraphViz module,does someone know any benchmarks of it anywhere ?
An implementation using ajax would also be possible I think...but I don't know javascript
very well.
Regards,
Stefan
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.