Top "Couchdb" questions

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

When to use CouchDB over MongoDB and vice versa

I am stuck between these two NoSQL databases. In my project I will be creating a database within a database. …

mongodb performance comparison couchdb nosql
MongoDB or CouchDB - fit for production?

I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment. I'm now …

database mongodb couchdb
SQL (MySQL) vs NoSQL (CouchDB)

I am in the middle of designing a highly-scalable application which must store a lot of data. Just for example …

mysql sql nosql couchdb
Newtonsoft ignore attributes?

I am currently using the same C# DTOs to pull data out of CouchDB, via LoveSeat which I am going …

c# asp.net-mvc couchdb json.net
Difference between CouchDB and Couchbase

Are there any essential differences between CouchDB and Couchbase.

nosql couchdb couchbase
NoSQL - MongoDB vs CouchDB

I am a complete noob when it comes to the NoSQL movement. I have heard lots about MongoDB and CouchDB. …

mongodb couchdb nosql
Serialize and Deserialize Objective-C objects into JSON

I need to serialize and deserialize objective-c objects into JSON to store in CouchDB. Do people have any example code …

objective-c json couchdb nsarray nsdictionary
When should I use a NoSQL database instead of a relational database? Is it okay to use both on the same site?

What are the advantages of using NoSQL databases? I've read a lot about them lately, but I'm still unsure why …

mongodb couchdb nosql
Difference between Document-based and Key/Value-based databases?

I know there are three different, popular types of non-sql databases. Key/Value: Redis, Tokyo Cabinet, Memcached ColumnFamily: Cassandra, HBase …

mongodb couchdb cassandra redis non-relational-database
What does "slug" mean

Possible Duplicate: What is the etymology of 'slug'? In CouchDB definitive guide the author used key "slug" in a document. { "…

database couchdb