MongoDB - Aggregation Pipeline (intro)

preview_player
Показать описание
MongoDB - Aggregation Pipeline (intro)

In this tutorial I go over the basic concepts of the MongoDB Aggregation Framework with a focus on how the Aggregation Pipeline works.

Tutorial based on MongoDB 3.2.

Code:

Aggregation Framework :
The Aggregation Framework is a set of analytics tools within mongodb that allows you to run various reports or analysis on one or more mongodb collections.

Aggregation Pipeline
- Take Input from a single collection
- Pass the documents of the collection through one or more stages
- Each stage perform different operations in the Pipeline
- Each stage take as Input whatever the stage before produced as Output.
- The Input and Output for all stages are documents (stream of documents)
- At the end of Pipeline we get access to the output of the transformed and aggregated Output

It’s common to include multiple instances of one Stage in a Pipeline
to Perform a Filter so that we don’t pass the entire collection into our pipeline.

Perform a second filter to filter a second type of criteria
Each stage can be tuned to do a task.
Рекомендации по теме
Комментарии
Автор

Thank you, you explained it ten times better than my tutor in a one hr vid 🤦🏽‍♂️

i.a
Автор

Thanks for including the detailed description about the video, I first checked the description and then watched the video.

overunityinventor
Автор

Now everything is so crystal clear. Thanks a lot sir

vedantvishwakarma
Автор

Your video helped me to resolve one issue. Thanks

sujeetpanda
Автор

Thank for your efforts please continue to upload

chandrajeet
Автор

Thank you so much it is very helpful for me

buranudachan
Автор

hey! do u have any idea how to write a MonogoDB query for time-series dataset to plot any graph on Grafana, Zeppline,

ayeshadhool
Автор

So what IDE tool is being used here to browse the data and work on the code?

Syncopator
Автор

This video has 19 views but their ares only 7 people in the world

lordrazr