Rust crate closest to Apache Spark?

What Rust crate (or group of crates) gets us closest to Apache Spark ?

The reason I am not giving up Spark directly is that I am unwilling to give up RAII and I really like Rust.

However, I need a way where I am programming an AWS cluster rather than programming a single machine.

What Rust crate (of group of crates) gets us closest to this ?

Consider perhaps Amadeus with Constellation.

3 Likes

There is also Ballista. It is built on top of the Arrow format, and thus leverages SIMD operations, memory alignment, and interoperability with other Arrow implementations.

More details here

4 Likes

See also Rust equivalent of Apache Spark? - #16 by XVilka

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.