Skip to content

Commit 9447607

Browse files
committed
RisingWave: Add note about that RisingWave's CREATE SINK does not work
1 parent a57e264 commit 9447607

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/integrate/risingwave/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)