Aggregation Framework

Emily Stolfo, Ruby Engineer / Evangelist, 10gen

January 23 2013

Slides

In version 2.2, we introduced a new framework for aggregating data to complement MongoDB’s built-in map/reduce capabilities. The aggregation framework makes it simple to do tasks such as counting, averaging, and finding minima or maxima while grouping by keys in a collection. After introducing the syntax and usage patterns for the new aggregation system, we will give some demonstrations of aggregation using the new system.