FaunaDB Examples

This repository holds a collection of examples of how to interact with FaunaDB.

Table of Contents

Java

A full working application exposing a REST API for a set of CRUD operations around one example entity.

Go to the code

Scala

A full working application exposing a REST API for a set of CRUD operations around one example entity.

Go to the code

Python

A full working application exposing a REST API for a set of CRUD operations around one example entity.

Go to the code