November 2022
Intermediate to advanced
294 pages
5h 58m
English
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.[77] And as an imperative language, Gremlin may even provide a performance boost in some cases, as its execution is more finely controlled.
Gremlin is the graph traversal language of the Apache TinkerPop project.[78] This traversal language is supported on many different graph implementations and is something of a de facto standard in the graph query landscape. So we’ll definitely want to get acquainted with it.
We need to clarify a couple of terms: TinkerPop and TinkerGraph. TinkerPop is the underlying graph framework that ...
Read now
Unlock full access