File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
docs/integrate/risingwave Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ results are materialized.
1313It provides both a Postgres-compatible SQL interface, like CrateDB,
1414and a DataFrame-style Python interface.
1515
16- RisingWave can ingest millions of events per second, continuously join
17- and analyze live streams with historical data, serve ad-hoc queries at
18- low latency, and persist fresh, consistent results to Apache Iceberg™
19- or any other downstream system.
20-
2116![ RisingWave overview] ( https://github.com/user-attachments/assets/5bd27415-300d-4b8a-aa47-196eed041ed7 ) {h=200px}
2217
2318> Deliver fresh, low-latency insights from real-time streams,
@@ -74,7 +69,7 @@ CREATE TABLE public.average_sensor_readings (
7469:::{note}
7570The standard approach with RisingWave would be to use its [ CREATE SINK] operation
7671to connect to an external target.
77- However, because this does not work with CrateDB, a little Python event processor
72+ However, because this does not currently support CrateDB, a little Python event processor
7873is needed to relay the data. An example implementation can be found in the tutorial
7974referenced below.
8075:::
You can’t perform that action at this time.
0 commit comments