Skip to content
JJong-03 edited this page Feb 20, 2026 · 24 revisions

Stock Backtesting Platform Wiki

이 Wiki는 레거시 동기식 백테스트 엔진을 수정하지 않고,
Kubernetes Job 기반 비동기 아키텍처 + GitOps로 모더니제이션한 설계를 정리한 문서입니다.


🧠 Core Modernization Strategy

Legacy Sync Engine
↓ (Containerize)
Kubernetes Job (Isolated Execution)

Async Orchestration (run_id 기반 추적)

GitOps Deployment (Argo CD)


🏗️ Architecture Overview

Architecture Overview


🎯 Design Goals

  • 엔진 수정 금지 (Immutable Core)
  • 실행 격리 (1 Backtest = 1 K8s Job)
  • Additive-only API Contract
  • run_id 기반 감사/추적
  • Stateless Web
  • GitOps 기반 선언형 배포

📚 Wiki Navigation


📌 Repository Docs

  • README.md
  • docs/architecture.md
  • docs/ops-guide.md

Clone this wiki locally