FaunaDBvs
Cockroach Labs


Cockroach Labs: The cloud-native distributed SQL database

Document-relational database whose hosted service closed in 2025 and whose core is now unmaintained Apache 2.0 code.
As of 30 August 2026, FaunaDB is free to use. Fauna was a globally distributed document-relational database sold only as an API. Softwr lists it under Databases. FaunaDB is made by Fauna Inc., launched in 2012, available on Web.
Overview
Fauna is a distributed document-relational database written in Scala and running on the JVM. It stores JSON-like documents in typed collections, supports relationships between collections, enforces schema progressively, and gives strongly consistent ACID transactions across regions using a deterministic transaction ordering protocol in the Calvin family. It was accessed over HTTPS rather than a wire protocol, with no connection pooling and no persistent sockets, through drivers for JavaScript, Python, Go, the JVM and .NET. The current query language is FQL v10, a typed language with user-defined functions, attribute-based access control, document history and event streaming; the older v4 FQL and its GraphQL endpoint were deprecated before the shutdown. The fact that decides everything else is that Fauna is no longer a service. Fauna Inc. announced in 2025 that it was winding down the hosted product, and the core was published as an Apache 2.0 repository under a FaunaDB Foundation copyright at github.com/fauna/faunadb. That is a genuinely open licence, more permissive than the source-available terms most databases retreat to, but the repository has had no substantive commits since May 2025 and the official drivers were frozen at the same time. So the software is free and also unowned: no managed offering, no security patches, no roadmap, and an OPERATING.md that you will be reading at 3am because nobody else is on call. Running it means standing up and tuning a JVM cluster whose operational knowledge lives with people who have moved on. The people looking at Fauna now are almost entirely teams who already have data in it and are deciding between operating the open core and migrating away. The trade-off is that FQL is unique to Fauna. There is no wire compatibility with Postgres, MySQL or MongoDB, no SQL surface, and no ORM or BI tool that speaks it, so moving off is not a dump and restore but a rewrite of every query, every index definition and every access rule in the application. That cost was always the hidden term in the Fauna contract, and the shutdown collected it. For a new build the honest recommendation is Postgres, DynamoDB or a distributed SQL database with a company behind it.
The honest half
Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about FaunaDB.
Cross-shopped
Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.


Cockroach Labs: The cloud-native distributed SQL database


PostgreSQL: The world's most advanced open source relational database


Airtable: Create apps that perfectly fit your team's needs


Amazon Aurora: MySQL and PostgreSQL-compatible relational database built for the cloud
Pricing
Taken from the vendor's own pricing page. Prices move, so check before you buy.
Free
Free
Pro
$25 /mo
Capabilities
Document-relational model
Stores JSON-like documents in collections that can hold typed schemas and real references between collections
FQL v10
Typed, composable query language with functions, projections and pagination built in
Distributed ACID transactions
Deterministic transaction ordering gives strict serialisability across replicas rather than per-document atomicity
HTTPS access
Queries go over HTTP with an API key, so serverless functions need no connection pool
User-defined functions
Server-side functions stored in the database and callable by name from clients
Attribute-based access control
Roles and predicates evaluated per document, so client applications can query directly with scoped keys
Document history
Retains prior versions of documents for a configured window, allowing temporal reads
Event streaming
Clients subscribe to changes on a set or document and receive updates as they commit
Apache 2.0 core
Full server source published under a permissive licence with no competing-use restriction
Self-hosted deployment
Builds to a fat JAR and runs as a JVM cluster on your own machines
Answered, with sources
Each answer names the page it came from, so you can check it rather than take our word for it.
No. Fauna Inc. wound down the hosted service in 2025 and the company website is no longer serving. The only way to run Fauna now is to build and operate the open-sourced server yourself.
Apache 2.0, with the copyright held by a FaunaDB Foundation. That is a permissive OSI licence with no competing-use clause, so you may run it, modify it and even offer it as a service.
It is the core database engine. The control plane, billing, dashboard and multi-tenant operational tooling that made it a service are not part of the release, so you are running the engine, not the product.
There is no drop-in target. Teams that valued the document model with relationships usually land on Postgres with JSONB, and teams that valued the serverless HTTP access pattern usually land on DynamoDB or a managed Postgres with an HTTP driver. Either way the query layer is rewritten.
It builds as a fat JAR and runs as a multi-node JVM cluster. There is an OPERATING.md, but no supported packaging, no operator, no upstream releases and no support contract, so budget for a distributed-systems engineer, not a container.
Behind it
Keep looking
MySQL and PostgreSQL-compatible relational database built for the cloud
Create apps that perfectly fit your team's needs
Google Cloud's serverless analytical warehouse, billed either by bytes scanned per query or by reserved compute slots.
Apache 2.0 distributed graph database written in Go, maintained by Hypermode, queried through GraphQL or its own DQL language.
AWS-only managed key-value and document database with fixed per-partition throughput limits and no ad hoc queries.
Fully managed relational database service for MySQL, PostgreSQL, and SQL Server
Cloud-native messaging and streaming with separated storage
Softwr does not host reviews and shows no star rating for FaunaDB, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.
What people switch to, and what they give up
Every tier, and where the cost actually lands
Put it head to head with anything we hold
Its rating, and an embed for your own site
Industrial process historian with published per-tag pricing and no client licence fees
Per tag band per yearNetApp-owned managed service for Cassandra, Kafka, OpenSearch, PostgreSQL and Cadence with a bring-your-own-cloud model
quoteErlang MQTT broker for large IoT fleets, relicensed to BSL with production free use limited to one node
Per month by connection and session volumeAttribute-based access control and masking applied inside Snowflake, Databricks and BigQuery
quoteMPP analytical database with a MySQL wire protocol and sub-second aggregation on wide tables
Open source, no licence feeStreaming database that maintains incremental materialised views in SQL instead of Flink jobs
Per RisingWave Unit hourCentralised data access governance from the creators of Apache Ranger, now rebranding as Trust3 AI
quoteThe Meta-lineage distributed SQL query engine, distinct from the Trino fork
Open source, no licence fee