5.30.2011
sqlcouchdbdatabase management

The webpage is a guide for SQL users on how to use CouchDB, explaining that it functions quite differently than SQL databases. It provides a "cookbook" of common SQL queries and how to replicate them in CouchDB using views - a two-step process of defining views and querying views. The page also thoroughly explains the creation and definition of a view in a special format document including map and reduce functions, how to query these views, as well as the concept of MapReduce functions.

View Cookbook for SQL Jockeys

http://guide.couchdb.org/draft/cookbook.html