Softwr
RisingWave logo

RisingWave

Streaming database that maintains incremental materialised views in SQL instead of Flink jobs

As of 31 August 2026, RisingWave has a free plan and paid plans start at $0.227/hour. A Postgres-compatible streaming database where you define a materialised view in SQL and it stays continuously up to date from Kafka or CDC. Softwr lists it under Databases. RisingWave is made by RisingWave Labs, available on Linux, Docker, Kubernetes, Cloud.

Overview

What RisingWave does

RisingWave is a distributed stream processing system presented as a database. You connect a source such as Kafka, Pulsar, Kinesis or a Postgres CDC stream, write a CREATE MATERIALIZED VIEW statement, and the engine keeps that view incrementally up to date, computing only the delta as events arrive. Results can be queried directly over the Postgres wire protocol or sunk back out to Kafka, Iceberg, ClickHouse or a warehouse. The distinguishing decision is the interface. Apache Flink is the incumbent for this work and requires a Java or Scala codebase, a job manager, checkpointing configuration and a team that understands operator state. RisingWave replaces that with SQL and a Postgres connection, which puts streaming transformations within reach of analytics engineers rather than a dedicated streaming team. State is persisted to object storage rather than local disk, so recovery is a matter of restarting nodes rather than restoring large local checkpoints. The core is Apache 2.0 and self-hostable, but the commercial model puts a set of premium features behind a licence key and the managed cloud is billed per RisingWave Unit hour starting at 0.227 US dollars. Buyers are teams that already have Kafka and want continuously fresh aggregations without hiring streaming engineers. The trade-off is expressiveness: complex event processing, custom windowing and stateful logic that does not fit SQL still belongs in Flink.

What people use it for

  • A team with Kafka topics that needs continuously fresh aggregates for a dashboard without standing up a Flink cluster
  • A fraud or risk team maintaining rolling counters and joins across event streams expressed as SQL views
  • A company doing Postgres CDC into a real-time denormalised view for search or serving
  • An analytics group that wants streaming results landed directly into Apache Iceberg without a separate writer job

The honest half

Where it falls short

Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about RisingWave.

  • Anything that does not fit SQL, such as custom windowing, complex event processing or heavy stateful logic, still needs Flink, so RisingWave often adds a system rather than removing one.
  • The Apache 2.0 community edition excludes premium features behind a licence key, and which capabilities sit on which side of that line moves between releases, so a self-hosted plan can be invalidated by an upgrade.
  • Long-running materialised views accumulate state in object storage, and cost and recovery time grow with retention in ways that are hard to forecast before you are in production.
  • The Postgres compatibility is protocol level; it is not a transactional Postgres and using it as a general purpose database, with point updates or high write concurrency, goes badly.
  • It is a comparatively young venture-funded project competing with Flink, Materialize and warehouse-native streaming, and the ecosystem of connectors, operators and third-party expertise is much thinner.

Cross-shopped

What people choose instead of RisingWave

Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.

  • RisingWave logo
    RisingWave
    vs
    Materialize logo
    Materialize

    Materialize: If you want the same incremental view model with stronger consistency guarantees and a more mature commercial story

  • RisingWave logo
    RisingWave
    vs
    Tinybird logo
    Tinybird

    Tinybird: If you want real-time analytics as an API rather than a streaming database you connect BI tools to

Pricing

What RisingWave costs

Taken from the vendor's own pricing page. Prices move, so check before you buy.

Community Edition

Free

  • Apache 2.0 licence, self-hosted
  • Core streaming engine and connectors
  • Premium features excluded and require a licence key
  • Community support only

Cloud Basic

$0.227 /hour

  • Billed per RisingWave Unit hour
  • Hosted on AWS, GCP or Azure
  • Capped at 64 cores
  • Standard support and 7 day trial

Cloud Pro

On request

  • No core limit
  • Bring your own cloud option
  • Premium features included
  • Support with SLA, pay as you go or annual

Self-managed Enterprise

On request

  • On premises or Kubernetes
  • Premium features unlocked by licence
  • Annual contract with SLA
  • Quarterly success reviews

Capabilities

Features

  • SQL materialised views

    Incrementally maintained results defined with standard CREATE MATERIALIZED VIEW

  • Postgres wire compatibility

    Existing psql clients, drivers and BI tools connect directly

  • Object storage state

    Operator state persisted to S3 so recovery does not depend on local disk

  • Source connectors

    Kafka, Pulsar, Kinesis, MQTT and Postgres or MySQL CDC ingestion

  • Sink connectors

    Output to Kafka, Iceberg, ClickHouse, Snowflake, Redis and warehouses

  • Iceberg tables

    Native writing of streaming results into Apache Iceberg

  • Watermarks and windowing

    Event time processing with tumbling, hopping and session windows

  • User defined functions

    Python, Java and JavaScript functions callable from streaming SQL

Answered, with sources

Questions people ask

Each answer names the page it came from, so you can check it rather than take our word for it.

Is RisingWave open source?

The community edition is Apache 2.0 and self-hostable, but a set of premium features requires a paid licence key.

What does the cloud cost?

It starts at 0.227 US dollars per RisingWave Unit hour on the Basic tier, which is capped at 64 cores.

Does it replace Flink?

For SQL-expressible transformations, often yes. For custom stateful processing and complex event handling, no.

Can I query it like Postgres?

Yes over the Postgres wire protocol, but it is an analytical streaming engine, not a transactional database.

Share

Keep looking

Where to go from RisingWave

Best Databases software for

Compare RisingWave with

Other Databases software

  • Stateful stream processing at scale

    Open source8 researched notes
  • Live context layer for AI agents using real-time SQL transformations

    Free, then $1.5/compute-credit10 researched notes
  • Managed ClickHouse with a workflow that turns SQL queries into hosted HTTP APIs

    Free, then $25/mo12 researched notes
  • Kafka-compatible streaming platform with no ZooKeeper or JVM

    Free plan9 researched notes
  • Streaming SQL engine built on ClickHouse internals, shipping as one small binary

    Free, then $199/mo12 researched notes
  • Real-time data integration combining streaming, CDC, and batch

    Free, then $0.5/GB10 researched notes
  • NetApp-owned managed service for Cassandra, Kafka, OpenSearch, PostgreSQL and Cadence with a bring-your-own-cloud model

    Pricing on request12 researched notes
  • Log-based change data capture for database replication and synchronization

    9 researched notes
  • Apache 2.0 distributed SQL database with MySQL wire compatibility and a separate columnar replica for analytical queries.

    Free plan12 researched notes
  • Apache 2.0 platform for running many Postgres instances on Kubernetes, with copy-on-write branching and scale-to-zero.

    Free plan14 researched notes
  • MySQL and PostgreSQL-compatible relational database built for the cloud

    Free plan12 researched notes
  • Small, fast, self-contained SQL database engine

    Free plan10 researched notes
  • Apache 2.0 MPP analytical database built for joins on open table formats

    Open source12 researched notes
  • Multi-model database combining documents, graphs, vectors and time-series

    Free plan9 researched notes
  • Long-established enterprise MPP data warehouse, rebranded in 2026 as the Autonomous Knowledge Platform, sold for cloud, on-premises and hybrid.

    Pricing on request14 researched notes
  • JMS message broker underpinning bank and telecom estates, now maintained rather than expanded

    Pricing on request12 researched notes
  • Open-source distributed event streaming platform

    Open source10 researched notes
  • Streaming SQL engine built on ClickHouse internals, shipping as one small binary

    Free, then $199/mo12 researched notes

Softwr does not host reviews and shows no star rating for RisingWave, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.

More on RisingWave

Best Databases software alternatives

Industrial process historian with published per-tag pricing and no client licence fees

Per tag band per year

NetApp-owned managed service for Cassandra, Kafka, OpenSearch, PostgreSQL and Cadence with a bring-your-own-cloud model

quote

Erlang MQTT broker for large IoT fleets, relicensed to BSL with production free use limited to one node

Per month by connection and session volume

Attribute-based access control and masking applied inside Snowflake, Databricks and BigQuery

quote

MPP analytical database with a MySQL wire protocol and sub-second aggregation on wide tables

Open source, no licence fee

Centralised data access governance from the creators of Apache Ranger, now rebranding as Trust3 AI

quote

The Meta-lineage distributed SQL query engine, distinct from the Trino fork

Open source, no licence fee

Compare RisingWave with alternatives