Lookup in Mongodb aggregation

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 108

  • @AKSHATGANDHI-di7pq
    @AKSHATGANDHI-di7pq 2 месяца назад +7

    I have completed both the series MongoDB basic to Advanced and Aggregation.
    I don't think I have learned anything this much faster and with understanding of scenarios.
    Thank You Sir 👍🏻🙇🏻‍♂.

  • @chandnijha
    @chandnijha 6 месяцев назад +11

    Hey Sir, I have completed entire MERN with advanced MongoDB aggregation tutorial from your channels Chai aur code and this one. You have made the world of web development lot more simpler. When I would recall best teachers of my life, your name would surely be at top. In a world where people donot help or even help for some selfish reasons, you are working selflessly for us. I feel your spirit needs to be cherished more than your videos in youths globally. Tons of love and 🖖🙇🙇🙇🙇🙇🙇

  • @MegaVladikslavman
    @MegaVladikslavman 3 дня назад

    The best explanation of aggregations in Mongo I've seen on RUclips. Thank you a lot for your work!

  • @ragsbigfella
    @ragsbigfella 9 месяцев назад +38

    Thanks for a wonder mini series!! appreciate it.

  • @NHvines
    @NHvines 23 дня назад

    I work at a startup and my company uses mongodb queries extensively coupled with springboot. This series helped me a lot to understand mongodb aggregation pipeline in depth. Great Job Hitesh 👏👏👏

  • @prabhatdeshmukh9592
    @prabhatdeshmukh9592 7 месяцев назад +2

    Never seen a tutorial this comprehensive yet concise and understandable on an advanced topic like MongoDB aggregation, kudos to your effort and thanks a lot!

  • @2amCoder
    @2amCoder 8 месяцев назад +3

    and here i completed this series in a single day coz it was short upto point and most importantly the teaching of yours was really fun ,
    Thanks a lot for that sir!

  • @ajaydeepsinghrajpoot
    @ajaydeepsinghrajpoot 9 месяцев назад +4

    Chai aur backend makes perfect sense after watching this series. Thankyou sir. I am building my Sass and if i'm able to make it work, the first payout will go to your channel.

  • @navneetverma4547
    @navneetverma4547 2 месяца назад

    This was a short set of video series but very easy to understand and able to relate it with some other similar scenarios.
    Thanks for the wonderful series 🎉👏🏻👏🏻👏🏻

  • @annsabbasi
    @annsabbasi Месяц назад

    Thanks It was such an interesting series and skyrocket my skills in MongoDB.
    Since it was a little bit complicated but when I watched for the second time now everything is clear.....

  • @ridamsinghal1073
    @ridamsinghal1073 11 месяцев назад +2

    Sir, best video for understanding the working of the $lookup operator in MongoDB. And at the same time the best series to understand MongoDB Aggregation Pipeline.

  • @techzone-lk-zone3075
    @techzone-lk-zone3075 2 месяца назад

    worked through each video . now its all clear ,thanks mate

  • @piyushmishra2917
    @piyushmishra2917 2 месяца назад

    finally completed !! Thanks a lot sir best content on RUclips..

  • @heeru379
    @heeru379 4 месяца назад +1

    I know you have other things to do but whenever you will have some time, please do upload videos in this playlist. We are very grateful to you that you bring this amazing series to us. Thank you.

  • @prateek2483
    @prateek2483 5 месяцев назад

    Very helpful for me i am and frontend developer learning backend from somedays onto a live project getting insights from this aggregation pipeline is clear upto the point that i can work with it Thank you for such a beautiful series i loved it❤

  • @Devlopsofar
    @Devlopsofar 3 месяца назад

    I really enjoyed the tutorial from start to the end I love the way you make your videos and the way you make the video so interactive and allow us to think for a solutions by our selves. I want to solve a problem with my aggregation but I wasn’t able to do so

  • @tuhinghosh9737
    @tuhinghosh9737 2 месяца назад

    Thank you for this valuable series sir
    Just completed now ❤
    Happy teachers day ❤

  • @juicerAware
    @juicerAware 6 месяцев назад

    came from chai aur backend for the this part, very informative playlist so far never saw playlist this informative and in depth

  • @transformers-ai
    @transformers-ai 6 месяцев назад

    Having such wonderful mini series. Kudos to Hitesh Sir.

  • @hemantbhatia8434
    @hemantbhatia8434 11 месяцев назад +1

    Thanks for this MongoDB tutorial, It was beneficial a lot.🚀

  • @ibkhsh
    @ibkhsh 6 месяцев назад

    Thank you Sir, thank you very much.
    I am going to start my journey with aggregation on top of this.

  • @priyanshnihalani4617
    @priyanshnihalani4617 4 месяца назад

    Thanks! a lot for this mongodb aggregation tea, very detailed explanation, i had shared with my friends they also like your javascript and react.js playlist and the current one🍵.

  • @shankarraj3606
    @shankarraj3606 Месяц назад +1

    I think we can use Unwind also, it also provides the same result " [
    {
    $lookup: {
    from: "authors",
    localField: "author_id",
    foreignField: "_id",
    as: "author_details"
    }
    },
    {
    $unwind: "$author_details"
    }
    ]" response:"{
    "_id": 1,
    "title": "The Great Gatsby",
    "author_id": 100,
    "genre": "Classic",
    "author_details": {
    "_id": 100,
    "name": "F. Scott Fitzgerald",
    "birth_year": 1896
    }
    }",

  • @ayushpatel8670
    @ayushpatel8670 2 месяца назад

    Thank u so much sir for this series. I just need to refresh my concepts and your videos r best

  • @chetanbhatt3494
    @chetanbhatt3494 9 месяцев назад

    Thank you @hitesh for this lookup concept now I cleared the doubt for the same by watching this video.

  • @friderichwisniewski8154
    @friderichwisniewski8154 7 месяцев назад

    such a fantasctic series....would love to see more tutorials on aggregation.

  • @MdSayyub-po4bh
    @MdSayyub-po4bh 7 месяцев назад

    This series is really Great! Thank you sir for this series

  • @adarshc7737
    @adarshc7737 8 месяцев назад

    thank you sir, I've been struggling to learn the aggregation. you make it easy. Its awesome

  • @JiJo-w9t
    @JiJo-w9t 4 месяца назад

    Good series , entire series very helpful

  • @Somya-r5i
    @Somya-r5i 6 месяцев назад

    One and Only creator that doesn't make you fall in tutorial hell.

  • @kirankuyate6056
    @kirankuyate6056 11 месяцев назад +6

    i came from #chaiAurCode #Backend playlist waiting for more videos on Backends amazing content

  • @ManishM-b7i
    @ManishM-b7i 11 месяцев назад +1

    sir i really appreciate your hard work, content was truely amazing, A BIG THANK U.

  • @shreejanregmi
    @shreejanregmi 8 месяцев назад

    Extraordinary series!

  • @ragsbigfella
    @ragsbigfella 9 месяцев назад

    Thank you for a wonderful series.

  • @HimjyotiSarma-s9e
    @HimjyotiSarma-s9e 8 месяцев назад

    Thank you Sir. It was an awesome series. I learned a lot from this.

  • @MohammedMishhalmattummathodi
    @MohammedMishhalmattummathodi 7 месяцев назад

    It was a wonderful sesssion hitesh you are awesome , now i love mongo db

  • @anandshinde0358
    @anandshinde0358 8 месяцев назад +1

    Thank you so much sir ❤❤❤❤

  • @RobinSingh-wk8qv
    @RobinSingh-wk8qv 9 месяцев назад

    Really helpful series🙏. I have learned a lot from scratch to advance level.👌

  • @shanoof-t4m
    @shanoof-t4m 22 дня назад

    thanks buddy for this series😘

  • @PanditNaveenbhardwaj
    @PanditNaveenbhardwaj 10 месяцев назад

    Learning from you is like ... Switching from chai aur code to hitesh choudhary and vice versa 😊😊

  • @jk-sm6qr
    @jk-sm6qr 10 месяцев назад

    Hey, yeah this is advanced but because of you this is now very easy to me. Thank you very much

  • @MuhammadYasir-cl4jp
    @MuhammadYasir-cl4jp 10 месяцев назад

    Thank you so much sir for providing us with this type of content❤❤❤

  • @shivanshpatel4072
    @shivanshpatel4072 11 месяцев назад

    Really enjoyed this series alot ❤

  • @hrikbansaha887
    @hrikbansaha887 7 месяцев назад

    Sir, your content is truly amazing. Loved it and Learned a lot. ❤❤ ❤

  • @aakibali2397
    @aakibali2397 10 месяцев назад

    sir after seeing your chai and backend i was little bit confuse about aggregation after seeing this i got very clearance about my doubts and now i have confidence that i can do that assignment very effectively #chaiaurcode

  • @Gammalt
    @Gammalt 9 месяцев назад

    Thanks for the series !!

  • @chinmayyyt
    @chinmayyyt 8 месяцев назад

    This is great series thank you for your efforts you made complex concepts easy to understand😇

  • @golubhattuk01
    @golubhattuk01 8 месяцев назад

    completed this playlist thanks for this playlist sir ji

  • @genztechman
    @genztechman 4 месяца назад

    Amazing series

  • @manasranjan4
    @manasranjan4 7 месяцев назад

    Really its very informative.
    Please make video in same series for combining results from multiple collection through unionWith

  • @ashishsng
    @ashishsng 5 месяцев назад

    Very helpful Sir :) Thanks a lot

  • @FaizanAli-m1w5r
    @FaizanAli-m1w5r 6 месяцев назад

    Incredible instruction 😃

  • @sunnykushwah5833
    @sunnykushwah5833 2 месяца назад

    thank you

  • @davidnickson5043
    @davidnickson5043 4 месяца назад

    Hey Hitesh, I want to make an Atlas Chart, and combine data sources. Is this possible?

  • @sergioramirez7125
    @sergioramirez7125 8 месяцев назад

    What if the result author_details needs to be at the same level of the test of three attributes instead of nested into another object, while also keeping the values from the rest of the attributes?

  • @rakib_bhai74
    @rakib_bhai74 11 месяцев назад +2

    ❤ From Hindi Channel sir :- 🎉
    author_details : Array ho vi sakta he """""---"""" Author can be multiple, Can we implement it with the help of nasted lookups (sub-lookup) ? ❣️❣️

    • @rakib_bhai74
      @rakib_bhai74 11 месяцев назад

      LMK sir 😁 ❤❤❤

  • @msaleem9704
    @msaleem9704 17 дней назад

    There is Four types of join (Left ,Right Inner,Outer) $lookup operator acts as left join in that

  • @ansarengg86
    @ansarengg86 11 месяцев назад +1

    Thank you sir..can you please make videos on prisma ORM??

  • @aloksharma7871
    @aloksharma7871 10 месяцев назад

    Hey hitesh
    this was an wonderful series accumulated lot 😅 and why not go deep dive into joins more.
    keep alive this type of small series ✌️

  • @prasenjit1110
    @prasenjit1110 7 месяцев назад

    Great Tutorial 😄

  • @PRITESHKRSRV
    @PRITESHKRSRV 8 месяцев назад

    Sir can you take a case of lookup + unwind and nested aggregation using lookup

  • @miguelcosta4450
    @miguelcosta4450 9 месяцев назад

    Hmm, the $lookup never update this new related information to the actual collection right? This is just for querys basically... I tried with other example in my shell and the new data will be aggregated in "as:"grades_data". But they never update the actual collection with grades_data right??

  • @munna5553
    @munna5553 11 месяцев назад +1

    @chaiaurcode is the university of developer 😊😊😊

  • @PankajKumar-ue2xu
    @PankajKumar-ue2xu 11 месяцев назад +1

    thank u sir

  • @BujjiTheCoder
    @BujjiTheCoder 11 месяцев назад +1

    Chai or code channel backed ho gaya hai

  • @shehza-d
    @shehza-d 10 месяцев назад +1

    Where can i get the list of questions??

  • @DE4DP00L-cs1ts
    @DE4DP00L-cs1ts 11 месяцев назад +1

    which fields require '$' before name and which dont?

    • @ashishsharma6838
      @ashishsharma6838 10 месяцев назад +1

      Where fields value are dynamic not static

  • @atanumojumdar
    @atanumojumdar 4 месяца назад

    Thanks ❤❤

  • @saqibullah7286
    @saqibullah7286 11 месяцев назад

    Sir Please can you bring more videos on MongoDb aggregation

  • @HammadAliKhanKhan
    @HammadAliKhanKhan 16 дней назад

    Love you hugya sir g

  • @BhanukaDissanayaka-tx8mf
    @BhanukaDissanayaka-tx8mf 10 месяцев назад

    Thank you very much for your

  • @goutamdogri8673
    @goutamdogri8673 8 месяцев назад

    great video sir

  • @abhishekseth7187
    @abhishekseth7187 4 месяца назад

    Thanks sir

  • @khaleelrehman5327
    @khaleelrehman5327 11 месяцев назад

    Hi,
    I can't access the course, please check and verify. I want to be able to start using the course as soon as possible. Please let me know if there are any issues and I will address them as soon as possible. Thank you for your help.
    I have sent a mail to mail but it shows that this mail is not currently available.

  • @reromsp
    @reromsp 7 месяцев назад

    Helpful Thanks

  • @ashwinpatidar2878
    @ashwinpatidar2878 6 месяцев назад

    helpful Thanks.

  • @sam_sharma24
    @sam_sharma24 5 месяцев назад

    legends

  • @rishabhpal3907
    @rishabhpal3907 11 месяцев назад

    💛💛

  • @freekeys
    @freekeys 3 месяца назад

    Can we have a video of fast/advanced queries with relationship 💯💯

  • @JSDEVD
    @JSDEVD 11 месяцев назад

    hi hitesh sir can guide more viedos about joins

  • @tasnimalam6881
    @tasnimalam6881 7 месяцев назад

    👍🏾🔥🔥

  • @sumukhamberkar8360
    @sumukhamberkar8360 4 месяца назад

    Want to count the all likes for a specific users video in video collection

  • @muhammadsajidrazaansari8074
    @muhammadsajidrazaansari8074 4 месяца назад

  • @rishiraj2548
    @rishiraj2548 11 месяцев назад

    Good day greetings

  • @patelronak153
    @patelronak153 8 дней назад

    🚀♥️✨

  • @aviralpal5088
    @aviralpal5088 5 месяцев назад

  • @utkarshpriy
    @utkarshpriy 5 месяцев назад

    how to get full join

  • @leeladharsuthar2152
    @leeladharsuthar2152 11 месяцев назад

    Greetings

  • @mantragor8150
    @mantragor8150 7 месяцев назад +6

    This was not so in depth sir... Lookup is a complex and powerful stage in aggregation pipeline it should not be such sort. Disappointed from this....

    • @aaa-os3pj
      @aaa-os3pj 23 дня назад +1

      Could you suggest any sources for learning it

  • @mohitshaw698
    @mohitshaw698 8 месяцев назад

    done

  • @munna5553
    @munna5553 11 месяцев назад +1

    #chaiaurcode

  • @munna5553
    @munna5553 11 месяцев назад

    Guru ji please use better tags because you're content is absolutely amazing but not reach to right audience

    • @DE4DP00L-cs1ts
      @DE4DP00L-cs1ts 11 месяцев назад +1

      why demotivate someone, not everyone use mongodb or want to learn it indepth thats why less views on these videos. But for others it is interesting so let them enjoy

    • @munna5553
      @munna5553 11 месяцев назад

      @@DE4DP00L-cs1ts bhai Guru ji ko app se jayada support karta hoon just suggestion tha ki achhe tag use kare

    • @DE4DP00L-cs1ts
      @DE4DP00L-cs1ts 11 месяцев назад +1

      @@munna5553 ab comment edit krke hero banra hai

    • @DE4DP00L-cs1ts
      @DE4DP00L-cs1ts 11 месяцев назад

      @@munna5553 u wrote earlier channel dying do some research on that

    • @rakib_bhai74
      @rakib_bhai74 11 месяцев назад +1

      ​@@munna5553 Please comment some axxha tags taki sir ko thoda easy hoo tags likhne me ❤

  • @siddesh1210
    @siddesh1210 9 месяцев назад

    First of all thankyou for providing such Gem content❤ @hitesh. Also want to bring you notice that while sharing my this learning of MongoDB aggregation pipeline on Linkedin I can't able to mention you in caption as your profile is not visible while tagging @hiteshchoudhary. So for now have used hashtag but been part of @chaiaurcode family its been concern why can't able to tag our person who's providing such amazing content on YT.
    And again thanks for creating such brilliant mini playlist and getting us understand of MongoDB pipeline❤

  • @ronakpatidar2850
    @ronakpatidar2850 3 месяца назад

    can't we use $unwind to instead of $addfield

  • @sankiGunda.
    @sankiGunda. 11 месяцев назад

    Hello sir i have i query i need to modify specific string this
    "weblink" : "chai aur code /youtube/resource/70e305e7-d71c-41a817bd7b/PDF.pdf
    to
    "weblink" : "hitesh choudhary/youtube/resource/70e305e7-d71c-41a817bd7b/PDF.pdf
    chai aur code to hitesh choudhary
    Note:- UpdateMany Query and Don't update pre and post text . Pre and post text is different in other record so only these 2 string are constant in all record