Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.65 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.65 KB

image

Overview

The MySQL Debezium demo shows an end-to-end streaming ETL with KSQL for stream processing. This demo uses the Debezium Connector for MySQL

Prerequisites

N.B. there is also a Docker-based version of this demo.

What Should I see?

After you run ./start.sh:

  • If you are running Confluent Platform, open your browser and navigate to the Control Center web interface Monitoring -> Data streams tab at http://localhost:9021/monitoring/streams to see throughput and latency performance of the KSQL queries
  • If you are running Confluent Platform, use Control Center to view and create KSQL queries. Otherwise, run the KSQL CLI ksql http://localhost:8088.
  • Navigate to the Kibana dashboard at http://localhost:5601/app/kibana#/dashboard/Ratings

image