Skip to content

Make use of Gremlin bytecode instead of direct traversal manipulation. #10

@okram

Description

@okram

Generating Gremlin bytecode is much easier (and less error prone) than doing direct traversal.addStep() calls. Moreover, the serialization and ultimate translation to a Traversal is handled by GremlinServer (or remote connection).

Gremlin bytecode is in TinkerPop 3.2.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions