Skip to content

Instantly share code, notes, and snippets.

@harryf
Created January 10, 2011 10:06
Show Gist options
  • Save harryf/772608 to your computer and use it in GitHub Desktop.
Save harryf/772608 to your computer and use it in GitHub Desktop.
curl -XPUT 'http://192.168.80.67:9200/_river/techup_couch/_meta' -d '{
"type" : "couchdb",
"couchdb" : {
"host" : "192.168.80.67",
"port" : 5984,
"db" : "techup_couch",
"filter" : null
}
}'
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment