Difference between revisions of "Gremlin Basics"

From BITPlan Wiki
Jump to navigation Jump to search
Line 63: Line 63:
 
== Steps ==
 
== Steps ==
 
<uml>
 
<uml>
 +
hide Circle
 
Step <|-- map
 
Step <|-- map
 
Step <|-- flatMap
 
Step <|-- flatMap

Revision as of 19:40, 1 November 2018

Gremlin Paper by Marko Rodriguez

load PDF

DSL

Concepts

Three interacting components

  1. a Graph G
  2. a traversal Ψ
  3. and a set of Traversers T

Steps