1. 1
    Find and Manipulate Data using Aggregation in MongoDB
    2m 1s

Find and Manipulate Data using Aggregation in MongoDB

InstructorKamran Ahmed

Share this video with your friends

Send Tweet

Aggregation in MongoDB is really powerful and allows you to create solid pipelines to extract and transform data. This is an introductory video that aims to demonstrate the basics of aggregation — we will see how to create some basic pipeline to extract data using $match and manipulate the output using $project stages.

The aggregation stages/operators covered in this video are:

You can see the list of all the available operators in the MongoDB docs

press0
~ 4 years ago

egghead.io needs more stuff like this.

ps - wonder if it works on DocumentDB

Kamran Ahmedinstructor
~ 4 years ago

@press0 I haven't tried but it should work. They introduced MongoDB compatible aggregations earlier last year. Have a look at this article