GitXplorerGitXplorer
c

CDC-demo

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1bb4699bb3aa6531343fef4694bf717690e445fa

change bare url

cceshihao committed 5 years ago
Unverified
b9011c14aba1d1e26aea3e58d3af7846858569f7

add comparison between Debezium and Canal

cceshihao committed 5 years ago
Unverified
972fff0bf6b05f89a36016b3a63f72b469451fa6

update README.md

cceshihao committed 6 years ago
Unverified
0718ae13ecd93b73409c7f203d3e9c608f0fdea1

initial debezium demo in docker

cceshihao committed 6 years ago
Unverified
38858a9126fffcbd3d9469f605664dff6caf153b

initial canal demo in docker

cceshihao committed 6 years ago
Verified
238b42afcfafaa73932e56bfdd07db65d6b86973

Initial commit

cceshihao committed 6 years ago

README

The README file for this repository.

CDC Demos

Canal Demo

cd canal
docker-compose up -d

Debezium Demo

cd debezium
docker-compose up -d
curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:8083/connectors/ -d @connect.json

Comparison Between Debezium And Canal

Debezium Canal
Open Source Y Y
Language Java Java
Website debezium.io NA
Sponsor Company RedHat Alibaba
License Apache 2.0 Apache 2.0
Initial Date Mar 18, 2016 Sep 23, 2014
Latest Stable Version v0.9.5.Final (May 2, 2019) v1.1.3 (Apr 4, 2019)
Support Database MySQL, MongoDB, PostgreSQL Preview: Oracle, SQL Server MySQL
Support Aurora Y Not Mention
Support Kafka as Broker Y Y
Message Serialize Protobuf Protobuf
Performance TPS 174k/sec (pg with a protobuf converter) TPS 60w ~ 200w (binlog only)
Monitor JMX Prometheus Metrics Prometheus Metrics