September 2016
Intermediate to advanced
775 pages
18h 22m
English
As a practical use case, we will look at a database application to show the use of Singletons. Consider an example of a cloud service that involves multiple read and write operations on the database. The complete cloud service is split across multiple services that perform database operations. An action on the UI (web app) internally will call an API, which eventually results in a DB operation.
It's clear that the shared resource across different services is the database itself. So, if we need to design the cloud service better, the following points must be taken care of:
Read now
Unlock full access