egghead-mongo-aggregation
egghead-mongo-aggregation copied to clipboard
Codebase for my "Aggregation in MongoDB" videos on Egghead
egghead-mongo-aggregation
Codebase supporting my "Aggregation in MongoDB" lectures on egghead
Videos
-
Introduction and Basic Pipelines –
$match
,$project
,$concat
-
Sort, Skip and Limit records in MongoDB aggregation –
$sort
,$skip
,$skip
-
Writing Join Queries —
$lookup
,$project
,$arrayElemAt
-
Group by and Sum in MongoDB —
$group
,$sum
,$sort
operators -
Perform Group Operations on Array fields -
$unwind
,$group
,$sort
,$limit
, - ...
- Suggest!