Difference between revisions of "Gremlin Basics"
Jump to navigation
Jump to search
(→Steps) |
|||
Line 63: | Line 63: | ||
== Steps == | == Steps == | ||
<uml> | <uml> | ||
+ | hide Circle | ||
Step <|-- map | Step <|-- map | ||
Step <|-- flatMap | Step <|-- flatMap |
Revision as of 18:40, 1 November 2018
Gremlin Paper by Marko Rodriguez
DSL
Concepts
Three interacting components
- a Graph G
- a traversal Ψ
- and a set of Traversers T