1
NMerz
7y

I would like to use an graph database for a new application. Do you have any recommendations? How is Apache Tinkerpop?

Comments
  • 1
    @dfox @trogus Do you use Gremlin or Cypher?
  • 1
    @Artemix It is a type of NoSql databases. DevRant is build with an graph database Neo4j
  • 4
    @NMerz we use a mixture of Cypher and a Neo4j Java server extension I wrote for algo.
  • 1
    @dfox cool. So you use neo4j for some similarity searching or also for fetching all data for the API?
Add Comment