Tutorials

Our step-by-step instructions in this tutorials section guide you through various FaunaDB use cases.

  • Learn how to create, read, update, and delete documents with our CRUD tutorial.

  • Learn how to use indexes to sort, search, or to search and sort documents.

  • FaunaDB is a bi-temporal database. Learn how to execute snapshot and event queries in the Temporality tutorial.

  • FaunaDB supports multi-tenant databases. Our Multitenancy tutorial shows you how to use this feature.

  • Learn how to use authentication in the user authentication tutorial, and how to control access to information in FaunaDB with our Attribute-based access control (ABAC) tutorial.

  • Our Social graph demonstrates how to form relationships between users, using a simple graph-like queries.

  • Finally, our E-commerce tutorial demonstrates one way to use FaunaDB to keep track of users and purchases.