Top "Couchdb" questions

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.

How to query a couchdb view using a composite key?

I have a couchdb view "record_by_date_product" with the following definition: function(doc) { emit([doc.logtime, doc.product_…

python couchdb composite-key
How to rename a CouchDB database?

I don't see an API for renaming a CouchDB database, or an option in Futon to do the same. Short …

couchdb
What is the CouchDB replication protocol? Is it like Git?

Is there technical documentation describing how replication between two Couches works? What is the basic overview of CouchDB replication? What …

git couchdb
CouchDB-wide read-only access rights

I need to create a CouchDB user which can only read documents from any database but can't write any of …

couchdb user-roles access-rights
Can I use CouchDB mobile as a replacement for localStorage?

I have an existing web app that runs offline (using HTML5 cache manifest). I am storing data in localStorage. I …

couchdb local-storage offlineapps pouchdb
Isn't HTTP verb PUT used for updating and not creating content?

In CouchDB, to create a new document you send: PUT /albums/70b50bfa0a4b3aed1f8aff9e92dc16…

http rest couchdb
Cannot delete document because of update conflict

This is how I get the document and check for newer revisions: curl http://localhost/cdb/characters/e6b153975174556adc0…

curl couchdb http-delete
Is there spring-data for CouchDB?

Can 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-couchbase
HBase cassandra couchdb mongodb..any fundamental difference?

I just wanted to know if there is a fundamental difference between hbase, cassandra, couchdb and monogodb ? In other words, …

mongodb cassandra hbase couchdb nosql
Modeling relationships on CouchDB between documents?

I'm trying to model a fairly simple relationship in CouchDB and I'm having trouble determining the best way to accomplish …

couchdb cloudant