Top "Couchdb" questions

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

When to use CouchDB vs RDBMS

I am looking at CouchDB, which has a number of appealing features over relational databases including: intuitive REST/HTTP interface …

database couchdb rdbms
CouchDB backups and cloning the database

We're looking at CouchdDB for a CMS-ish application. What are some common patterns, best practices and workflow advice surrounding backing …

database couchdb backup administration
CouchDB and Node.js - What module do you recommend?

What modules are you using to connect to your CouchDB server, in your Node.js applications? And why would you …

node.js couchdb
Scalable Image Storage

I'm currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will …

storage couchdb hadoop hbase hdfs
What should I choose: MongoDB/Cassandra/Redis/CouchDB?

We're developing a really big project and I was wondering if anyone can give me some advice about what DB …

mongodb cassandra redis couchdb database
Use cases for NoSQL

NoSQL has been getting a lot of attention in our industry recently. I'm really interested in what peoples thoughts are …

sql mongodb couchdb relational-database nosql
Full-text search in NoSQL databases

Has anyone here have any experience deploying a real online system that had a full text search in any of …

database full-text-search nosql couchdb riak
Redis, CouchDB or Cassandra?

What are the strengths and weaknesses of the various NoSQL databases available? In particular, it seems like Redis is weak …

nosql couchdb cassandra redis
Is there any way to create mongodb like _id strings without mongodb?

I really like the format of the _ids generated by mongodb. Mostly because I can pull data like the date …

javascript node.js mongodb couchdb database
CouchDB dump to file and load from file

I cannot replicate between two couchdb servers, so I would like to dump to file from one server and load …

load couchdb backup dump database-backups