Complete MongoDB Tutorial #4 - Using MongoDB Compass

preview_player
Показать описание
🐱‍💻 View this course & other premium courses without ads on the Net Ninja Pro site:

🐱‍💻 Access the course files on GitHub:
(lesson code available from lesson 15 onwards)

🐱‍💻 Modern JavaScript Course:

Рекомендации по теме
Комментарии
Автор

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
}
]

SuperShiwi
Автор

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

kingsleyelijah
Автор

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.

michaelcapone
Автор

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!!

charlesotonda
Автор

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.

ErnestV
Автор

Very good tutorials, your tutorials are very easy to understand

somilbichpuriya
Автор

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

adedoyinadeyemo-wpjn
Автор

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

mahinhossen
Автор

The least I can do is like and say thank you.

I will do this insha'Allah on every video I watch :)

abdellahiaioun
Автор

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

ilan
Автор

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

abhisheksarkar
Автор

Thnx a lot for accelerating my learning...

it-shreyagandhi
Автор

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 !

theprotsenkostudio
Автор

Do you have an elastic search crash courses?

Mircea
Автор

Excellent video, thank you very much.

diogokryminice-consultoria
Автор

This is great! This is already way preferable to SQL

cassettte
Автор

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

zeinebromthana
Автор

How do you add fields to existing documents??

jooku
Автор

Can i use my own domain to create api?

batinayunsel
Автор

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.

celestineiwomi