Alberto
Alberto

Reputation: 607

Tinkerpop 3.1 on OrientDB?

is there any way to run Tinkerpop Gremlin 3.1 traversals in OrientDB? I've noticed that currently the DBMS supports the previous version (2.x) of the Tinkerpop traversal language which, for example, only allows to directly filter edges by label, but not vertices :( .

I was quite satisfied with gremlin-scala and orientDB-gremlin but I found that not all my queries where efficiently executed (some indexes were ignored). Is there any other way?

Thanks in advance :)

Upvotes: 0

Views: 423

Answers (1)

Michael Pollmeier
Michael Pollmeier

Reputation: 1380

Orientdb-gremlin is indeed the only available driver, and while it works pretty well for base cases there's some work left for index usage. If you report your cases in a github issue we can have a look. Best is obviously if you submit a PR :)

Upvotes: 2

Related Questions