ArangoDB-Community / arangodb-tinkerpop-provider

An implementation of the Tinkerpop OLTP Provider for ArangoDB
Apache License 2.0
83 stars 16 forks source link

Structure elements should be more elegant #48

Open arcanefoam opened 5 years ago

arcanefoam commented 5 years ago

Implementations of the Tinkerpop structure API should be more elegant. For this we need to change inheritance for composition and shift towards immutability in our own API (we can't change the Tinkerpop API).

arcanefoam commented 5 years ago

We have simplified the implementation and change how graph elements are created via the Tinkerpop API (sea feature/38 89ada389bdc790ab5d6dac9f374e039dc391d150).