February 2019
Intermediate to advanced
446 pages
10h 55m
English
As you may remember, the most important characteristics of microservices you can find out about is the way microservices run in isolation from other microservices, most commonly as standalone applications. We call it the single repository principle (SRP).
Abiding by this principle, it is recommended that you do not use the same database, or any other data store, across multiple microservices. In large projects, you may have different teams working on the same project, and you want the flexibility to choose the database for each microservice that best suits the microservice.
Now, this also brings some challenges.
For instance, the following is relevant to teams who may be working on different microservices ...
Read now
Unlock full access