API Demo
Explore loading data into Dgraph and perform queries using Elixir. Learn to use built-in Dgraph functions like has() and uid() for efficient data retrieval, applying queries by predicate and node identification.
We'll cover the following...
We'll cover the following...
Load data
Let’s try out our API. We’ll need some data, so let’s reload our default graph, which we can do as:
iex> read_graph("default.dgraph") |> graph_create
Load the default graph
...