Difference between revisions of "Gremlin"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://tinkerpop.apache.org/gremlin.html | * https://tinkerpop.apache.org/gremlin.html | ||
* http://tinkerpop.apache.org/providers.html | * http://tinkerpop.apache.org/providers.html | ||
+ | = GraphTraversal = | ||
+ | One of the core concepts of tinkerpop/gremlin is the | ||
+ | [http://tinkerpop.apache.org/javadocs/3.2.5/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html GraphTraversal] | ||
[[Category:SiGNaL]] | [[Category:SiGNaL]] |
Revision as of 16:23, 10 January 2018
GraphTraversal
One of the core concepts of tinkerpop/gremlin is the GraphTraversal