arangodb-tinkerpop-provider icon indicating copy to clipboard operation
arangodb-tinkerpop-provider copied to clipboard

An implementation of the Tinkerpop OLTP Provider for ArangoDB

Results 17 arangodb-tinkerpop-provider issues
Sort by recently updated
recently updated
newest added

Please consider adding support for schema evolution, _i.e._ modify the schema over time by adding new vertex or node labels. Closes #59. The code developed for this feature may also...

enhancement
help_wanted

When loading information from an existing graph the vpack must support the case where the Tinkerpop metadata is empty.

enhancement

The driver doesn't generate optimal AQL queries. For example the easiest Gremlin query: `g.V().hasLabel("person").next()` In a graph, which has 3 vertex collections Generates following AQL Query: ``` (FOR v in...

enhancement
feature

The Graph configuration should support additional options to create a graph and/or to reuse an existing one.

enhancement

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...

enhancement

With the changes on how property access is provided and moving towards ElegantObjects the VPackSerializer/VPackDeserializer for graph elements needs to be revised. Mainly we want to remove all reflective access...

enhancement

Supporting this types of ids works for serialization (storing in the DB), however when desrialiazing (reading the DB) it does not. The reason is that Integers and UUIDs are stored...

enhancement