all-things-risingwave
Does RisingWave support maintaining persistent websocket connection, data processing, and data storage?
I want to subscribe to websocket feed for real-time data, process it, and store it into my database. Does RisingWave provide all these functionalities?
Ta
Taewon
Asked on Dec 30, 2023
- RisingWave can maintain persistent connection with reconnect logic for supported sources. For more details, check https://docs.risingwave.com/docs/current/data-ingestion/ for all supported sources.
- RisingWave is responsible for data processing.
- RisingWave can maintain storage for both your target data and internal states with Materialized View. Check https://docs.risingwave.com/docs/current/sql-create-mv/ for more details.
Dec 30, 2023Edited by