docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
@@ -8,7 +8,7 @@ last_reinforced: 2026-05-02
# [[Event Sourcing Pattern]]
## 📌 Brief 시퀀스 Summary
## 📌 Brief Summary
이벤트 소싱 패턴(Event Sourcing Pattern)은 애플리케이션 상태에 대한 모든 변경 사항을 추가 전용 로그(append-only log)에 불변의 이벤트(immutable events) 시퀀스로 캡처하고 저장하는 아키텍처 패턴입니다 [1]. 실시간 데이터를 다루는 애플리케이션에 적합하며, 지속적인 메시지 스트림을 보내 데이터베이스, 웹 서버, 타겟 시스템 등과 통신합니다 [1]. 완전한 감사 추적(audit trails)이 필요하거나 시간적 데이터 분석, 복잡한 비즈니스 로직 처리를 요하는 환경에서 널리 활용됩니다 [1, 2].
## 📖 Core Content