A JavaScript-based CouchDB emulator that implements key CouchDB concepts like collation, map/reduce and incremental reduce. This also serves as a 2 minute CouchDB tutorial.
The talk gives an introduction to CouchDB by showing the implementing of a simple Wiki Rails application that I have imp
"think in documents & views not in records and associations"
* Complex Joins of Data.
* Multi-Step Map/Reduce.
Couch Views are pretty much islands unto themselves. If you need to aggregate/merge/intersect a set of views you pretty much have to do so in the application layer for now