risingwave-demo-deprecated icon indicating copy to clipboard operation
risingwave-demo-deprecated copied to clipboard

demo program for POC

Results 10 risingwave-demo-deprecated issues
Sort by recently updated
recently updated
newest added

- Iceberg upsert sinks and upsert kafka must have primary keys defined with `primary_key = 'col1, col2, ...'` - JDBC sinks must NOT have primary keys defined. - `sink.mode` for...

``` In file included from /tmp/pip-install-hwvkf8uv/confluent-kafka_83551e1b6bfc4a57b1e41234535e1840/src/confluent_kafka/src/Admin.c:17: /tmp/pip-install-hwvkf8uv/confluent-kafka_83551e1b6bfc4a57b1e41234535e1840/src/confluent_kafka/src/confluent_kafka.h:23:10: fatal error: librdkafka/rdkafka.h: No such file or directory 23 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1...

As mentioned in https://github.com/risingwavelabs/risingwave-docs/issues/134, we may need some extra configuration to enable docker compose v2 to run the docker compose file. We may mention some links to install `docker` and...

see details at https://github.com/risingwavelabs/risingwave/pull/7616 and https://github.com/risingwavelabs/risingwave/issues/7625

Allows users to specify how many threads they want to use for data generation.

Recwave is a PoC recommender system that utilizes the power of RisingWave MV. https://singularity-data.quip.com/15kwA8raYjWC/WIP-Design-Recwave-a-PoC-Recommender-System Current progress: - User Simulator - [x] Generator: generate initial data for users and items -...