Search⌘ K
AI Features

TinkerGraph Project

Explore how to create the TinkerGraph project in Elixir and use the gremlex package to query graphs with Gremlin. Learn to manage dependencies, configure connections, and integrate graph storage for efficient graph traversal.

The gremlex package

There’s already an Elixir package we can use to test out querying Gremlin—the gremlex package by CarLabs, which provides an Elixir client for Apache TinkerPop.

The TinkerGraph

...