Skip to content

StructionSite/debezium-docker-images

 
 

Repository files navigation

Build Status License DockerHub

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

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.redhat.com/projects/DBZ/summary

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 71.7%
  • Dockerfile 28.3%