Graph Database in Java (other than Neo4J)

前端 未结 8 536
甜味超标
甜味超标 2021-01-30 00:56

Greetings,
Is there any open source graph database available other than Neo4J??

NOTE: Why not Neo4J?
Neo4J is openso

8条回答
  •  情深已故
    2021-01-30 01:34

    I suggest you to use Blueprints from tinkerpop, they allow you to use a graphDB of your choice (also from Neo4j and OrientDB). And they also provide an extension to use the db as rdf repository (using Sesame Sail).

提交回复
热议问题