Curated list of Fauna resources that live outside of the fauna.com or docs.fauna.com domains. Please feel free to make a PR to add more, or to propose a different organizational structure.
- JavaScript/TypeScript backend - This sample app shows how to use Fauna in a production application. The app uses Node.js and the Fauna v10 JavaScript driver to create HTTP API endpoints for an e-commerce store. You can use the app's API endpoints to manage products, customers, and orders for the store.
- Java - This sample app shows how to use Fauna in a production application. The app uses Java 17 with Gradle 8.9 and the Fauna v10 JVM driver to create HTTP API endpoints for an e-commerce store. You can use the app's API endpoints to manage products, customers, and orders for the store.
- Event Streaming - This reference application show how you can use Fauna Event Streaming to build real-time apps. You can use it as a starting point for your apps.
- Build a Real-time Next.js 14 Chat App with Fauna - You’ll learn how to build a chat application using Fauna Streams and Next.js 14, focusing on the essentials and best practices.
- Fauna JumpStart - Essentials of Fauna - You'll learn the basics of Fauna and FQL in this youtube series
- Webinar: Comparing Distributed Transaction Architectures for the Cloud Era (Kyle Kingsbury) - Geographically distributed transactional workloads are an emerging problem in distributed databases. Consensus algorithms like Raft offer us totally ordered operations in the context of a single replication group, but there is (as of yet) no consensus on how to build fast, isolated transactions across multiple consensus groups. Kyle Kingsbury, author of the famous Jepsen testing series, presents several approaches for transactional databases, including those based on Percolator (TiDB), Spanner (CockroachDB), MongoDB, Yugabyte and Calvin (Fauna).
- Unpacking Fauna: A Global Scale Cloud Native Database - Data Engineering Podcast Episode 78 (Tobias Macey, 6/4/2019)
- Consistent backends and UX - Part 1: Why should you care? - CSS Tricks, 03/26/2020
- Consistent backends and UX - Part 2: What can go wrong? - CSS Tricks, 03/26/2020
- Consistent backends and UX - Part 3: What are the barriers to adoption? - CSS Tricks, 03/26/2020
- Consistent backends and UX - Part 4: How do new algorithms help? - CSS Tricks, 03/27/2020
- What’s next for serverless architecture? - Automatic distribution of logic and data to the edge will bring minimal latency to end users, without provisioning, scaling, or configuration worries for developers (InfoWorld, 2/13/2020)
All contributions are greatly appreciated!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You may also simply open an issue.
Don't forget to give the project a star! Thanks again!