Apache CouchDB
Document database with replication and HTTP/JSON APIs.
Why it is included
Apache-2.0 licensed with a distinct replication model for offline-first apps.
Best for
Document-centric apps needing sync-friendly semantics.
If you use Windows, Mac, or paid tools
Document/sync database alternative to Firebase Realtime Database and proprietary mobile-sync backends you self-host.
Strengths
- Replication model
- HTTP API
Limitations
- Different ops profile than Postgres
Good alternatives
PostgreSQL + JSONB
Related tools
Databases
PostgreSQL
Advanced open-source relational database with extension ecosystem.
Databases
SQLite
Embedded SQL engine shipped inside countless applications.
Databases
MariaDB
Community-developed relational database forked from MySQL with storage engines and compatibility focus.
Databases
Valkey
BSD-licensed fork of Redis focused on open community governance under the Linux Foundation.
