Expand description
Data preprocessing layer for connectors.
This module provides a preprocessing framework that allows data transformation before it reaches the parser.
The preprocessing layer fits between transport and parsing in the data pipeline:
Transport → Preprocessor → Parser → CircuitStructs§
- Preprocessor
Registry - A registry where all factories that can create Preprocessors are registered
Enums§
Traits§
- Preprocessor
- Trait for preprocessing raw data before parsing.
- Preprocessor
Factory - A factory that can create a new Preprocessor object.