[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AUTO-BACK-001
id: [[P-Reinforce]]-AUTO-BACK-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.97
tags: [auto-reinforced, backend, server-side, architecture, api, data-management]
tags: [auto-reinforced, backend, server-side, [[Architecture]], api, data-[[Management]]]
last_reinforced: 2026-04-20
---
@@ -17,17 +17,17 @@ last_reinforced: 2026-04-20
1. **3대 핵심 구성 요소**:
* **Server**: 클라이언트의 요청을 받아 응답을 반환하는 물리적/가상적 장치.
* **Application**: 특정 언어(Python, Node.js 등)로 작성된 비즈니스 로직의 집합.
* **Database**: 정보를 안전하고 효율적으로 보관하는 저장소. (Availability-and-Persistence와 연결)
* **Database**: 정보를 안전하고 효율적으로 보관하는 저장소. ([[Availability-and-Persistence]]와 연결)
2. **주요 역할**:
* **API Design**: 프론트엔드와 소통하기 위한 규격 정의.
* **Security & Auth**: 사용자 인증 및 권한 관리 (API-Key-Management와 연결).
* **Optimization**: 대량의 요청 처리 및 데이터 인출 속도 최적화.
* **Security & Auth**: 사용자 인증 및 권한 관리 ([[API-Key-Management]]와 연결).
* **[[Optimization]]**: 대량의 요청 처리 및 데이터 인출 속도 최적화.
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)
- **과거 데이터와의 충돌**: 과거에는 모든 기능을 한 곳에 모은 'Monolith' 정책이 대세였으나, 현대 클라우드 정책은 기능을 잘게 쪼개어 독립적으로 운영하는 'Microservices Architecture (MSA) 정책'으로 확장성을 확보함(RL Update).
- **정책 변화(RL Update)**: 서버를 직접 관리하지 않고 실행할 때만 자원을 빌려 쓰는 'Serverless 정책'이 대중화되면서, 백엔드 엔지니어링의 중심이 인프라 관리에서 '비즈니스 흐름(Flow) 설계'로 이동함.
## 🔗 지식 연결 (Graph)
- [[Technical-Architecture]], [[API-Key-Management]], [[Availability-and-Persistence]], [[Software-Design-Principles]], [[Workflow-Integrity]]
- [[Technical-Architecture]], [[API-Key-Management]], [[Availability-and-Persistence]], [[Software-Design-Principles]], [[Workflow-Inte[[Grit]]y]]
- **Modern Tech/Tools**: Node.js, Python FastAPI, Go, Docker/Kubernetes, Redis, PostgreSQL.
---