Expand description
Aegis Streaming Stream Processing
Stream processing utilities for event transformation.
@version 0.1.0 @author AutomataNexus Development Team
Structs§
- Event
Stream - A stream of events with processing capabilities.
- Stream
Processor - Processes events in a stream.
- Window
- A time window of events.
- Windowed
Stream - A time-windowed event stream.
Enums§
- Aggregate
Function - Aggregate function for stream processing.
Traits§
- Processing
Step - A step in the processing pipeline.