April 2018
Intermediate to advanced
300 pages
7h 41m
English
With this design, each service is designed to use specific tables in the database. In this scenario, the database is centralized and hosted at one place. Other microservices also connect to the same database but deal with their own domain-specific tables:

This helps us to use the central database but any modification in the schema may break or require an update for one or many microservices.