Search⌘ K
AI Features

Set up a Graph Service

Explore how to set up a graph service with Dgraph in Elixir. Learn to upload schema data using GraphCommons.Graph struct, define wrapper functions for the Dlex library, and create query helpers. This lesson equips you to handle schema alteration, graph data deletion, and efficient querying.

In order to use the graph services API, we need to define some wrapper functions for the Dlex library functions.

Schema API

First, let’s add a ...