Apache CouchDB ™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers.
Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks JSON natively and supports binary data for all your data storage needs.
The Couch Replication Protocol lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling offline-first user-experience while maintaining high performance and strong reliability. CouchDB comes with a developer-friendly query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval.
See the introduction, technical overview for more information, or learn what’s new in 3.3.
CouchDB is a terrific single-node database that works just like any other database
behind an application server of your choice.
Most people start with a single node CouchDB instance. More demanding projects can
seamlessly upgrade to a cluster.
CouchDB is also a clustered database that allows you to run a single logical
database server on any number of servers or VMs.
A CouchDB cluster improves on the single-node setup with higher capacity and
high-availability without changing any APIs.
CouchDB makes use of the ubiquitous HTTP protocol and JSON data format and is compatible with any software that supports them. CouchDB also works great with external tools like HTTP proxy servers, load balancers.
CouchDB’s unique Replication Protocol is the foundation for a whole new generation of “Offline First” applications for Mobile applications and other environments with challenging network infrastructures.
CouchDB is built for servers (from a Raspberry Pi to big cloud installations), while
PouchDB is built for mobile & web-browsers.
They can seamlessly replicate data with each other.
CouchDB is serious about data reliability.
Individual nodes use a crash-resistant append-only data structure. A multi-node
CouchDB cluster saves all data redundantly, so it is always available when you need
it.
We welcome your contributions. CouchDB is an open source project. Everything, from this website to the core of the database itself, has been contributed by helpful individuals. The time and attention of our contributors is our most precious resource, and we always need more of it. Our primary goal is to build a welcoming, supporting, inclusive and diverse community. We abide by Code of Conduct and a set of Project Bylaws. Come join us!
Help shape the future of CouchDB! There’s still plenty of work to be done on the core database. We use GitHub to track issues and pull requests.
Lend your JavaScript skills to the next-generation web UI for CouchDB. Fauxton is the “killer app” that makes CouchDB so powerful and easy to manage.
We’re not just building a database – we’re crafting the CouchDB story. Help us promote CouchDB: plan meetups, make video tutorials, write blog posts.
Got a few suggestions for the very website you’re reading right now? Think the UX, copy, or layout could be better? Welcome! We’d love to hear from you.
Docs can be improved indefinitely. If you’ve got a flair for technical writing, help us make the docs clearer, better structured, or even translate them.
You can be the first person someone interacts with when they have a question. Giving guidance is a great way to help others while learning CouchDB.
We run community chat channels on Libera.Chat IRC network and Slack. IRC is open and very common, but Slack is more user-friendly.
We have two IRC channels. #Couchdb for discussions on using CouchDB and #CouchDB-dev for discussions on CouchDB development.
This is a low-traffic list for release announcements and security disclosures.
This is a general discussion and support forum for all CouchDB users.
This is where people working on CouchDB itself discuss things.
This is where all source code and wiki change notifications are sent.
This is a single stream of generated notification from GitHub.