Prerequisites
Before ingesting data from RedHat AMQ Streams into RisingWave, please ensure the following:- The AMQ Streams cluster is running and accessible from your RisingWave cluster.
- If authentication is required for the AMQ Streams cluster, ensure you have the client username and password.
- Create the AMQ Streams topic from which you want to ingest data.
- Ensure that your RisingWave cluster is running.
financial-transactions
with the following sample data from various financial transactions data, formatted as JSON. Each sample represents a unique transaction with distinct transaction IDs, sender and receiver accounts, amounts, currencies, and timestamps. Hence AMQ Streams is compatible with Apache Kafka. For more information, refer to Apache Kafka.
Ingest data into RisingWave
Create a table
In RisingWave, create a table namedfinancial-transactions
to connect RisingWave to the AMQ Streams topic.