islandflow/services
dirtydishes baaadcf105 Add Databento historical replay adapter + symbol mapping; speed up replay UI + completion state
- add Databento options adapter (TS) with Python sidecar and env wiring
- add  to stream historical trades and resolve instrument_id -> raw_symbol via symbology
- include Databento + typing_extensions in ingest-options Python requirements
- expose Databento env settings in ingest-options index (dataset/schema/start/end/stype/limit/price scale/python bin)
- update README with Databento replay usage and env docs
- speed up UI replay polling/drain, add per-card replay time display
- stop replay at end and prevent fallback to synthetic by pinning replay to initial trace source
2025-12-28 21:30:24 -05:00
..
api Harden dev startup and web typecheck 2025-12-27 21:20:22 -05:00
candles Scaffold monorepo dev setup 2025-12-27 18:45:26 -05:00
compute Harden dev startup and web typecheck 2025-12-27 21:20:22 -05:00
eod-enricher Scaffold monorepo dev setup 2025-12-27 18:45:26 -05:00
ingest-equities Add ingest adapter seam and IBKR stub 2025-12-27 23:02:11 -05:00
ingest-options Add Databento historical replay adapter + symbol mapping; speed up replay UI + completion state 2025-12-28 21:30:24 -05:00
refdata Scaffold monorepo dev setup 2025-12-27 18:45:26 -05:00
README.md Add event bus and storage layer 2025-12-27 19:14:44 -05:00

Services

Ingest, compute, API, and other runtime services live here. Scaffold pending.