开发者

Are there any Serious Graph databases not written in Java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 3 years ago.

Improve this question 开发者_如何学C

I am looking for a serious graph database system which is not written in Java.

I am not interested in RDF databases, since I expect to be able to store more complex graphs (actually hypergraphs) From within the Java camp, OrientDB is a good example of what I am looking for.

Disclaimer: This is not flamebait. I have nothing against Java, I just want to have an idea of what is out there, implemented in other languages, perhaps as an extension to other dbms, such as MySQL, MongoDb or CouchDb.


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.


I am now testing the OQGRaph engine of MySQL. It looks promising but doesn't seem to support multi-graphs.


Cayley is an open-source graph inspired by the graph database behind Google's Knowledge Graph, and it is written in Go.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜