Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Alternative to Ubigraph

I am trying to generate a large graph visualization using Ubigraph and its xml-rpc interface. However Ubigraph's xmlRPC server is not fast enough to handle the call rate generated by my python code, and freezes. I have tried all the performance tips listed on the website to no avail. The direct wrapper is not available in the free version of Ubigraph, hence my question: are there any Free (as in speech) alternatives to Ubigraph?

like image 976
fccoelho Avatar asked Apr 05 '11 19:04

fccoelho


1 Answers

I think that you may be having the same problem I was. It is not that ubigraph cannot handle the xmlrpc, but that there is a problem with the 64-bit release. It kept freezing on me at completely unpredictable times (sometimes after 22 edges, sometimes after 1500 edges...). Try the 32-bit release instead. It has been solid for me.

like image 129
Brendan Avatar answered Oct 03 '22 17:10

Brendan