MongoDB Crash Course

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

I decided to go through this and compile some *timestamps* . I wasn't sure if this would be overkill, but I figured it would be useful for reference. Let me know if this is helpful 🙂.

0:16 - NoSQL Databases vs SQL Databases
1:16 - Info on performance advisor and queryable backup system.
1:51 - Setting up a MongoDB Atlas cluster
2:47 - User and IP management
4:13 - 3 Ways to Connect to your cluster
4:42 - Opening and connecting to Compass
5:12 - Creating a database and collection in MongoDB Compass
5:40 - Creating a document
7:18 - Cloning documents
7:45 - Editing documents
8:13 - Importing data
9:06 - Objects and arrays explained
9:32 - Table view
10:11 - How to query your data
10:49 - filter examples
12:24 - Query selectors - $all
13:12 - Query History
13:21 - Query selectors - $in
14:06 - Dot notation for traversal
14:41 - Query selectors - $and
12:56 - project / projections
16:51 - sort
18:08 - Skip and limit
18:39 - Installing MongoDB Shell
19:24 - Connecting via MongoDB Shell
19:45 - clear screen
19:52 - Check database in use
19:58 - switch database
20:16 - insert a document with MongoDB Shell
20:56 - Copying JSON documents from Compass
21:23 - Basic JSON
21:42 - Query data in MongoDB Shell (db.users.find)
22:08 - filter in MongoDB Shell
23:00 - sorting in MongoDB Shell
24:46 - Conclusion

codebreakthrough
Автор

Hello Caleb!
Thank you so much for your wonderful video tutorial and clear explanations.

I just finished this MongoDB Crash Course of yours.

I would be tremendously happy if you create a video where you create a simple project with MongoDB together with all your programming knowledge like from HTML to MongoDB. Just to see the whole picture for someone like me on a YouTube study mode.

cryptoodaperalta
Автор

Hey Caleb! Thank you for the video! I’m looking forward for your video series about MongoDB Aggregation framework

xxxxx-lg
Автор

Could you please make a video explaining the resources you use to learn or enhance your programming skills

abhishektyagi
Автор

Fast and clean ... great job ... tanks

alirahmani
Автор

Good video Caleb! It will be great to see MongoDB with .NET Core

logicxtreme
Автор

Awesome lecture. Please touch how to work on Windows.

sajjadkabirmdsharifulalam
Автор

Saw a commercial for Air Freeze watching this. An $80 portable silent A/C unit.

geekworthy
Автор

Nice explanation. Can you make video on database design best practices compared to relational databases as here we have to make choice between embedding data and putting same information in separate collection?

admiralrohan
Автор

Nice introduction. topic suggestion - working with json schemas and MongoDB

ericfrenz
Автор

hey I got a problem when trying to connect it says "connection <monitor> to 54.160.0.202:27017 closed" what should I do any suggestions

libeamlakbekele
Автор

Hi Curry, today I saw this video really helpful for beginners like me. I have some questions if you can reply

poojavashist
Автор

Why did you stop making MongoDB videos, how about you make some tutorial with MongoDB Atlas, not many videos on Youtube. Specifically on creating users: register, login, logout. Pagination. CRUD etc.