Your data stream is continuous.
Now your data processing is continuous too.
RisingWave Database is an open-source distributed SQL streaming database designed for the cloud. Written in Rust, RisingWave Database capitalizes on the language’s innate strengths in code safety, execution efficiency, and resource management.It was designed as a distributed streaming database from scratch, not a bolt-on implementation based on another system. RisingWave system design relies on an incremental computation model to support an event-driven processing model.
RisingWave Database supports elastic scalability by separating data and compute. The cloud-native platform supports an on-demand deployment model. A Kubernetes Operator is available for simple and consistent deployment across environments.
RisingWave Database is PostgreSQL wire compatible, ensuring a quick and straightforward deployment. It includes improved expressiveness with UDF support and a cost-based query optimizer. Through the open ecosystem, it integrates with other open standards and computing frameworks. It is made available as an open-source project under Apache License 2.0.
RisingWave Database is an open-source distributed SQL streaming database designed for the cloud. Written in Rust, RisingWave Database capitalizes on the language’s innate strengths in code safety, execution efficiency, and resource management.It was designed as a distributed streaming database from scratch, not a bolt-on implementation based on another system. RisingWave system design relies on an incremental computation model to support an event-driven processing model.
RisingWave Database supports elastic scalability by separating data and compute. The cloud-native platform supports an on-demand deployment model. A Kubernetes Operator is available for simple and consistent deployment across environments.
RisingWave Database is PostgreSQL wire compatible, ensuring a quick and straightforward deployment. It includes improved expressiveness with UDF support and a cost-based query optimizer. Through the open ecosystem, it integrates with other open standards and computing frameworks. It is made available as an open-source project under Apache License 2.0.
STEP 1
Pull & Run RisingWave
docker run -it –pull=always -p 4566:4566
-p 5691:5691 ghcr.io/risingwavelabs/
risingwave:latest playground
STEP 2
Connect to RisingWave
psql -h localhost -p 4566 \
-d dev -u root