Skip to main content

Module config

Module config 

Source
Expand description

Persistence configuration shared by live and backtest runtimes.

Structs§

DataCatalogConfig
Configuration for a catalog available to request-time historical data loading.
DataCatalogConfigBuilder
Use builder syntax to set the inputs and finish with build().
StreamingConfig
Configuration streaming live or backtest runs to a persistence writer.
StreamingConfigBuilder
Use builder syntax to set the inputs and finish with build_inner().
StreamingRecordFilterConfig
Record filter entry for streaming persistence.

Enums§

CatalogBackendType
Catalog backend used to satisfy runtime data catalog requests.
RotationConfig
Configuration for file rotation in streaming output.