Krunch Pipeline Data Stream
- Last UpdatedApr 08, 2026
- 1 minute read
The DataStream pipeline is an implementation of Krunch Pipeline that pertains to a specific part of the krunching process.
| Name | Description |
| krunch_data | An Application Programming Interface (API) in libcomm. Protocol drivers use this API for RealTime database (RTDB) data krunching. |
| Krunch Pipeline DataStream | The name of a specific type of Krunch Pipeline instance for overriding steps of legacy krunch_data behavior within libcomm. |
This legacy krunch_data API remains unchanged: protocol drivers do not need to change. The legacy krunch_data is now a wrapper that will either continue calling the legacy code, or, instead, call into the DataStream pipeline. The path the wrapper follows depends upon the DataStream pipeline configuration.