From the course: Databases for Node.js Developers
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Exploring MongoDB with Compass - Node.js Tutorial
From the course: Databases for Node.js Developers
Exploring MongoDB with Compass
- [Instructor] When working with databases, having a graphical interface can make things much easier. For MongoDB, we'll use MongoDB Compass, a free tool provided by the creators of MongoDB. So I will just search for MongoDB Compass and here we go. And there you just have to download the version for your system. I already did that, so I can now start Compass. And once it's started, you will see a screen like that and there I click on add new connection. And there you already have the MongoDB default URL for local host, so this should all work, and I will just call it Course, so that's my connection for this course. And then I will just click on save, and then I can connect to this database. Once you have connected, you'll see a menu on the left with system collections and any databases available on your MongoDB instance. You can use MongoDB Compass throughout this course to explore your data easily and visually, making it a great companion to your learning.
Contents
-
-
-
-
-
(Locked)
Managing product data with MongoDB33s
-
Setting up MongoDB with Docker2m 30s
-
(Locked)
Exploring MongoDB with Compass1m 19s
-
(Locked)
Introducing Mongoose2m 59s
-
(Locked)
Setting up Mongoose and connecting it to MongoDB10m 14s
-
(Locked)
Building a model for our products5m 25s
-
(Locked)
Integrating the model into our application3m 55s
-
(Locked)
Populating MongoDB with sample data2m 6s
-
(Locked)
Querying items with Mongoose9m 19s
-
(Locked)
Filtering items by tag4m 27s
-
(Locked)
Item administration: Listing and loading6m 32s
-
(Locked)
Item administration: Create, update, and delete15m 14s
-
(Locked)
Optimizing queries with indexes5m 33s
-
(Locked)
Performing text search in MongoDB5m 34s
-
(Locked)
-
-
-
-