You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2015/02/03 16:13:16 UTC

[09/50] [abbrv] couchdb-mango git commit: Bump readme with config setting to turn on Mango/CQ

Bump readme with config setting to turn on Mango/CQ


Project: http://git-wip-us.apache.org/repos/asf/couchdb-mango/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mango/commit/45717b07
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mango/tree/45717b07
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mango/diff/45717b07

Branch: refs/heads/master
Commit: 45717b07761477e98b00d9ea5b6f066b4184d006
Parents: c33efa3
Author: Kyle Snavely <ks...@cloudant.com>
Authored: Tue Aug 26 15:40:31 2014 -0400
Committer: Kyle Snavely <ks...@cloudant.com>
Committed: Tue Aug 26 15:40:31 2014 -0400

----------------------------------------------------------------------
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-mango/blob/45717b07/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index aa6ab16..05bc128 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ have a string value indicating the action to be performed. For each action there
 
 For convenience, the HTTP API will accept a JSON body that is either a single JSON object which specifies a single action or a JSON array that specifies a list of actions that will then be invoked serially. While multiple commands can be batched into a single HTTP request, there are no guarantees about atomicity or isolation for a batch of commands.
 
+Activating Mango/Cloudant Query on a cluster
+--------------------------------------------
+
+Cloudant Query can be enabled by setting the following config:
+
+```
+rpc:multicall(config, set, ["native_query_servers", "query", "{mango_native_proc, start_link, []}"]).
+```
 
 HTTP API
 ========