Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.
I have a couchdb view "record_by_date_product" with the following definition: function(doc) { emit([doc.logtime, doc.product_…
python couchdb composite-keyI don't see an API for renaming a CouchDB database, or an option in Futon to do the same. Short …
couchdbIs there technical documentation describing how replication between two Couches works? What is the basic overview of CouchDB replication? What …
git couchdbI need to create a CouchDB user which can only read documents from any database but can't write any of …
couchdb user-roles access-rightsI have an existing web app that runs offline (using HTML5 cache manifest). I am storing data in localStorage. I …
couchdb local-storage offlineapps pouchdbIn CouchDB, to create a new document you send: PUT /albums/70b50bfa0a4b3aed1f8aff9e92dc16…
http rest couchdbThis is how I get the document and check for newer revisions: curl http://localhost/cdb/characters/e6b153975174556adc0…
curl couchdb http-deleteCan Spring-data be used with CouchDB? I know there is a community project Spring-Data-Couchbase but is that compatible with CouchDB …
java spring-data couchdb spring-data-couchbaseI'm trying to model a fairly simple relationship in CouchDB and I'm having trouble determining the best way to accomplish …
couchdb cloudant