Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion.
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-valueI'm pretty new to CouchDB. I have googled without finding a database viewer for CouchDB. How do you view a …
database couchdb viewerI posted a variation of this question to the CouchDB user list and haven't received a response yet. I'm curious …
couchdbI've very recently fallen in love with CouchDB. I'm pretty excited by its enormous benefits and by its beauty. Now …
nosql couchdb databaseI'm using Node.js with Cradle to call a CouchDB update handler. I need to pass an array in the …
node.js couchdb cradleHow can I get a list of all design documents in CouchDB? Using a http query, not futon.
couchdbI have two documents one with tree structure and the other one relation to the first doc. Im trying to …
javascript join mapreduce couchdb relational-algebraAre there any techniques/proposals to enforce unique constraints? Yes, we can create key that's unique, but we cannot change …
couchdbI am trying to connect to my CouchDB database on Cloudant using Node.js. This worked on the shell: curl …
javascript node.js couchdb cloudantWhat are the best practices for NoSQL Databases, OODBs or whatever other acronyms may exist for them? For example, I've …
mongodb couchdb nosql