File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
docs/integrate/risingwave Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,12 @@ CREATE TABLE public.average_sensor_readings (
7171 average_reading DOUBLE
7272);
7373```
74+ :::{note}
75+ The standard approach with RisingWave would be to use its [ CREATE SINK] operation
76+ to connect to an external target.
77+ However, because this does not work with CrateDB, a little Python event processor
78+ is needed to relay the data.
79+ :::
7480
7581## Learn
7682
@@ -81,5 +87,6 @@ CREATE TABLE public.average_sensor_readings (
8187 See [ Stream processing from Iceberg tables to CrateDB using RisingWave] .
8288
8389
90+ [ CREATE SINK ] : https://docs.risingwave.com/sql/commands/sql-create-sink
8491[ RisingWave ] : https://github.com/risingwavelabs/risingwave
8592[ RisingWave pricing ] : https://www.risingwave.com/pricing/
You can’t perform that action at this time.
0 commit comments