Mirror of Apache CouchDB

Clone this repo:
  1. ce62148 Merge branch 'couchdb-2992' by Nick Vatamaniuc · 7 years ago master
  2. 3b15107 Allow limiting maximum document body size by Nick Vatamaniuc · 7 years ago
  3. d22903c Merge remote-tracking branch 'cloudant/couchdb-3302' by Nick Vatamaniuc · 7 years ago
  4. 6e9074b Prevent attachment upload from timing out during update_docs fabric call by Nick Vatamaniuc · 7 years ago
  5. 70535ee Use RealReplyCount to distinguish worker replies and invalid docs by Tony Sun · 7 years ago

fabric

Fabric is a collection of proxy functions for CouchDB operations in a cluster. These functions are used in CouchDB as the remote procedure endpoints on each of the cluster nodes.

For example, creating a database is a straightforward task in CouchDB 1.x, but for a clustered CouchDB, each node that will store a shard for the database needs to receive and execute a fabric function. The node handling the request also needs to compile the results from each of the nodes and respond accordingly to the client.

Fabric is used in conjunction with ‘Rexi’ which is also an application within CouchDB.

Getting Started

Fabric requires R13B03 or higher and can be built with rebar.

License

Apache 2.0