February 2018
Intermediate to advanced
356 pages
9h 10m
English
We will create some microservices to compose the solution and then we will decompose the solution into small pieces, that is, microservices. For that, we will use the Bounded Context pattern which is an essential part of the Domain-Driven Design (DDD).
Let's look at the following diagram to have an idea about what we will build:

It is a summary of what we will do in these few chapters; we have defined the basic functionalities for each microservice.
Now, we will take a look at components; let's go to the next section.