Archives for category: CouchDB

Quick overview of document collation in CouchDB for combining heterogeneous documents in the reduce phase.

Read more »

Basic statistics seem to be giving people new to Map/Reduce difficulty, including myself. Here’s a short example on how to get the average value of a group of records.
Suppose you have a number of records in the format:

{ ‘value’ : 345 }

The goal is to write a mapping function that [...]

Read more »