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
Security & Audit보안 및 Audit의 정의, 범위, 선행 지식, 학습 주제, 참고 근거를 정리한 CS&E 학습 노드입니다.2026-03-08web-emerging-technologies / emerging-technologies-physical-systems / blockchain-decentralized-web / security-audit