RisingWave: An Open‑Source Stream‑Processing and Management Platform

github.com

65 points by Sheldon_fun 4 days ago


jsumrall - 15 hours ago

This and Materialize seemed like great tools. I met some of the team of Rising Wave at the Kafka conference last year in London and was impressed by their work. It may be great if you need such a tool.

In the end, I went with ClickHouse and it's materialized views feature. It might not be quite as powerful as what these other tools are doing, but it works for us, and it's really easy to set up. Before we were using Timescale's continuous aggregates, which had good performance, but require some domain knowledge to setup. ClickHouse materialized views are great because you don't need to be an expert to use them. And even so, performance is still very good.

We wrote about it briefly here: https://blog.picnic.nl/building-a-real-time-analytics-platfo...

synthc - a day ago

Does anyone have experience with RisingWave in production? It seems like an interesting product but I can't find any experience reports.

rubenvanwyk - a day ago

This seems very good. Always wondering what are the usecases for this apart for observability/real-time analytics? Do people use this for incremental view maintenance in Postgres?

vivzkestrel - 14 hours ago

I apologize for this stupid question but whenever i see products like this or kafka, i cant help but wonder. when exactly do you need a system like this compared to a traditional redis pub sub?

shepardrtc - 14 hours ago

I really like their architecture diagram, it uses colors very well to contrast the different technologies. Does anyone know what they used to make it?

esafak - 14 hours ago

A Rust-based Flink? Is it simpler?

acjohnson55 - 16 hours ago

How does this compare to Materialize?