gremlin-scala icon indicating copy to clipboard operation
gremlin-scala copied to clipboard

Scala wrapper for Apache TinkerPop 3 Graph DSL

Results 33 gremlin-scala issues
Sort by recently updated
recently updated
newest added

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