BigCouch


title: "BigCouch" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["cloud-applications", "cloud-infrastructure", "distributed-file-systems"] topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/BigCouch" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox Software"]

FieldValue
nameBigCouch
discontinuedyes
programming languageErlang
operating systemCross-platform
latest preview version0.4.2b
latest preview date
languageEnglish
genreDocument-oriented database
licenseApache License 2.0
websitehttp://bigcouch.cloudant.com/
::

| name = BigCouch | logo = | screenshot = | caption = | collapsible = | author = | developer = | discontinued = yes | programming language = Erlang | operating system = Cross-platform | latest preview version = 0.4.2b | latest preview date = | language = English | genre = Document-oriented database | license = Apache License 2.0 | website = http://bigcouch.cloudant.com/

BigCouch is an open-source, highly available, fault-tolerant, clustered & API-compliant version of Apache CouchDB, which was maintained by Cloudant. On January 5, 2012, Cloudant announced they would contribute the BigCouch horizontal scaling framework into the CouchDB project. The merge was completed in July 2013. Cloudant announced in June 2015 that they were no longer supporting BigCouch.

BigCouch allows users to create clusters of CouchDBs that are distributed over an arbitrary number of servers. While it appears to the end-user as one CouchDB instance, it is in fact one or more nodes in an elastic cluster, acting in concert to store and retrieve documents, index and serve views, and serve CouchApps.

Clusters behave according to concepts outlined in Amazon's Dynamo paper, namely that each node can accept requests, data is placed on partitions based on a consistent hashing algorithm, and quorum protocols are for read/write operations. It relies on Erlang and the Open Telecom Platform, despite using its own RPC mechanism over OTP's own "rex" server.

BigCouch was developed to address a common complaint raised by CouchDB skeptics is that "it doesn't scale," by which they mean it does not scale horizontally across many servers. This feature is necessary for CouchDB is to be used to address Big Data problems.

References

References

  1. "The Future of Apache CouchDB".
  2. (25 July 2013). "Welcome BigCouch".
  3. (24 June 2015). "BigCouch is no longer supported by Cloudant".
  4. (2 October 2007). "Dynamo: Amazon's Highly Available Key-value Store".
  5. "Cloudant's BigCouch is open-source".
  6. "ScalingOut CouchDB with BigCouch".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

cloud-applicationscloud-infrastructuredistributed-file-systems