Skip to content

Instantly share code, notes, and snippets.

@hazzadous
Created August 19, 2011 14:13
Show Gist options
  • Save hazzadous/1156889 to your computer and use it in GitHub Desktop.
Save hazzadous/1156889 to your computer and use it in GitHub Desktop.
curl -XPUT localhost:9200/_river/cloudant-indexer/_meta -d '{"type":"couchdb",
"couchdb":
{"host":"...",
"port":5984,
"user":"...",
"password":"...",
"db":"indexer",
"filter":null},
"index":
{"index":"cloudant-indexer",
"type":"cloudant-indexer",
"bulk_size":"100",
"bulk_timeout":"10ms"}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment