Skip to main content
RisingWave is a distributed streaming database that enables processing and management of real-time data with a Postgres-style SQL syntax. It is available as an open-source edition and a managed cloud service.

Prerequisites

Setup

RisingWave provides a Postgres-compatible interface. You can connect Cube to RisingWave as if it’s a regular Postgres data source.

Manual

Add the following to a .env file in your Cube project:

Environment variables

Pre-aggregation feature support

count_distinct_approx

Measures of type count_distinct_approx can not be used in pre-aggregations when using RisingWave as a source database.

Pre-aggregation build strategies

To learn more about pre-aggregation build strategies, head here.
By default, RisingWave uses a simple strategy to build pre-aggregations.

Simple

No extra configuration is required to configure simple pre-aggregation builds for RisingWave.

Batching

RisingWave does not support batching.

Export bucket

RisingWave does not support export buckets.