When is it appropriate to use couchDB? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T12:29:31Zhttp://stackoverflow.com/feeds/question/715101http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/715101/when-is-it-appropriate-to-use-couchdb1When is it appropriate to use couchDB?unknown (yahoo)2009-04-03T18:27:56Z2009-04-06T23:02:03Z
<p>I'm currently writing an app with quite a few different data persistence needs at very different layers and I keep wondering... when is it appropriate and when is it not appropriate to use couchDB to satisfy my persistence needs?</p>
http://stackoverflow.com/questions/715101/when-is-it-appropriate-to-use-couchdb/715127#7151271Answer by Brian Agnew for When is it appropriate to use couchDB?Brian Agnew2009-04-03T18:36:08Z2009-04-03T18:36:08Z<p>Do you have a relational requirement ? CouchDb (as you know) doesn't have the relational structure of a normal database.</p>
<p>Is the RESTful nature of CouchDb important for what you're doing ?</p>
<p>Perhaps most importantly, who's going to support this going forward, and will they be capable of handling CouchDb? It's a fairly niche tool, and finding people experienced with it will not be easy.</p>
http://stackoverflow.com/questions/715101/when-is-it-appropriate-to-use-couchdb/716500#7165000Answer by jhs for When is it appropriate to use couchDB?jhs2009-04-04T04:24:16Z2009-04-04T04:24:16Z<p>See:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/644695/what-are-the-advantages-of-couchdb-vs-a-rdbms">http://stackoverflow.com/questions/644695/what-are-the-advantages-of-couchdb-vs-a-rdbms</a></li>
<li><a href="http://stackoverflow.com/questions/441441/why-should-i-use-document-based-database-instead-of-relational-database">http://stackoverflow.com/questions/441441/why-should-i-use-document-based-database-instead-of-relational-database</a></li>
<li><a href="http://stackoverflow.com/questions/337344/pros-cons-of-document-based-database-vs-relational-database">http://stackoverflow.com/questions/337344/pros-cons-of-document-based-database-vs-relational-database</a></li>
</ul>
http://stackoverflow.com/questions/715101/when-is-it-appropriate-to-use-couchdb/723580#7235800Answer by thenduks for When is it appropriate to use couchDB?thenduks2009-04-06T23:02:03Z2009-04-06T23:02:03Z<p>It's really a case-by-case thing, I'd say. CouchDB is simply a type of database, depending on your project it might be a perfect fit or it might be painfully limiting -- just like an RDBMS can be a perfect fit or a nightmare.</p>
<p>More details?</p>