Technology•September 22, 2017
Gremlin Recipes
This is a series of articles explaining how Gremlin traversals work. Those contents are the minimum knowledges you need in order to master Gremlin!
In order to be familiar with Gremlin traversal syntax and techniques, you need to understand how the language works. The below Gremlin recipes series will grant you a deep insight into Gremlin internals.
- Understanding Gremlin Traversals
- SQL to Gremlin
- Recommendation Engine traversal
- Recursive traversals
- Path object
- Projection and selection
- Variable handling
- sack() operator
- Pattern Matching
- Depth-first vs Breadth-first
This series was first published on DuyHai's blog.