The Ultimate MongoDB Aggregation Guide: Make Your Queries Soar in One Video

  Рет қаралды 78,230

Engineering Digest

Engineering Digest

Күн бұрын

🟡 Get 1 to 1 coaching with me: topmate.io/eng...
🟡 Donate: paypal.me/engi...
🟡 Perks: www.youtube.co...
🔴 Discord: / discord
🔴 Twitch: / engineeringdigest
🔴 Personal KZbin Channel: / @thevipulvats
🔴 Instagram: / thevipulvats
🔴 Twitter: / thevipulvats
🔴 LinkedIn: / thevipulvats
🔴 Website: engineeringdig...
🔴 Video summary
This video is a comprehensive guide to MongoDB aggregation, where you'll learn how to use various aggregation operators to process data stored in MongoDB collections. You'll see how to use these operators to perform various data processing tasks such as filtering, transforming, grouping and summarizing data. The video aims to help you make the most out of your MongoDB queries, allowing you to extract insights and aggregate data more effectively. By the end of the video, you'll be equipped with the skills to confidently perform complex data processing tasks in MongoDB.
🔴 Timestamps
Intro 0:00

Пікірлер: 160
@EngineeringDigest
@EngineeringDigest 11 ай бұрын
Use this as sample data, it is not the same. But will do the work db.teachers.insertMany([ { "_id": 1, "name": "John Doe", "age": 35, "gender": "male" }, { "_id": 2, "name": "Jane Smith", "age": 40, "gender": "female" }, { "_id": 3, "name": "Michael Johnson", "age": 45, "gender": "male" }, { "_id": 4, "name": "Emily Williams", "age": 30, "gender": "female" }, { "_id": 5, "name": "Robert Brown", "age": 38, "gender": "male" }, { "_id": 6, "name": "Emma Jones", "age": 33, "gender": "female" }, { "_id": 7, "name": "William Davis", "age": 37, "gender": "male" }, { "_id": 8, "name": "Olivia Miller", "age": 41, "gender": "female" }, { "_id": 9, "name": "David Wilson", "age": 36, "gender": "male" }, { "_id": 10, "name": "Sophia Moore", "age": 32, "gender": "female" }, { "_id": 11, "name": "Richard Taylor", "age": 39, "gender": "male" }, { "_id": 12, "name": "Isabella Anderson", "age": 43, "gender": "female" }, { "_id": 13, "name": "Joseph Thomas", "age": 34, "gender": "male" }, { "_id": 14, "name": "Mia Jackson", "age": 42, "gender": "female" }, { "_id": 15, "name": "Charles White", "age": 36, "gender": "male" }, { "_id": 16, "name": "Abigail Harris", "age": 31, "gender": "female" }, { "_id": 17, "name": "Daniel Martin", "age": 44, "gender": "male" }, { "_id": 18, "name": "Evelyn Thompson", "age": 38, "gender": "female" }, { "_id": 19, "name": "Matthew Garcia", "age": 37, "gender": "male" }, { "_id": 20, "name": "Sofia Martinez", "age": 35, "gender": "female" }, { "_id": 21, "name": "Andrew Robinson", "age": 40, "gender": "male" }, { "_id": 22, "name": "Grace Clark", "age": 33, "gender": "female" }, { "_id": 23, "name": "Joshua Rodriguez", "age": 39, "gender": "male" }, { "_id": 24, "name": "Avery Lewis", "age": 42, "gender": "female" }, { "_id": 25, "name": "Christopher Lee", "age": 37, "gender": "male" }, { "_id": 26, "name": "Chloe Walker", "age": 31, "gender": "female" }, { "_id": 27, "name": "Kevin Hall", "age": 44, "gender": "male" }, { "_id": 28, "name": "Zoey Allen", "age": 38, "gender": "female" }, { "_id": 29, "name": "Brian Young", "age": 36, "gender": "male" }, { "_id": 30, "name": "Harper King", "age": 34, "gender": "female" } ])
@swapnilw.
@swapnilw. 10 ай бұрын
thank you for this document.
@datastructuresandalgorithm9370
@datastructuresandalgorithm9370 6 ай бұрын
Thank you for it.
@sushilingole8448
@sushilingole8448 2 ай бұрын
Thank youu...
@poojagarva
@poojagarva Жыл бұрын
Your MongoDB playlist is absolutely fantastic! Your tutorials and explanations make it so easy to understand and follow. I've been searching for a reliable resource to learn MongoDB, and your playlist makes it easier for me to apply what I've learned to my own projects.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks, this comment made my day :)
@anshulsharma9424
@anshulsharma9424 3 ай бұрын
Sir all of you content is a gold mine for developers.
@maullikakbari8200
@maullikakbari8200 Жыл бұрын
one of the best aggregation tutorial available on youtube till now thank you sir.
@fatimaiqra2169
@fatimaiqra2169 19 күн бұрын
thanks a lot for such a deeper explanation!
@manojmohapatra986
@manojmohapatra986 Жыл бұрын
Working as a developer from last 4 yrs but i didnt know some operators even exists.. thank you for your support . Watching your videos is like bliss af🎉
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Welcome aboard! 😀
@Rajugupta-gp2eg
@Rajugupta-gp2eg Жыл бұрын
Awaiting next video !!
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks bro, Please support us by sharing the channel with your colleagues 🤝
@nobitaa32
@nobitaa32 11 ай бұрын
Op sir first time aaya hu kya hi technique he aapki padhaneki
@tanmaychavan743
@tanmaychavan743 Жыл бұрын
Just please never stop making such amazing videos ❤❤
@DilipBoidya-bb3be
@DilipBoidya-bb3be 2 ай бұрын
I like your accent, your explanations and so i subscribed you. Keep posting more vids.
@naimhasan5346
@naimhasan5346 Жыл бұрын
Bhai you are the best! Your teaching style is so unique and interesting. I love it ❤
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thank you so much 😀
@mohdshahnawaz5047
@mohdshahnawaz5047 10 күн бұрын
very good sir.
@DevilDoer9224
@DevilDoer9224 2 ай бұрын
Great video no doubt but at 31:50 I am getting output as [ { _id: null, avgS: null } ] and my query is db.students.aggregate([{$group:{_id:null, avgS:{ $avg:{ $filter:{ input:"$scores",as:"score",cond:{ $gt: ["$score",12]}}}}}}]). What could be wrong? And this is what Chatgpt says "The problem with your query is that the $filter operator is being used in a way that doesn't make sense for calculating the average of the scores for students older than 12. Specifically: Incorrect Use of $filter: The $filter operator is intended to filter elements within an array, but you are using it to compare age, which is not an array element. Invalid Condition: The condition {$gt:["$age",12]} inside $filter is intended to filter array elements based on a property of the array elements themselves, but age is a top-level document field, not a property within the scores array."
@farukkhan6324
@farukkhan6324 Жыл бұрын
hey man awesome video loved they way you explain waiting for more videos. keep it up
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks a ton!
@abuzubaer3083
@abuzubaer3083 10 ай бұрын
nice explanation
@rahulmk8698
@rahulmk8698 2 ай бұрын
Hello Sir, Can you share your docs with us?
@foodistan9311
@foodistan9311 Жыл бұрын
Please do a video on $lookup as well. BTW a great explanation.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Will do soon, Please support us by joining on Instagram or Discord 🙂
@foodistan9311
@foodistan9311 Жыл бұрын
@@EngineeringDigest Please. waiting for so long
@manojmohapatra986
@manojmohapatra986 Жыл бұрын
Dont know on the area you expertise on. But if you create some playlist on devops (as not much good resourse available) , gcp , aws etc. trust me uh ll be unbeatable. Mark my words
@explorewithsatish1208
@explorewithsatish1208 Жыл бұрын
You doing awesome job do it continue 👌🎉❤️
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thank you so much 😁
@jyotshnamanjari2372
@jyotshnamanjari2372 Жыл бұрын
You are wonderful. Can you please explain $reduce? Also can you please include datetime in your examples.
@cruzcreez65
@cruzcreez65 3 ай бұрын
Unique way of teaching.. no boringness ❤❤🎉🎉
@shashankjain4024
@shashankjain4024 10 күн бұрын
Informational video. Thanks. However should work on your tone and extra modulation. It breaks the learning rhythm for the audience.
@EngineeringDigest
@EngineeringDigest 10 күн бұрын
That's why it is free
@raiyanabdurrehman1411
@raiyanabdurrehman1411 Жыл бұрын
Awesome Video..BTW any idea why the last problem's solution showing avgScores as null??
@OCEMTechZone
@OCEMTechZone 3 ай бұрын
Great🎉
@InzamamMalik
@InzamamMalik 10 ай бұрын
Love you bro, being technical matters but you have got god gifted teaching skill along with technical competency. always spare some of your time for teaching. found your video very helpful and will recommend to others for sure. no click bate no gimmicks pure knowledge with nicely organised flow.
@EngineeringDigest
@EngineeringDigest 10 ай бұрын
Thanks a ton bro
@Itsfayss
@Itsfayss 10 ай бұрын
thanks man : )
@mithilesh8349
@mithilesh8349 Жыл бұрын
Problem statement : In a Json file or Mongo there is an Object contains Company name and Gender, You Have to find the count of female and male in a seperate column for each company. ex: Company Male female A 22 10 B 20 18 C 10 30
@mithilesh8349
@mithilesh8349 Жыл бұрын
Help me to write the aggregation for better understanding
@mikeplai4189
@mikeplai4189 Жыл бұрын
const employees = await Employee.aggregate([ { $group: { _id: { companyName: "$companyName", gender: "$gender" }, count: { $sum: 1 }, }, }, { $project: { _id: 0, companyName: "$_id.companyName", gender: "$_id.gender", count: 1, }, }, ]);
@kishankumar-ze5pf
@kishankumar-ze5pf 5 ай бұрын
most underrated channel
@lifeusa2168
@lifeusa2168 6 ай бұрын
Your videos are really awesome. I have one question How can we use two ids while grouping? Is it possible if yes then how. Can you please explain?
@abhishekbisht3264
@abhishekbisht3264 7 ай бұрын
Bhaiya meine mongo db abhi start kara hai kuch tips dedo jisse mein issey achhe se seekh jaaun
@shashanksingh4708
@shashanksingh4708 3 ай бұрын
can you do a video on these complex queries implemented using spring data mongoDB ?
@vampirekabir
@vampirekabir Жыл бұрын
cant get it why 44 psychos disliked this such legendary video,absolutely fabulous, amazing
@vinitph
@vinitph 2 ай бұрын
sir can you share your notes with us i would be very grateful
@AdarshSingh-mo1kc
@AdarshSingh-mo1kc Жыл бұрын
his voice🔥🔥🔥🔥
@memekannada2901
@memekannada2901 Жыл бұрын
benifitted so much from this playlist..appreciate you sir!!
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Most welcome!
@SparkYourMindConnections
@SparkYourMindConnections Жыл бұрын
Best Video on internet❤‍🔥 Maza agya
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks 🙏 Consider joining our discord or Instagram.
@rajd2990
@rajd2990 Жыл бұрын
Amazing 👍👍
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 Join my Insta fam if u haven’t already: @thevipulvats
@harsh__dev
@harsh__dev Жыл бұрын
Sir please provide the pdf/cheat sheet as well. By the way love your lectures
@mikeplai4189
@mikeplai4189 Жыл бұрын
great explaination but need more videos on aggregation with join collections
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Will upload soon
@mikeplai4189
@mikeplai4189 Жыл бұрын
@@EngineeringDigest Thanks
@parmaryash4406
@parmaryash4406 Жыл бұрын
Finally found great video for mongodb aggregation queries, really thank you so much
@SachinGupta-iy3sz
@SachinGupta-iy3sz Жыл бұрын
Hey, Is there any platform available where we can practice mongodb queries.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Check last video of the playlist
@MohammedHasmi577
@MohammedHasmi577 Ай бұрын
Bhai tum reels me dikhte ho vohi hona? Love your videos ❤🎉
@varunjaiswar5062
@varunjaiswar5062 11 ай бұрын
sir data dal te dal te , fatt gai mere , please provide data in description.
@kunal_Jangra
@kunal_Jangra 11 ай бұрын
Plz provide this data you are using we can practice by using it
@EngineeringDigest
@EngineeringDigest 11 ай бұрын
done, check pinned comment
@UsamaArif-c4l
@UsamaArif-c4l 10 ай бұрын
if two student have same age and same hobbies then what will be output?
@EngineeringDigest
@EngineeringDigest 10 ай бұрын
friendship
@Mehuldeveloper
@Mehuldeveloper 8 ай бұрын
Bro, can you help me? I'm working with a MongoDB database with 5 million records. When I fetch the total count based on sum or query, the query execution is becoming very slow.
@EngineeringDigest
@EngineeringDigest 8 ай бұрын
Watch indexing video in this playlist
@Mehuldeveloper
@Mehuldeveloper 7 ай бұрын
i've watched your video on indexing and have applied the techniques but due to large data collection giving same result is there any other techniques ? @@EngineeringDigest
@khawajamuhammadmushood5455
@khawajamuhammadmushood5455 11 ай бұрын
can someone explain me the use of dollar sign in aggregate quries
@EngineeringDigest
@EngineeringDigest 11 ай бұрын
it means you are going to use reserved keyword ( operator )
@ashwinchaudhary5730
@ashwinchaudhary5730 3 ай бұрын
Awesome explaination with multiple examples, thanks
@JonayedAhamad-m5n
@JonayedAhamad-m5n 8 ай бұрын
Subscribed, Your teaching style is something unique😊😊
@vivekkumaryadav9862
@vivekkumaryadav9862 8 ай бұрын
thanks bhaiya ji...ek video or aggregation completed ...:))
@EngineeringDigest
@EngineeringDigest 8 ай бұрын
Please consider sharing feedback on LinkedIn. 🙏🏻
@ShubhiK-ro8cl
@ShubhiK-ro8cl 4 ай бұрын
Last query with filter is not working. Please add correct query here.
@EngineeringDigest
@EngineeringDigest 4 ай бұрын
ok sir
@ShubhiK-ro8cl
@ShubhiK-ro8cl 4 ай бұрын
No srsly.... it's returning null😶
@farhanakhtar5229
@farhanakhtar5229 2 ай бұрын
bhai ne news anchor ki job chod kar coder bana he
@shubhamgupta-bl1tr
@shubhamgupta-bl1tr Жыл бұрын
nice video, transaction r bhi bha dijiye
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Sure
@nemotivity
@nemotivity Жыл бұрын
Loved the video. Waiting for the next one. Keep making such awesome tutorials. ♥
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks a lot 😊
@03devrajtak7
@03devrajtak7 Жыл бұрын
how to use indexing for aggregation pipeline?
@noedition1968
@noedition1968 10 ай бұрын
Such a beautiful information for mongodb pipeline. Thanks a lot for this valuable video ❤
@SawanKumar-tr9xz
@SawanKumar-tr9xz Жыл бұрын
Best mongodb playlist ❤
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 Join my Insta fam: @thevipulvats
@sohammehta6614
@sohammehta6614 11 ай бұрын
Thank your very much for the great explanation!!
@random2059
@random2059 Жыл бұрын
👋👋🙏🙏 _id kaise age ho sakta hai id to id hai , ( _id:"$age") age acting like _id keya ho rah hai inha pe thora samjhaye , please clear this confusion ???👋👋🙏🙏 thora dhundne par pata chala isko accumulator object bolte hai .... thora ispe v batye .. please reply
@EngineeringDigest
@EngineeringDigest Жыл бұрын
05:19
@random2059
@random2059 Жыл бұрын
@@EngineeringDigest samjha to ye _id uo wala _id nahi nahi hai ye ac new _id banrahe ho age ke basis pea ? 🙏🙏🙏🙏 bata please do maine full video dekha hai note v bana raha hu .... mujhe 5:19 thora samaj nahi aya sir
@preetilangayan6326
@preetilangayan6326 Жыл бұрын
Please make video on replication also.
@moosegoose1282
@moosegoose1282 Жыл бұрын
speak english
@dhriteshkumar1786
@dhriteshkumar1786 Жыл бұрын
awesome explanation sir ❤
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks for liking
@stiphenrobert4469
@stiphenrobert4469 9 ай бұрын
Best mongodb tutorial on earth
@sadotore
@sadotore Жыл бұрын
vai, a big "THANK YOUUU" for u
@KhushaliChauhan-o1b
@KhushaliChauhan-o1b 9 ай бұрын
wow...its very first time ,I am watching your videos but really....its awesome your way to convey the concept is literally different from other ..
@EngineeringDigest
@EngineeringDigest 9 ай бұрын
Thanks😀
@VivekYadav-up7uu
@VivekYadav-up7uu Жыл бұрын
easy and effective way to explain.
@ihtshamhaider6849
@ihtshamhaider6849 Жыл бұрын
wow method
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Many many thanks
@mahirjain5833
@mahirjain5833 Жыл бұрын
Love your tutorials.Pls cover entire mongo db.
@prathameshhiremath1379
@prathameshhiremath1379 Жыл бұрын
Bhai really apka voice bahut katarnak hai
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks :)
@vaishalimandora8956
@vaishalimandora8956 Жыл бұрын
Sir is your playlist is sufficient to learn mongodb ...as a node js developer
@EngineeringDigest
@EngineeringDigest Жыл бұрын
It will help you to query the database directly and basic understanding of mongodb. Then you have to learn mongoose which makes node js to connect and query the database.
@taukirkhan3417
@taukirkhan3417 10 ай бұрын
Mza agya bro, enjoy and completely understand. Thanks
@EngineeringDigest
@EngineeringDigest 10 ай бұрын
Thank you brother, it will be a huge help if you can share this course on LinkedIn.
@shamimsarker839
@shamimsarker839 Жыл бұрын
Best 🔥🔥🔥🔥🔥🔥🔥
@arnavkaul7827
@arnavkaul7827 Жыл бұрын
Damn good lecture
@mahirnasirbaghila9051
@mahirnasirbaghila9051 Жыл бұрын
Sir you are great
@pritimodanwal06
@pritimodanwal06 Жыл бұрын
very nice explain bro, before it i have little bit confusion regarding pipeline now clear thank you bro
@EngineeringDigest
@EngineeringDigest Жыл бұрын
You are welcome
@vampirekabir
@vampirekabir Жыл бұрын
bro video on $facet and $bucket pls
@EngineeringDigest
@EngineeringDigest Жыл бұрын
just recorded, will upload next week
@vampirekabir
@vampirekabir Жыл бұрын
@@EngineeringDigest thanks, i always look for ur explanation teach in such clear and fun way
@harshmehta1141
@harshmehta1141 Жыл бұрын
Bro Engineering Digest very unique and attractive name
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks 🙏
@code-with-me-2002
@code-with-me-2002 Жыл бұрын
bro college teacher ki taraha , line by line padhke hindi translate mat karo
@EngineeringDigest
@EngineeringDigest Жыл бұрын
karunga
@ronakreddy8657
@ronakreddy8657 Жыл бұрын
@Music-ub2gc car racing krle tu.. galat jagah aa gya bodam
@ummeed4365
@ummeed4365 Жыл бұрын
Excellent content bhai highly appreciate your efforts.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 You can join our discord or Insta @thevipulvats.
@cyrusthapa794
@cyrusthapa794 Жыл бұрын
bhaut hard XD : ) ❤‍🔥
@zeeshankalyar7693
@zeeshankalyar7693 Жыл бұрын
Thanks bhai jaan bahut hi achi video bnae hai apne
@rajverma5051
@rajverma5051 Жыл бұрын
Thank you sir ❤
@ShekharTayde-j3k
@ShekharTayde-j3k Жыл бұрын
Bachpan me hum padhte the ..... 😆..Amazing videos bhai..helped alot.
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks 😀 *Instagram:* instagram.com/thevipulvats *Discord:* discord.gg/7e6WdBJ9dT
@mikeplai4189
@mikeplai4189 Жыл бұрын
kamal
@IftekharAhmed-f3r
@IftekharAhmed-f3r Жыл бұрын
Fantastic, I learned a lot today
@AnilKumar-fw8bw
@AnilKumar-fw8bw Жыл бұрын
Thank you for explaining in a simple way.
@abhijeetkumarsingh2504
@abhijeetkumarsingh2504 Жыл бұрын
You Got A Subscriber, loved the way you explain 😂 🔥
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Welcome aboard!😀
@SonuKumar-uq2rb
@SonuKumar-uq2rb 7 ай бұрын
kuch samaj ni aaya bekaar vedio.
@EngineeringDigest
@EngineeringDigest 7 ай бұрын
video*
@codecracker8856
@codecracker8856 7 ай бұрын
​@@EngineeringDigestsir can u please provide notes ?
@anandatole6529
@anandatole6529 Жыл бұрын
explain in simple way. no complex. Thanks
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Glad you liked it!
@swapnilw.
@swapnilw. 10 ай бұрын
i think u r from delhi😎
@EngineeringDigest
@EngineeringDigest 10 ай бұрын
Yess 🤓
@aafibaloch654
@aafibaloch654 Жыл бұрын
Deserve more views and subscribers ❤
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 Join my Insta fam: @thevipulvats
@JaiSreeRam466
@JaiSreeRam466 Жыл бұрын
Super anna ❤
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 Join my Insta fam if u haven’t already: @thevipulvats
@mithleshkumar-ds9ex
@mithleshkumar-ds9ex Жыл бұрын
Sir Please database link
@watchprakhar
@watchprakhar Жыл бұрын
achcha samjhaya bhai apne
@watchprakhar
@watchprakhar Жыл бұрын
subscribed
@EngineeringDigest
@EngineeringDigest Жыл бұрын
Thanks! 😊 Join my Insta fam if u haven’t already: @thevipulvats
@sksayrilamed4087
@sksayrilamed4087 Жыл бұрын
aap ka smjhana acha hay but behavior thora accha kariya bate thora dhang say koriya bohot karush lagata hay ..lakin apnay best aggregation concept samjaya hay .-__-
@EngineeringDigest
@EngineeringDigest Жыл бұрын
bhai khadoos hi hu mai..real life me bhi😅
@datastructuresandalgorithm9370
@datastructuresandalgorithm9370 6 ай бұрын
For last filter [ { "name": "Vinay", "age": 34, "scores": [22, 33, 4, 44, 55] }, { "name": "Alice", "age": 28, "scores": [10, 20, 30, 40, 50] }, { "name": "Bob", "age": 42, "scores": [15, 25, 35, 45, 55] }, { "name": "Emma", "age": 31, "scores": [18, 28, 38, 48, 58] }, { "name": "Chris", "age": 37, "scores": [12, 22, 32, 42, 52] }, { "name": "Sophia", "age": 29, "scores": [25, 35, 45, 55, 65] }, { "name": "David", "age": 36, "scores": [30, 40, 50, 60, 70] }, { "name": "Linda", "age": 45, "scores": [8, 18, 28, 38, 48] }, { "name": "Michael", "age": 27, "scores": [16, 26, 36, 46, 56] }, { "name": "Emily", "age": 33, "scores": [5, 15, 25, 35, 45] } ]
@shivamkatiyar2899
@shivamkatiyar2899 Жыл бұрын
Cool way of teaching.
@datastructuresandalgorithm9370
@datastructuresandalgorithm9370 6 ай бұрын
db.scoreDta.aggregate([{$group:{_id:null,avgScore:{$avg:{$filter:{input:"$scores" , as:"score",cond:{$gt:["$age",30]}}}}}}]);
@ShubhiK-ro8cl
@ShubhiK-ro8cl 4 ай бұрын
Is it working for u?
@manikanth.8507
@manikanth.8507 4 ай бұрын
​@@ShubhiK-ro8clLast time it was working.
@kaushikprajapati5540
@kaushikprajapati5540 4 ай бұрын
@@manikanth.8507 Last time it was working
$bucket operator in MongoDB in Hindi
9:30
Engineering Digest
Рет қаралды 13 М.
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 55 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 140 МЛН
MongoDB Tutorial in 1 Hour (2024) 🍃
1:22:57
CodeWithHarry
Рет қаралды 687 М.
Complete MongoDB aggregation pipeline course
1:58:14
Hitesh Choudhary
Рет қаралды 53 М.
Learn Mongodb aggregation pipelines
36:45
Chai aur Code
Рет қаралды 64 М.
MongoDB Complete Course Tutorial in Hindi🔥Free Notes & Projects
5:20:46
Thapa Technical
Рет қаралды 396 М.
$lookup in MongoDB: How to Join Collections in MongoDB
12:25
Engineering Digest
Рет қаралды 26 М.
MongoDB Crash Course
29:59
Web Dev Simplified
Рет қаралды 691 М.
哈莉奎因怎么变骷髅了#小丑 #shorts
00:19
好人小丑
Рет қаралды 55 МЛН