Top "Couchdb" questions

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

Anyone using CouchDB?

I've followed the CouchDB project with interest over the last couple of years, and see it is now an Apache …

database couchdb
What's the best way to store and yet still index encrypted customer data?

I'm building an application that needs to store sensitive information, which means the data is encrypted on my database so …

database security encryption couchdb
Mobile app using PouchDB-CouchDB and MySQL

I'm developing a mobile app wrapped in Cordova that runs alongside our web-based application, based on PHP & MySQL. The …

mysql mobile couchdb pouchdb
Is there any stable nosql database for iOS except for Couchbase?

Is there any stable nosql database for iOS except for Couchbase? Couchbase is now a beta version which i don't …

ios iphone nosql couchdb couchbase
CouchDB versioning strategy

Would the following be a viable strategy for implementing versioning(using "example" as a sample document type): Have one original …

versioning couchdb database-versioning document-storage
Approaches to generate auto-incrementing numeric ids in CouchDB

Since CouchDB does not have support for SQL alike AUTO_INCREMENT what would be your approach to generate sequential unique …

couchdb auto-increment
Retrieving all Documents from couchdb using Node.js

I am writing a simple test app to experiment with the functionality of node.js and couchdb, so far i …

node.js couchdb cradle
Delete all documents in a CouchDB database *except* the design documents

Is it possible to delete all documents in a couchdb database, except design documents, without creating a specific view for …

couchdb
Retrieving Hierarchical/Nested Data From CouchDB

I'm pretty new to couchDB and even after reading (latest archive as now deleted) http://wiki.apache.org/couchdb/How_…

nested couchdb hierarchy hierarchical-data
Which key:value store to use with Python?

So 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