From the course: Data Modeling in MongoDB
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Challenge: Create a schema in a visual tool and in Mongoose - MongoDB Tutorial
From the course: Data Modeling in MongoDB
Challenge: Create a schema in a visual tool and in Mongoose
(upbeat music) - [Instructor] It's time for your final challenge, where we'll be using modeling tools to finalize our data modeling efforts. Once again, a quick refresher of the current data model we have for our customers for the eCommerce store. Each customer has a name, email, phone number, maybe some other basic information, but the lions share of the work here was done in the cart. The cart has got some summary information three items in the cart, as well as an array of items that the user has purchased. They have their wishlist, also an array of product objects and their last five orders which is a scoped size array of the last five orders. They placed each the items in their totality. You can refer to the solution code from challenge two to see a fully hydrated version of this model. So your challenge is this, we're going to have you create a visual representation, or an ERD, of your data models using a tool such…
Contents
-
-
-
-
-
(Locked)
Schema versioning5m 19s
-
(Locked)
JSON Schema7m 39s
-
(Locked)
Modeling tools12m 35s
-
(Locked)
ORMs14m 32s
-
(Locked)
Challenge: Create a schema in a visual tool and in Mongoose1m 20s
-
(Locked)
Solution3m 31s
-
(Locked)
Using Copilot for business modeling18m 42s
-
(Locked)
Working with an AI CoPilot to fine-tune your schema14m 48s
-
(Locked)
Challenge: Create a schema with AI CoPilot1m 32s
-
(Locked)
-