You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benefits of RisingWave: RisingWave is optimized for high-throughput, low-latency streaming SQL processing. It’s designed for real-time
data analytics, making it an ideal choice for applications that rely on immediate data insights, including real-time monitoring, alerting, and
recommendation systems.
Why not just use a generic container for this?
Having a dedicated custom RisingWave container is nice to have because of its abstraction level it gives when using it together with e.g. risingwave-py lib. There is also a sqlalchemy-driver but from testing this a bit, (see the tests) it is very nice to the client object via the risingwave-py. There is also some extra arguments needed to run the container (single_node) and this way ensures also that you can run parallel container with multiple ports.
The text was updated successfully, but these errors were encountered:
What is the new container you'd like to have?
A dedicated RisingWave TestContainer for integration/system testing with RisingWave as a real-time streaming database.
data analytics, making it an ideal choice for applications that rely on immediate data insights, including real-time monitoring, alerting, and
recommendation systems.
Why not just use a generic container for this?
Having a dedicated custom RisingWave container is nice to have because of its abstraction level it gives when using it together with e.g. risingwave-py lib. There is also a sqlalchemy-driver but from testing this a bit, (see the tests) it is very nice to the
client
object via therisingwave-py
. There is also some extra arguments needed to run the container (single_node
) and this way ensures also that you can run parallel container with multiple ports.The text was updated successfully, but these errors were encountered: