sderosiaux / docker-images

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status License DockerHub

This repository contains the primary Docker 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 Docker images contain software licensed under the Apache License, Version 2.0 and other licenses (see specific Docker 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

License:MIT License


Languages

Language:Shell 73.5%Language:Dockerfile 26.5%