arangodb-tinkerpop-provider
arangodb-tinkerpop-provider copied to clipboard
Structure elements should be more elegant
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).
We have simplified the implementation and change how graph elements are created via the Tinkerpop API (sea feature/38 89ada389bdc790ab5d6dac9f374e039dc391d150).