Rust at speed talk from jonhoo actually adds some context around this project. <a href="https://youtu.be/s19G6n0UjsM" rel="nofollow">https://youtu.be/s19G6n0UjsM</a>
Claims to outperform Differential Dataflow[0] which underlies Materialize's[1] incremental materialized view product. Supports SQL out of the box. Definitely worth a deeper look. This is such an exciting area right now, I am envious of anybody writing streaming applications in five years time!<p>0: <a href="https://github.com/frankmcsherry/differential-dataflow" rel="nofollow">https://github.com/frankmcsherry/differential-dataflow</a><p>1: <a href="https://materialize.io/" rel="nofollow">https://materialize.io/</a>
Some highlights:<p>* Essentially a database that updates continuously materialized views upon write<p>* For read heavy web applications<p>* Speaks MySQL Protocol (caveats apply)