August 2017
Intermediate to advanced
330 pages
7h 26m
English
Another key characteristic of a Microservice is that it is independently changeable. We can upgrade, enhance, or fix a specific Microservice without changing any of the clients or any of the other services within the system.
In the Microservices architecture, each microservice has its own data storage. By modifying one Microservice, we should then be able to deploy that change within the system independently without deploying anything else.

The preceding image depicts a high-level architecture diagram for a Microservices system. This is an example of a typical e-commerce system, ...
Read now
Unlock full access