Ubigraph 的免费替代品

发布于 2024-10-31 01:34:18 字数 270 浏览 0 评论 0原文

我正在尝试使用 Ubigraph 及其 xml-rpc 接口生成大型图形可视化。然而,Ubigraph 的 xmlRPC 服务器不够快,无法处理我的 python 代码生成的调用率,并且冻结。我已经尝试了网站上列出的所有性能提示,但均无济于事。直接包装器在 Ubigraph 的免费版本中不可用,因此我的问题:是否有 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沐歌 2024-11-07 01:34:18

我想你可能也遇到了和我一样的问题。并不是ubigraph不能处理xmlrpc,而是64位版本有问题。它在完全不可预知的时间一直冻结在我身上(有时在 22 个边之后,有时在 1500 个边之后......)。
请尝试使用 32 位版本。它对我来说很坚固。

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.

夢归不見 2024-11-07 01:34:18

您看过 graphviz 吗?这必须是一项服务,还是可以在本地运行它?

Have you had a look at graphviz? Does this have to be a service, or could you just run it locally?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文