gremlin-scala
gremlin-scala copied to clipboard
Scala wrapper for Apache TinkerPop 3 Graph DSL
Hi again, I'm trying to test every aspect of Tinkerprop3, here is one other place that don't match with Groovy version: gs.V.as("a").properties("location").hasNot("endTime").as("b") Error:(44, 41) value hasNot is not a member...
There is a compilation error when building a traversal dynamically. In my use case, I need to create a chain of Vertices from a dynamic-length list, and avoid creating existing...
Hi, is there any plan to support the Tinkerpop Gremlin `mergeV/mergeE` semantics? https://tinkerpop.apache.org/docs/current/upgrade/#_mergev_and_mergee