课程: Databases for Node.js Developers
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Managing product data with MongoDB
“
- [Instructor] In this chapter of the course, we will first create the infrastructure to even be able to connect to MongoDB and use the MongoDB connection in our application. And then we will use MongoDB to store our shop items because right now these are placeholders. An item has an SKU, a name, and the price, and also an array of text associated with it, which makes it a good fit for a document database. So stay tuned with me. We will get hands on right away.
内容
-
-
-
-
-
(已锁定)
Managing product data with MongoDB33 秒
-
Setting up MongoDB with Docker2 分钟 30 秒
-
(已锁定)
Exploring MongoDB with Compass1 分钟 19 秒
-
(已锁定)
Introducing Mongoose2 分钟 59 秒
-
(已锁定)
Setting up Mongoose and connecting it to MongoDB10 分钟 14 秒
-
(已锁定)
Building a model for our products5 分钟 25 秒
-
(已锁定)
Integrating the model into our application3 分钟 55 秒
-
(已锁定)
Populating MongoDB with sample data2 分钟 6 秒
-
(已锁定)
Querying items with Mongoose9 分钟 19 秒
-
(已锁定)
Filtering items by tag4 分钟 27 秒
-
(已锁定)
Item administration: Listing and loading6 分钟 32 秒
-
(已锁定)
Item administration: Create, update, and delete15 分钟 14 秒
-
(已锁定)
Optimizing queries with indexes5 分钟 33 秒
-
(已锁定)
Performing text search in MongoDB5 分钟 34 秒
-
(已锁定)
-
-
-
-