Skip to content

Instantly share code, notes, and snippets.

@okram
Created October 10, 2013 19:00
Show Gist options
  • Save okram/6923626 to your computer and use it in GitHub Desktop.
Save okram/6923626 to your computer and use it in GitHub Desktop.
ComputeResult result =
g.compute().program(GremlinVertexProgram.create().gremlin(() -> (Gremlin)
Gremlin.of().has("name", "marko").out().out().simplePath().has("name","lop").in())
.build())
.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment