Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ flowchart LR
APIs --> P2
APIs --> EOD

P1[Phase 1 · Sat<br/>prices · macro · constituents · features]
RAG[RAG ingestion · Sat<br/>filings · transcripts · theses]
P2[Phase 2 · Sat<br/>alt data — promoted tickers only]
P1[Phase 1 · weekly<br/>prices · macro · constituents · features]
RAG[RAG ingestion · weekly<br/>filings · transcripts · theses]
P2[Phase 2 · weekly<br/>alt data — promoted tickers only]
EOD[EOD · weekday<br/>daily closes · macro refresh]

P1 --> Arctic[(ArcticDB universe<br/>+ universe_slim)]
Expand Down
Loading