Skip to main content

Aggregation Pipeline

Grouping and Accumulation

0:00
LearnStep 1/2

Grouping Documents

$group Stage

Basic Grouping

python

Accumulator Operators

python

Group by Multiple Fields

python

Group All Documents

python

Conditional Accumulation

python

$bucket - Grouping into Ranges

python