使用 JDBC/ODBC 进行大图数据可视化
我查看了 Gephi 并尝试使用它,但它只支持 MySQL、SQLServer 和 postgreSQL。我的数据库连接是 JDBC/ODBC。还有哪些其他图形可视化软件能够连接到此类数据库?
I have looked at Gephi and tried to play around with it, however it only supports MySQL, SQLServer, and postgreSQL. My database connectivity is JDBC/ODBC. What other graph visualization software would be able to connect to such database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Graphviz 非常棒,它可以处理巨大的数据集并绘制图表。但这是一个独立的工具,它根据自己的 DSL 绘制图形,例如:
因此您必须首先生成这样的文件,然后将其提供给 GraphViz。
Graphviz is magnificent, it can handle enormously big data sets and draw graphs. But this is a standalone tool that draws graphs based on its own DSL, e.g.:
So you would have to produce such a file first and then feed GraphViz with it.