summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@cloudant.com>2011-03-14 21:15:46 +0000
committerRobert Newson <robert.newson@cloudant.com>2011-03-14 21:15:46 +0000
commit13651123de6f3b361ac6db0c65d8ed10fea11915 (patch)
tree0a7f491f52b94aa4f816dde921cc6314fcecfaec
parent9acfa66d5f827d6f44827063e8692b50c2fe4c20 (diff)
clarify which nodes are BigCouch nodes.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a52d0099..b6fb1a42 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
### Overview
-BigCouch is a highly available, fault-tolerant, clustered, mostly api-compliant version of [Apache CouchDB][1]. 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. BigCouch has been developed and is continually maintained by [Cloudant][2] who offer hosted CouchDB as a service.
+BigCouch is a highly available, fault-tolerant, clustered, mostly api-compliant version of [Apache CouchDB][1]. While it appears to the end-user as one CouchDB instance, it is in fact one or more BigCouch nodes in an elastic cluster, acting in concert to store and retrieve documents, index and serve views, and serve CouchApps. BigCouch has been developed and is continually maintained by [Cloudant][2] who offer hosted CouchDB as a service.
-Clusters behave according to concepts outlined in [Amazon's Dynamo paper][4], 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.
+Clusters behave according to concepts outlined in [Amazon's Dynamo paper][4], namely that each BigCouch node can accept requests, data is placed on partitions based on a consistent hashing algorithm, and quorum protocols are for read/write operations.
### Contents
@@ -63,7 +63,7 @@ Run into any issues? Check out our wiki, [https://github.com/cloudant/bigcouch/w
$PREFIX/bin/bigcouch
-Now, visit http://localhost:5984/_utils in a browser to verify the CouchDB node is operational.
+Now, visit http://localhost:5984/_utils in a browser to verify the BigCouch node is operational.
BigCouch listens on two ports. Defaults and explanations: