Is CouchDB free?
Yes, Apache CouchDB is free and open source. Apache 2.0 license. Document database.
What is CouchDB?
CouchDB is a document database with HTTP API. Built-in replication and offline-first design. JSON documents.
CouchDB vs MongoDB?
CouchDB has master-master replication. MongoDB is more popular with more features. CouchDB for sync scenarios.
What is CouchDB good for?
Offline-first apps, multi-device sync, distributed systems. Built-in conflict resolution.