docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [Architecture, Microservices, Monolithic, Systems]
last_reinforced: 2026-04-20
---
# [[Monolithic-vs-Microservices]] (모놀리식 vs 마이크로서비스)
# [[Monolithic-vs-Microservices|Monolithic-vs-Microservices]] (모놀리식 vs 마이크로서비스)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "단단한 한 덩어리의 성(Castle)인가, 유기적으로 연결된 수많은 기지(Off-post)인가." 전체 서비스를 하나의 실행 단위로 묶을 것인지, 아니면 기능별로 쪼개어 네트워크로 통신하게 할 것인지에 대한 아키텍처의 거대한 양갈래 길이다.
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-20
- 최근에는 MSA의 과도한 복잡성에 실망한 기업들이 다시 모놀리식으로 돌아오는 '회귀 현상'이 있다. 하지만 단순히 과거로 가는 것이 아니라, 모놀리식의 편의성과 마이크로서비스의 명확한 경계(Bounded Context)를 결합한 **'Modular Monolith'**가 현실적인 최적 대안으로 급부상하고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Event-Driven-Architecture]] , Domain-Driven-Design
- Related: [[Event-Driven-Architecture|Event-Driven-Architecture]] , Domain-Driven-Design
- Pattern: Saga-Pattern