cda-group / arcon

State-first Streaming Applications in Rust
https://cda-group.github.io/arcon/
Apache License 2.0
175 stars 17 forks source link

Pipeline Operators #315

Open Max-Meldrum opened 2 years ago

Max-Meldrum commented 2 years ago

Non-blocking pipeline operators such as map, filter, and flat_map do not have to implement Arcon's Operator trait. They can simply be Rust functions that can be chained/composed together (#246).