Graph Service API
Learn how to create an API using the OTP behavior pattern for querying graphs.
We'll cover the following...
Let’s look at querying graphs.
Common interface for different graph services
The graph databases we’ll look at have web interfaces and support
Let’s define a common interface for these graph services. We can make use of the OTP behavior pattern to define a set of callbacks that will be ...