Skip to main content

Module source

Module source 

Source
Expand description

Data source abstraction + TradingView adapter. Data source abstraction.

Sources produce normalized MarketEvent batches and feed them into the loader pipeline. The DataSource trait is the extension point for new data providers (REST APIs, WebSocket feeds, CSV files, etc.).

Modules§

tradingview
TradingView WebSocket data source adapter.

Structs§

Subscription
Configuration for a data source subscription.

Traits§

DataSource
A provider of normalized market events.