Create a RisingWave source and materialized view for streaming ingestion

domain: docs.risingwave.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Connect to RisingWave using a Postgres-compatible client.
  2. Create a source with CREATE SOURCE specifying the connector type (kafka, kinesis, pulsar, etc.), topic or stream name, and format (JSON, Avro, Protobuf, etc.).
  3. Optionally specify schema using WITH and FORMAT/ENCODE clauses; for Avro, provide the schema registry URL.
  4. Create a materialized view with CREATE MATERIALIZED VIEW AS SELECT ... FROM <source> to begin continuous computation.
  5. Query the materialized view like a regular table; results reflect the latest computed state.
  6. Monitor progress with system tables such as rw_materialized_views and rw_source_backfill_progress.

Known gotchas

Related routes

Create a Materialize materialized view over a streaming Kafka source
materialize.com · 6 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans