Skip to content

debezium/container-images

Repository files navigation

Build Status License Quay.io

This repository contains the primary container images for Debezium, and they are automatically built and published on Quay.io.

What is Debezium?

Debezium is a distributed platform that turns your existing databases into event streams, so applications can quickly react to each row-level change in the databases. Debezium is built on top of Kafka and provides Kafka Connect compatible connectors that monitor specific database management systems. Debezium records the history of data changes in Kafka logs, so your application can be stopped and restarted at any time and can easily consume all of the events it missed while it was not running, ensuring that all events are processed correctly and completely.

Debezium is open source under the Apache License, Version 2.0

License

The Dockerfiles, scripts, and other files in this Git repository are licensed under the MIT license. However, the resulting container images contain software licensed under the Apache License, Version 2.0 and other licenses (see specific container images for details).

Tutorial for running Debezium with Docker

We have a tutorial that walks you through running Debezium using Docker. Give it a go, and let us know what you think!