views:

26

answers:

1

I'll need to throw in about 400 millions of nodes.

Preferable languages are java, php, .net, ruby or python. Anything alse will do the same. :D

Any ideas?

A: 

I think GraphViz might handle it:)

Gabriel Ščerbák
GraphViz may be able to handle it, but in my experience it is impractically slow once you have more than several tens of thousands of nodes. Even if the layout engine is up to the task, the visualization tools are not -- for example, you might have it output SVG, but the SVG viewers can't really handle that many objects. You might have it output PNG, but (IIRC) PNG has a maximum size that effectively limits the number of nodes you can show.
Eric Melski
That is a different thing:) I would say, that scalability for large images or graphs is most of the time supported only through thumbnails or cropped images.
Gabriel Ščerbák
Thanks, I'll try this one!
razielgn