From the course: Creating Your First Spring Boot Microservice

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Introduction to MongoDB

Introduction to MongoDB

From the course: Creating Your First Spring Boot Microservice

Start my 1-month free trial

Introduction to MongoDB

- [Instructor] Yet again, Explore California has changed the requirements on us. At its inception, we designed for the main model to call out all the different fields currently on its website but now they want the import file to be flexible such that each tour record could vary in name and quantity. Here's an example of the possible differences. In the first record, we see a new kind of region, Central East, which is not part of our region enumeration and in the second record, we have new fields that were not part of the original design, audience and surcharge, and difficulties missing altogether. Each record will always have package type and the title field. The package type name will continue to match a discrete list of tour package names. So here is our first use case. This is for the person who creates the dot json file. It explains the constraints on the file. Our next use case describes how the response body from…

Contents