...

/

Graph Service API

Graph Service API

Learn how to create an API using the OTP behavior pattern for querying graphs.

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 their own graph stores. They all have their own APIs ...