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_updated: 2026-05-04
# Monolithic Architecture
## 📌 Brief Summary
## 📌 Brief Summary
모놀리식 아키텍처(Monolithic Architecture)는 애플리케이션의 모든 구성 요소와 로직이 하나의 단일 프로그램으로 통합되어 있는 아키텍처 스타일입니다 [1]. 소규모 개발 팀(20명 미만)이 시스템을 구축할 때 디버깅, 배포, 로깅의 편의성을 위해 초기 아키텍처로 채택하는 것이 강력히 권장됩니다 [1]. 마틴 파울러(Martin Fowler)의 철학에 따르면, 처음부터 복잡한 마이크로서비스 아키텍처로 시작하기보다는 모듈화된 모놀리스로 시작한 뒤, 이것이 한계나 문제가 될 때 마이크로서비스로 분할하는 것이 효과적인 접근법입니다 [2].
## 📖 Core Content