Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.
I've followed the CouchDB project with interest over the last couple of years, and see it is now an Apache …
database couchdbI'm building an application that needs to store sensitive information, which means the data is encrypted on my database so …
database security encryption couchdbWould the following be a viable strategy for implementing versioning(using "example" as a sample document type): Have one original …
versioning couchdb database-versioning document-storageSince CouchDB does not have support for SQL alike AUTO_INCREMENT what would be your approach to generate sequential unique …
couchdb auto-incrementI am writing a simple test app to experiment with the functionality of node.js and couchdb, so far i …
node.js couchdb cradleIs it possible to delete all documents in a couchdb database, except design documents, without creating a specific view for …
couchdbI'm pretty new to couchDB and even after reading (latest archive as now deleted) http://wiki.apache.org/couchdb/How_…
nested couchdb hierarchy hierarchical-dataSo I'm looking at various key:value (where value is either strictly a single value or possibly an object) stores …
python memcached couchdb tokyo-tyrant