Module mysql.cdc.driver

ballerinax/mysql.cdc.driver Ballerina library

1.0.2

Overview

The MySQL Change Data Capture (CDC) driver enables capturing and tracking data changes in MySQL databases in real-time. It provides a reliable way to stream data modifications (Insert, Update, Delete) to downstream systems for processing or synchronization. The CDC driver is essential for building real-time data integration and synchronization pipelines.

Key Features

  • Real-time capturing of data changes (Insert, Update, Delete)
  • Seamless streaming of data modifications to downstream systems
  • Reliable tracking of database changes with minimal overhead
  • Support for various CDC mechanisms and configurations
  • Secure communication and efficient data handling
  • GraalVM compatible for native image builds

This library provides the necessary Debezium drivers required for the CDC (Change Data Capture) connector in Ballerina. It enables listening to changes in MySQL databases seamlessly within Ballerina projects.

Usage

To include the mysql.cdc.driver dependency in your project, simply import the module as shown below:

Copy
import ballerinax/cdc;
import ballerinax/mysql.cdc.driver as _;

The mysql.cdc.driver library is bundled with the required drivers, so no additional configuration is needed.

Import

import ballerinax/mysql.cdc.driver;Copy

Other versions

Metadata

Released date: 1 day ago

Version: 1.0.2

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.12.0

GraalVM compatible: Yes


Pull count

Total: 1923

Current verison: 11


Weekly downloads


Source repository


Keywords

CDC

Debezium

MySQL

Area/Database

Type/Driver

Vendor/Red Hat


Contributors