Tutorial on "Dataflow programming in Rust"

Which set of resources can be considered as a tutorial on "Data Flow programming in Rust"?

Mostly I'm considering something closer to intensive computational processing, such as real-time multichannel video/audio and signal processing, not network stuff that can be covered by classical Tokio/Actix approaches.

1 Like

The work by Frank McSherry (@frankmcsherry) and his colleagues on the timely dataflow model, as presented in the Naiad paper is probably the most robust dataflow implementation in Rust. It has spawned a commercial commany that provides streaming analytics.

The project provides thorough, if dense, documentation.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.