We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Cayley 是一个开源图,其灵感来自于 Google 知识图背后的图数据库,它是用 < a href="https://code.google.com/p/go/" rel="nofollow">前往。
Cayley is an open-source graph inspired by the graph database behind Google's Knowledge Graph, and it is written in Go.
VTK 有图形类。它有一个过滤器将图形转换为表格,还有另一个过滤器将其传回。它也有 SQL 连接。它也可以与 boost 一起使用。
VTK has graph classes. It has a filter to transform graphs to tables, and another to transfer it back. It has SQL connection, too. It could work with boost, too.
根据您的要求,您可以尝试 Phoebus。
它不完全是一个 GraphDB,而更像是一个分布式图形处理框架。
Depending on what your requirement is, you could try out Phoebus.
It isn't exactly a GraphDB but more of a distributed graph processing framework.
我现在正在测试 MySQL 的 OQGRaph 引擎。它看起来很有希望,但似乎不支持多图。
I am now testing the OQGRaph engine of MySQL. It looks promising but doesn't seem to support multi-graphs.