Event Sourcing현재 상태(State)가 아니라 발생한 사건(Event)의 이력 자체를 불변 로그로 저장하는 데이터 관리 패턴. 전통 DB: `UPDATE accounts SET balance = 500` → 이전 값 유실 Event Sourcing: `[Deposited(300...2026-04-19system-architecture-distributed-systems / event-driven-reactive-systems / event-sourcing
Consensus Algorithms & Distributed Log여러 노드가 하나의 공유된 상태에 합의하는 수리 알고리즘과, 이를 순차적으로 기록하여 복제하는 분산 로그 메커니즘을 다루는 학습 노드입니다.2026-03-11system-architecture-distributed-systems / distributed-systems-principles-consensus / consensus-algorithms-distributed-log