diff --git a/OVERVIEW.md b/OVERVIEW.md index 1e839cf..68b3439 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -65,10 +65,10 @@ Centralized data collection — price universe, macro, alternative data, feature | Mode | Where | Command | |---|---|---| -| Production Phase 1 | EC2 SSM (always-on micro) | Saturday Step Function | -| Production Phase 2 | Lambda | Saturday Step Function | +| Production Phase 1 | EC2 SSM (always-on micro) | weekly Step Function | +| Production Phase 2 | Lambda | weekly Step Function | | Production EOD | EC2 SSM (`ae-trading`) | EOD Step Function | -| Production RAG ingest | EC2 SSM | Saturday Step Function | +| Production RAG ingest | EC2 SSM | weekly Step Function | | Local dry run | venv | `python weekly_collector.py --phase 1 --dry-run` | | Single component | venv | `python weekly_collector.py --phase 1 --only macro` | diff --git a/README.md b/README.md index c513a56..891b263 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ flowchart LR APIs --> P2 APIs --> EOD - P1[Phase 1 · Sat
prices · macro · constituents · features] - RAG[RAG ingestion · Sat
filings · transcripts · theses] - P2[Phase 2 · Sat
alt data — promoted tickers only] + P1[Phase 1 · weekly
prices · macro · constituents · features] + RAG[RAG ingestion · weekly
filings · transcripts · theses] + P2[Phase 2 · weekly
alt data — promoted tickers only] EOD[EOD · weekday
daily closes · macro refresh] P1 --> Arctic[(ArcticDB universe
+ universe_slim)]