You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.1 KiB

Platform Scaling and Operations

목적

개인용/단일전략 운영 구조를, 다중 전략과 장기 운영에 적합한 플랫폼 구조로 확장합니다.

확장 방향

1. Environment Separation

  • dev
  • replay / research
  • paper
  • staging-live
  • production-live

2. Registry

  • strategy registry
  • model registry
  • prompt registry
  • data source registry
  • execution policy registry

3. Workflow Orchestration

  • backfill/replay workflow
  • retraining workflow
  • shadow inference workflow
  • rollout workflow
  • rollback workflow

4. Observability

  • service health
  • data freshness
  • parser error rate
  • model disagreement
  • broker reconciliation lag
  • strategy-level PnL / exposure

접근 제어

  • 운영자 권한과 연구자 권한 분리
  • production config 수정은 승인 필요
  • live routing 변경은 감사 로그 필수
  • API key rotation 정책 필수

백업/복구

  • raw / structured / runtime state 별 백업 정책 분리
  • restart 시 checkpoint recovery 지원
  • registry와 config는 versioned snapshot 유지
  • rollback 경로를 자동화와 문서 양쪽에 준비