CAP Theorem Explained: Consistency, Availability, and Partition Tolerance
Definition
CAP in one sentence: When a network partition occurs in a distributed system, you must choose between always returning the latest data (Consistency) and always remaining available to serve
aaditya-mohan.hashnode.dev7 min read