You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: