Graph Database in Java (other than Neo4J)

前端 未结 8 473
甜味超标
甜味超标 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:41

    If your Graphs could be represented as RDF graphs then you could use Jena since that is entirely free and open source

    http://jena.sourceforge.net

    Whether that's in any way useful to you depends on why you need a Graph database and what type of Graphs you need to store in it.

    0 讨论(0)
  • 2021-01-30 01:52

    Also take a look at ArrangoDB. A lovely multi-model database.

    https://www.arangodb.com/

    EDIT : Must say that I'm falling more and more in love with Arrango :)

    0 讨论(0)
提交回复
热议问题