CAP Theorem
CAP Theorem
1
Introduction
5
ACID Properties
• Durability – ensures that once transaction changes are done
and committed, they cannot be undone or lost, even in the
event of a system failure. The consistent database is then
available to users.
12
Microservices
• Microservices are loosely coupled, independently deployable
application components that incorporate their own stack –
including their own database and database model, and
communicate with each other over a network.
• https://www.ibm.com/topics/cap-theorem
• https://en.wikipedia.org/wiki/CAP_theorem
• https://www.abstractapi.com/guides/api-vs-web-services
15