Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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.

like image 430
fccoelho Avatar asked Apr 11 '11 17:04

fccoelho


People also ask

Where we should not use graph database?

Graph databases are not as useful for operational use cases because they are not efficient at processing high volumes of transactions and they are not good at handling queries that span the entire database.


2 Answers

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.

like image 198
arun_suresh Avatar answered Sep 24 '22 13:09

arun_suresh


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

like image 38
fccoelho Avatar answered Sep 21 '22 13:09

fccoelho