Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 445 Bytes

HOW-TO Mongo Aggregration Framework.rst

File metadata and controls

19 lines (14 loc) · 445 Bytes

Mongo Aggregration Framework

Operators

$project        reshapes a collection
$match          filter
$group          'group by' operator
$sort
$skip, $limit
$unwind         'explodes' array elements (1:n)
$out            writes out the cursor to a collection
$redact         security feature to screen what users can see
$geonear        location-aware operations