uber-go / dosa

DOSA is a data object abstraction layer
MIT License
197 stars 37 forks source link

Tinkerpop support #451

Open flashpixx opened 4 years ago

flashpixx commented 4 years ago

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?