Create the Book Graph
Explore how to construct a book graph in Elixir with Gremlin by adding vertices and edges with properties. Learn to query graph data by traversing nodes and edges using Gremlin's traversal object to extract author names and roles. This lesson helps you master graph data querying within Elixir using Gremlin steps.
We'll cover the following...
We'll cover the following...
We’ll now query over the book graph we’ve been using as our reference graph. We want to see how we can query over this using Gremlin and how that differs from the other query languages.