Complete MongoDB Tutorial #4 - Using MongoDB Compass

Sdílet
Vložit
  • čas přidán 2. 06. 2024
  • 🐱‍💻 View this course & other premium courses without ads on the Net Ninja Pro site:
    net-ninja-pro.teachable.com/p...
    🐱‍💻 Access the course files on GitHub:
    github.com/iamshaunjp/complet...
    (lesson code available from lesson 15 onwards)
    🐱‍💻 Modern JavaScript Course:
    On Net Ninja Pro - netninja.dev/p/modern-javascr...
    On Udemy - www.thenetninja.co.uk/udemy/m...
    On CZcams - • Modern JavaScript Tuto...
    🐱‍💻 Node.js Crash Course:
    On Net Ninja Pro - netninja.dev/p/node-js-crash-...
    On CZcams - • Node JS Tutorial for B...
    🐱‍💻 VS Code - code.visualstudio.com/
    🐱‍💻 Download MongoDB - www.mongodb.com/try/download/...

Komentáře • 89

  • @SuperShiwi
    @SuperShiwi Před rokem +270

    for the single object:
    {
    "title": "Name of the Wind",
    "author":"Patrick Rothfuss",
    "pages":500,
    "genres":["fantasy", "magical"],
    "rating":9
    }
    Array of objects:
    [
    {
    "title": "The Final Empire",
    "author":"Brandon Sanderson",
    "pages":450,
    "genres":["fantasy", "dystopian"],
    "rating":8
    },
    {
    "title": "The Way of the King",
    "author":"Brandon Sanderson",
    "pages":350,
    "genres":["fantasy", "dystopian"],
    "rating":9
    },
    {
    "title": "The Call of the Weird",
    "author":"Louis Theroux",
    "pages":350,
    "genres":["non-fiction", "strange", "comedy"],
    "rating":7
    }
    ]

  • @kingsleyelijah8461
    @kingsleyelijah8461 Před rokem +6

    Most updated MongoDB compass tutorial on youtube !!! Thank you The Net Ninja

  • @michaelcapone8913
    @michaelcapone8913 Před rokem +10

    Excellent video, thank you very much. I was looking for a tutorial on compass and I am glad that you have a complete series on mongoDB. Have a nice day.

    • @NetNinja
      @NetNinja  Před rokem

      Glad it was helpful Michael!

  • @somilbichpuriya161
    @somilbichpuriya161 Před 2 lety +4

    Very good tutorials, your tutorials are very easy to understand

  • @charlesotonda994
    @charlesotonda994 Před 2 měsíci +1

    You are a lifesaver Net ninja, for the past few days I've been trying to get content on mongodb on youtube and none is close to matching this. toptier content this is!!

    • @NetNinja
      @NetNinja  Před 2 měsíci

      Great to hear! :) thanks for watching

  • @abdellahiaioun8430
    @abdellahiaioun8430 Před 6 měsíci

    The least I can do is like and say thank you.
    I will do this insha'Allah on every video I watch :)

  • @machinelearning2994
    @machinelearning2994 Před 2 lety

    You are an inspiration Shaun.

  • @adedoyinadeyemo-wp6jn
    @adedoyinadeyemo-wp6jn Před měsícem +1

    This guy is a life-saver! Kudos man. You just earned a subscription!!

    • @NetNinja
      @NetNinja  Před měsícem

      Appreciate that, thanks :)

  • @franciscosantos7706
    @franciscosantos7706 Před rokem +6

    if you are using macOS and want to run the MongoDB service on your machine you can do it like so in the Terminal: "brew services start mongodb-community@6.0".
    And to stop running it: "brew services stop mongodb-community@6.0"

  • @mahinhossen4251
    @mahinhossen4251 Před rokem

    5:19 " I can never be bothered" 🤣 you are really amazing

  • @it029-shreyagandhi5
    @it029-shreyagandhi5 Před 11 měsíci

    Thnx a lot for accelerating my learning...

  • @yandearta
    @yandearta Před 2 lety

    thank you so much shaun ❤

  • @ErnestV
    @ErnestV Před 4 měsíci +6

    Please note that the community edition that is currently available (7.0.5 for me) does NOT include the Compass tool - you must install it from the tools page as you did with mongosh.

    • @EricsWormPlayground
      @EricsWormPlayground Před 2 měsíci

      If you want to follow long with him, wouldn’t you install the version 5 option?

  • @cassettte
    @cassettte Před 5 měsíci

    This is great! This is already way preferable to SQL

  • @ilan117
    @ilan117 Před 2 lety

    Hi Shaun. Thank you, always! The link to the github for this video seem to be broken ?

  • @theprotsenkostudio5428

    Thank You so Much ! I Bought a Video Cause About Web Developing The Course is So good But The Problem Is That Was Recorded Before 2 Years Ago , So Because Of New Features & Updates Now I Could not Complete The MongoDB Module According To My Curse So Thank You Because Of Your Video Series I Can Learn About MongoDB From This Videos By You So Then I Can Restart Since Next Module In My Course Really Thank your For This , Love You So Much !

    • @Harsh_989
      @Harsh_989 Před 11 měsíci

      Are you talking about Angela Yu's web dev course?

  • @cha0sunity
    @cha0sunity Před rokem +3

    King killer chronicles 3 will be out.... sometime after Brandon Sanderson finishing his 500th book.... so about 2 more years?

  • @juliandouglas4561
    @juliandouglas4561 Před 2 měsíci

    I love how these courses reveal so much about the tutor. For example, I know that you are a bit of a nerd, because in your GraphQL course, the database contained videogames, and in this one, you have fantasy books. I am a nerd too and I love it :D

    • @NetNinja
      @NetNinja  Před 2 měsíci

      Haha, you have me figured out :) glad you enjoyed it!!

  • @joshuapilapil1444
    @joshuapilapil1444 Před měsícem

    thanks it help big times sir.

  • @nikitaalekseev991
    @nikitaalekseev991 Před 2 lety

    Super MongoDB Course!

  • @eOrrego
    @eOrrego Před rokem

    thanks for sharing!

  • @narutodihargo
    @narutodihargo Před 8 měsíci +3

    01:30= How to connect with MongoDB service ?, 02:04= connect with Mongo server, check Services should run, Services-- MongoDB server, 03:10= By Default databases, 03:40= "+" icon to create new Databases, 03:50= Create Collection under a Database, 05:20= Drop or Delete database, 05:50= Insert document,

  • @abhisheksarkar311
    @abhisheksarkar311 Před rokem

    Any chances to figure out if we can use compass to qwery an array

  • @Mircea15
    @Mircea15 Před 2 lety

    Do you have an elastic search crash courses?

  • @shineLouisShine
    @shineLouisShine Před rokem +1

    Thanks for the guidenss, although...
    02:15
    You haven't said a word about the possibility that mongodb doesn't appears amongst those services..
    (..despite Compass runs in the background..)

  • @ittzedo3327
    @ittzedo3327 Před 2 lety

    thanks shuan❤

  • @musicchannel4649
    @musicchannel4649 Před 2 lety

    good tutorials , bro

  • @nguyentoanhnt
    @nguyentoanhnt Před rokem

    Great video, thank you so much

    • @NetNinja
      @NetNinja  Před rokem

      You're very welcome nguyen! :) thanks for watching

  • @sabuein
    @sabuein Před 10 měsíci

    Thank you.

  • @dasturchi4541
    @dasturchi4541 Před 2 lety

    Please teach Ajax as well

  • @celestineiwomi5497
    @celestineiwomi5497 Před 2 měsíci

    How did you paste the array of objects @8.07sec?...there are no paste buttons on the Insert Document window, no right-click function for paste and ctrl+V do not work.

  • @zeinebromthana7336
    @zeinebromthana7336 Před 7 měsíci

    is it normal if amin,config and local databeses don't show up in the compass??

  • @batinayunsel
    @batinayunsel Před rokem

    Can i use my own domain to create api?

  • @jooku7
    @jooku7 Před 4 měsíci

    How do you add fields to existing documents??

  • @asie7986
    @asie7986 Před 26 dny

    grasia mi loko

  • @flosrv3194
    @flosrv3194 Před 2 měsíci

    On your github disclosed in the description i dont see anything else than a readme file...

  • @user-ys2qo8qv6i
    @user-ys2qo8qv6i Před 3 měsíci

    great

  • @reginaldgideon6223
    @reginaldgideon6223 Před 2 lety +1

    wow thaks Shaun i kinda miss the intro

  • @saptarshiroy3943
    @saptarshiroy3943 Před rokem +2

    mongodb compass not connecting in my localhost

  • @moe9647
    @moe9647 Před 2 lety +1

    Shaun can you do a ruby on rails series?

  • @buidu691
    @buidu691 Před 2 lety

    - connection string : connect to mongodb cluster in mongodb atlas

  • @arko3822
    @arko3822 Před 5 měsíci

    thanks bro

  • @isaacqadri
    @isaacqadri Před 2 lety +1

    👍🏻👍🏻❤️

  • @S_Saurav
    @S_Saurav Před 7 měsíci

    completed

  • @dilyanadineva7705
    @dilyanadineva7705 Před 8 měsíci

    go to 8:24 and turn cc on

  • @mahioocode
    @mahioocode Před 11 měsíci

    TO THE POINT ☝☝

    • @NetNinja
      @NetNinja  Před 11 měsíci

      Thanks, hope it was helpful!

  • @xyxean
    @xyxean Před měsícem

    6:50 I'm still waiting too :(

  • @wisdomelue
    @wisdomelue Před rokem +1

    uhm, not everyone uses windows, it will be nice to tell us how to do it on mac as well…

  • @jay7092
    @jay7092 Před rokem

    I can trust whatever you say simply based on your taste in fantasy ahaha

  • @davidk7212
    @davidk7212 Před rokem

    Are you a Yorkshire man mate?

    • @NetNinja
      @NetNinja  Před rokem +2

      How insulting David! Lancashire ;)

  • @YeXiangGoh
    @YeXiangGoh Před 7 měsíci +1

    You talked to fast thank god for CZcams playspeed functionality

  • @danielschimanski4266
    @danielschimanski4266 Před 7 měsíci

    2023 and the third book still hasn't come out 😢

  • @gdng77avai
    @gdng77avai Před 2 lety

    🤠🥺

  • @sumit180288
    @sumit180288 Před 2 lety +1

    Please put all the videos in the playlist in one go, it is easier to learn in one go without breaking continuity

    • @dyunior
      @dyunior Před 2 lety +4

      This is already in playlist just go to the channel and Playlist tab. Almost all of the tuts here is on playlist.

    • @sumit180288
      @sumit180288 Před 2 lety +1

      @@dyunior only 4 vids are there. I am requesting to put entire mongo db playlist in one go so it is easy to watch videos without breaking continuity

    • @dyunior
      @dyunior Před 2 lety +5

      @@sumit180288 I guess yuor new to the channel, He uploads it every other day, by the way this is free content so it takes time to create content in one go. If you want you can check his channel if if there are options for membership, there you can watch it all the playlist. Stop demanding it is free content. just wait for the next video.

    • @sumit180288
      @sumit180288 Před 2 lety +1

      @@dyunior FYI it's not a demand, it's a request if you care to read it properly

    • @studioph5.6
      @studioph5.6 Před 2 lety +2

      @@sumit180288 go to his website and watch entire course w/o waiting it here, no problemo