Tag Archives: query

Testing views in couchdb with curl

Couchdb has REST APIs and it works well with curl. Let’s build a contact database in Futon with following: Documents {"_id": "bill", "name": "bill", "groups": ["friends"], "type": "contact"} {"_id": "john", "name": "john", "groups": ["friends", "coworkers"], "type": "contact"} {"_id": "111-222-3333", "phone": … Continue reading

Posted in NoSQL | Tagged , , , , | Comments Off on Testing views in couchdb with curl