Introduction to Gremlin
Learn about Gremlin and the Apache TickerPop project.
We'll cover the following...
Direct graph traversal
Cypher and SPARQL are the two main declarative query languages for graphs, but for directly traversing graphs, perhaps the best-known language used by graph databases is Gremlin. As an imperative language, ...