Search⌘ K
AI Features

Query with Gremlin

Explore how to use Gremlin queries in Elixir with the gremlex package. Learn to build graphs, execute traversals, and retrieve data efficiently using Gremlin's client and graph modules.

We'll cover the following...

Let’s start off with some very basic Gremlin queries just to get an idea of what to expect.

The gremlex modules

The gremlex package provides two main modules: Gremlex.Graph and Gremlex.Client. ...