Thanks to a huge combined effort (https://github.com/mpollmeier/orientdb-gremlin/graphs/contributors) the orient tp3 driver is not experimental any more. In fact, we're already using it in production.

The standard tinkerpop test suite for database drivers passes.

The main area that still needs some more work is index lookups - currently it does find the right index for a simple case, e.g. g.V.hasLabel("myLabel").has("someKey", "someValue"). However if there are multiple indexes on the same property, or if there the traversal should better use a composite index, that's not handled well yet (it just picks the first matching index).

Do you want to add it back to the front page (http://tinkerpop.incubator.apache.org/) ?

Cheers
Michael

Reply via email to