I'm working with graph databases, in detail with Apache Tinkerpop. The Tinkerpop uses REST or websockets so internally the data structure are JSON structures, but mostly nested JSON objects with meta-information. On graph databases it is a good strategy to define a schema for vertices and edges (see for example Janusgraph).
In my use-case I'm using Java and Go, so it might be interesting for me, to support this project. But how can I start fo example to add the Tinkerpop support?
Hello,
I'm working with graph databases, in detail with Apache Tinkerpop. The Tinkerpop uses REST or websockets so internally the data structure are JSON structures, but mostly nested JSON objects with meta-information. On graph databases it is a good strategy to define a schema for vertices and edges (see for example Janusgraph).
In my use-case I'm using Java and Go, so it might be interesting for me, to support this project. But how can I start fo example to add the Tinkerpop support?