dvdrentals
and connects Kafka to Debezium. CDC data is written to Kafka, and then consumed by Apache Pinot.
To understand how this recipe processes data, examine the commands executed in the Makefile.
Pinot Version | 1.0.0 |
---|---|
Code | startreedata/pinot-recipes/debezium-cdc |
Prerequisites
To follow the code examples in this guide, you must install Docker locally and download recipes.Navigate to recipe
- If you haven’t already, download recipes.
- In the terminal, navigate to this recipe’s directory:
- Spin up a Pinot cluster using the Makefile, which uses Docker compose:
- Navigate to localhost:9000/#/query to see the data in Apache Pinot.