MySQL

Database
Sink

MySQL Overview

MySQL delivers a very fast, multithreaded, multi-user, and robust SQL (Structured Query Language) database server. It is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. MySQL is one of the most popular database management systems in the world, successfully powering many applications. MySQL is typically used for managing the core (or transactional) data of applications, such as products or sales in an e-commerce shop, and is often complemented with other data systems, e.g., a data warehouse for analytics, a search engine for search, etc.

Decodable + MySQL

Decodable can output to a MySQL database as a sink. To use MySQL as a source you'll need to use the MySQL CDC (Change Data Capture) connector which converts table changes into a stream of change records. Decodable is a convenient way to populate MySQL tables with data sourced from a range of source systems including messaging systems such as Kafka, a REST API or a CDC source. Decodable transports the data and provides a SQL-based transformation to ensure that the data arrives at MySQL for ingestion in an optimized form.