Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created December 22, 2010 14:35
Show Gist options
  • Select an option

  • Save btbytes/751583 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/751583 to your computer and use it in GitHub Desktop.
Couchdb experiments
curl -X PUT http://127.0.0.1:5984/testdb/apple -H "Content-Type: application/json" -d {}

To view the output of a view:

http://localhost:5984/testdb/_design/people/_view/all

where:

testdb - database
people - view name
all - query
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment