Good news: I just released a first usable version of the OrientDB TP3
driver [1] and added an example project [2] which uses gremlin-scala
with OrientDB.
Currently supported are vertex and edge creation and lookups, properties
and traversals. Everything you need for simple use cases.
It's all released to maven central, so you can execute the example
project [2] or build your own. I'd really appreciate your feedback.
Cheers, Michael
[1] https://github.com/mpollmeier/orientdb-gremlin
[2] https://github.com/mpollmeier/gremlin-scala-examples
On 06/29/2015 09:35 AM, Michael Pollmeier wrote:
Currently I'm working on supporting edges and things like
vertex.edges(). With that we should be able to get traversals going.
Here's an incomplete list of other todos:
OrientGraphNoTx
index support
multi thread support: always do the setActive stuff?
cluster name support, e.g. on addVertex
tests: use the Standard TP3 testsuite. I run all my tests from a
different repo using Gremlin-Scala.
go through remaining NotImplementedExceptions and TODOs in code
Michael
On 06/27/2015 02:52 AM, Luca Garulli wrote:
Sorry to didn't see it before. What are the missing parts of OrientDB BP3
implementation?
Lvc@