Skip to main content

Aggregation Pipeline

$unwind and $lookup

0:00
LearnStep 1/2

$unwind and $lookup

Working with Arrays and Joins

$unwind - Deconstruct Arrays

$unwind creates a document for each array element.

python

$unwind Options

python

$unwind Use Cases

python

$lookup - Join Collections

python

lookupwithlookup withunwind

python

$lookup with Pipeline

python

Multiple Lookups

python