Search⌘ K
AI Features

Graph Service API

Explore how to define a common graph service API in Elixir using OTP behaviors. Learn to create standardized CRUD operations and query interfaces to interact with various graph database services efficiently.

Let’s look at querying graphs.

Common interface for different graph services

The graph databases we’ll look at have web interfaces and support CRUDCreate, Read, Update, and Delete operations on graphs in ...