August 2017
Intermediate to advanced
332 pages
9h 16m
English
In many systems, we can spot that the database becomes the central point that is shared between multiple services. In such a case, any update to the database becomes much more challenging because we need to coordinate it between all services.
For example, imagine we develop an online shop and we have a Customers table that contains the following columns: first name, last name, username, password, email, and discount. There are three services that are interested in the customer's data:
Let's look at the following ...
Read now
Unlock full access