Getting started with CouchDB. - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T21:40:32Zhttp://stackoverflow.com/feeds/question/778942http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/778942/getting-started-with-couchdb4Getting started with CouchDB.carrier2009-04-22T20:00:49Z2009-04-22T20:08:38Z
<p>How did you get started with CouchDB?
Resources to recommend?</p>
http://stackoverflow.com/questions/778942/getting-started-with-couchdb/778972#7789725Answer by Barry Wark for Getting started with CouchDB.Barry Wark2009-04-22T20:08:38Z2009-04-22T20:08:38Z<p>The CouchDB <a href="http://wiki.apache.org/couchdb/" rel="nofollow">wiki</a> is the definitive source of info. The in-progress CouchDB <a href="http://books.couchdb.org/relax/" rel="nofollow">book</a> will likely replace it as the best getting started resource once its complete. For most folks, it seems the hardest part of CouchDB to grok is the map/reduce paradigm. The interactive CouchDB <a href="http://labs.mudynamics.com/wp-content/uploads/2009/04/icouch.html" rel="nofollow">simulator</a> from Mu Dynamics is an awesome learning tool for understanding the map/reduce paradigm in CouchDB.</p>