| name | distributed-systems-index |
| description | Index of Distributed Systems Skills |
Distributed Systems Skills
Category Overview
Total Skills: 17
Category: distributed-systems
Skills in This Category
cap-theorem.md
Description: CAP theorem fundamentals, consistency vs availability trade-offs, and practical implications for distributed system design
Load this skill:
Read cap-theorem.md
consensus-raft.md
Description: RAFT consensus algorithm including leader election, log replication, safety guarantees, and implementation patterns
Load this skill:
Read consensus-raft.md
consensus-paxos.md
Description: Paxos consensus algorithm including Basic Paxos, Multi-Paxos, roles, phases, and practical implementations
Load this skill:
Read consensus-paxos.md
crdt-fundamentals.md
Description: Conflict-free Replicated Data Types (CRDTs) fundamentals including convergence, commutativity, and basic CRDT operations
Load this skill:
Read crdt-fundamentals.md
crdt-types.md
Description: Specific CRDT implementations including LWW-Register, OR-Set, RGA, and collaborative text editing CRDTs
Load this skill:
Read crdt-types.md
dotted-version-vectors.md
Description: Dotted version vectors for efficient sibling management, compact causality tracking, reducing metadata overhead compared to pure vector clocks
Load this skill:
Read dotted-version-vectors.md
interval-tree-clocks.md
: Interval tree clocks for dynamic systems, scalable causality tracking, fork/join operations, avoiding process ID exhaustion