[Database] Add Fauna DB #4
luisaveiro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Add a Docker Compose file to streamline the setup of a Fauna Database in a local development environment.
Introduction to Fauna Database
Fauna is a cloud-native, globally distributed database that provides flexible data models, GraphQL support, and ACID transactions. It’s designed for developers to build without worrying about infrastructure, scaling, or latency issues. Fauna allows you to focus on writing code without needing to manage the underlying database infrastructure.
For local development and testing, Fauna provides a Docker image that simplifies the process of setting up a Fauna instance on your machine.
Contents in PR
List of files to be included in the PR:
Resources
Beta Was this translation helpful? Give feedback.
All reactions