Difference between revisions of "Gremlin Basics"
Jump to navigation
Jump to search
(→Steps) |
|||
Line 64: | Line 64: | ||
<uml> | <uml> | ||
hide Circle | hide Circle | ||
+ | class Step [[http://tinkerpop.apache.org/javadocs/current/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.html]] { | ||
+ | } | ||
Step <|-- map | Step <|-- map | ||
Step <|-- flatMap | Step <|-- flatMap |
Revision as of 18:56, 1 November 2018
Gremlin Paper by Marko Rodriguez
DSL
Concepts
Three interacting components
- a Graph G
- a traversal Ψ
- and a set of Traversers T