orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
93 stars 32 forks source link

[question] Matching step support? #7

Closed velo closed 9 years ago

velo commented 9 years ago

Hi,

As it is right now, does match step works? http://tinkerpop.incubator.apache.org/docs/3.0.1-incubating/#match-step

If not, any pointers in case I decide to make it happen?

Thanks,

Marvin

mpollmeier commented 9 years ago

I am not sure why it wouldn't. Give it a try and let me know :)

velo commented 9 years ago

I did and no joy... but, it may be me =D

I will retry tomorrow

mpollmeier commented 9 years ago

not sure what the problem is, but here's an example of the match step in tinkergraph using gremlin-scala: https://github.com/mpollmeier/gremlin-scala-examples/blob/master/tinkergraph/src/test/scala/MovieLensSpec.scala#L178