Skip to content

jpechane/container-images

This branch is 1 commit ahead of, 93 commits behind debezium/container-images:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bb9101 · Apr 26, 2024
Feb 9, 2024
Nov 18, 2022
Apr 26, 2024
Apr 26, 2024
Apr 2, 2024
Sep 26, 2019
Apr 2, 2024
Oct 13, 2022
Mar 22, 2023
Apr 25, 2024
Apr 25, 2024
Apr 25, 2024
Jul 11, 2023
Apr 25, 2024
Jan 8, 2021
Jan 10, 2024
Apr 2, 2024
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Apr 12, 2023
Mar 22, 2023
Apr 25, 2024
Apr 25, 2024
Jun 13, 2023
May 3, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
Apr 12, 2023
May 30, 2019
Oct 13, 2022

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!

About

Docker images for Debezium. Please log issues in our JIRA at https://issues.jboss.org/projects/DBZ/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 73.5%
  • Dockerfile 26.5%