Search⌘ K
AI Features

Use Gremlin

Explore how to use the Gremlin traversal language within Elixir to query property graphs efficiently. Understand Gremlin's step-based query process, including filtering nodes, traversing edges, and extracting data properties.

We'll cover the following...

Gremlin is a graph traversal language for property graphs that is being developed by the Apache TinkerPop project and is supported by various graph system vendors—both OLTPOnline Transaction Processing graph databases and OLAPOnline Analytical Processing graph ...