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@


On 26 June 2015 at 04:12, Michael Pollmeier <[email protected]>
wrote:

Just found and fixed the problem: `new ODatabaseDocumentTx(url)` creates a
document db (without the V class etc)
Now I use `new ODatabaseFactory().createDatabase("graph", url)`.

I changed the package name, now it's all in

https://github.com/mpollmeier/orientdb-gremlin/tree/master/src/main/java/org/apache/tinkerpop/gremlin/orientdb

Reply via email to