From f2c165b9b1a3dbd4ba9d1fd6ee7667ea6f65e092 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Sat, 28 Feb 2015 23:18:46 +0100 Subject: [PATCH 1/2] readme: change to couchdb project --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6df941b..372fcb9 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,18 @@ ## fabric -Fabric is a collection of proxy functions for [CouchDB][1] operations in a cluster. These functions are used in [BigCouch][2] as the remote procedure endpoints on each of the cluster nodes. +Fabric is a collection of proxy functions for [CouchDB][1] 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 standalone CouchDB, but for BigCouch, 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. +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 BigCouch. +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][6], which comes bundled in the repository. +Fabric requires R13B03 or higher and can be built with [rebar][3], which comes bundled in the repository. ### License -[Apache 2.0][3] +[Apache 2.0][2] -### Contact - * [http://cloudant.com][4] - * [info@cloudant.com][5] [1]: http://couchdb.apache.org -[2]: http://github.com/cloudant/bigcouch -[3]: http://www.apache.org/licenses/LICENSE-2.0.html -[4]: http://cloudant.com -[5]: mailto:info@cloudant.com -[6]: http://github.com/basho/rebar +[2]: http://www.apache.org/licenses/LICENSE-2.0.html +[3]: http://github.com/basho/rebar From 13c408f13a7516c5f9020554afee976bea43cbce Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Sun, 1 Mar 2015 15:36:40 +0100 Subject: [PATCH 2/2] rebar is not bundled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372fcb9..421a390 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ For example, creating a database is a straightforward task in CouchDB 1.x, but f 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][3], which comes bundled in the repository. +Fabric requires R13B03 or higher and can be built with [rebar][3]. ### License [Apache 2.0][2]