KlsLondon
KlsLondon

Reputation: 1280

Pros and Cons of CouchDB

I'm looking at using CouchDB as a backend of an ASP.NET web API/web app which uses JSON heavily.

I'm interested in the pros and cons in terms of:

The application is not very transaction-intensive, probably about 100-200 CRUDs an hour.

Upvotes: 3

Views: 2348

Answers (2)

Anil AR
Anil AR

Reputation: 11

Replication :Its really easy to configure the replication and mark for replication in couchDB.

Platform dependency : I tried setup-couchdb-1.2.0_otp_R15B.exe on Windows 2003 x86 SP2 and succeeded.

Library : You can try LoveSeat/DreamSeat .Net client

Upvotes: 1

Beachwalker
Beachwalker

Reputation: 7915

There is a little comparism of CouchDB with other NoSQL databases. Here you'll find a practical experience report comparing MongoDB and CouchDB. And you might also have a look into this article from a web developer perspective. (Maybe they are all a little outdated.)

You might be interested in couchbrowse (SharpCouch) and Ottoman, too.

Upvotes: 4

Related Questions