Skip to main content

7 docs tagged with "foundational concepts"

View all tags

Causal Consistency

Preserve cause-before-effect visibility across replicas without global total order.

Data Lifecycle

From ingest to archive: govern data through creation, processing, storage, serving, retention, and deletion.

Eventual Consistency

Replicas converge over time—high availability and low latency with stale‑read trade‑offs.

Object-Oriented Programming

Explore Object-Oriented Programming (OOP), a paradigm for modeling systems as collections of collaborating objects.

Strong Consistency

All reads reflect the latest successful write—simpler reasoning at higher latency/cost.