Top "Couchdb" questions

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

Is there a lightweight, embeddable, key/value database? (something like diet couchdb)

I was wondering if there was a lightweight, embeddable, key/value database out there. Something like a lightweight Couchdb (RESTful, …

database rest couchdb embedded-database key-value
What database viewer to use for CouchDB?

I'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB. How do you view a …

database couchdb viewer
CouchApps and user authentication

I posted a variation of this question to the CouchDB user list and haven't received a response yet. I'm curious …

couchdb
Disadvantages of CouchDB

I've very recently fallen in love with CouchDB. I'm pretty excited by its enormous benefits and by its beauty. Now …

nosql couchdb database
Pass array in querystring in Node.js

I'm using Node.js with Cradle to call a CouchDB update handler. I need to pass an array in the …

node.js couchdb cradle
Get all design documents in CouchDB

How can I get a list of all design documents in CouchDB? Using a http query, not futon.

couchdb
Couchdb join two documents using key

I have two documents one with tree structure and the other one relation to the first doc. Im trying to …

javascript join mapreduce couchdb relational-algebra
Unique constraints in couchdb

Are there any techniques/proposals to enforce unique constraints? Yes, we can create key that's unique, but we cannot change …

couchdb
Connect to Cloudant CouchDB with Node.js?

I am trying to connect to my CouchDB database on Cloudant using Node.js. This worked on the shell: curl …

javascript node.js couchdb cloudant
NoSQL best practices

What are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them? For example, I've …

mongodb couchdb nosql