Getting started with CouchDB. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T21:40:32Z http://stackoverflow.com/feeds/question/778942 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/778942/getting-started-with-couchdb 4 Getting started with CouchDB. carrier 2009-04-22T20:00:49Z 2009-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#778972 5 Answer by Barry Wark for Getting started with CouchDB. Barry Wark 2009-04-22T20:08:38Z 2009-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>