文件名称:mypipe-example
文件大小:14KB
文件格式:ZIP
更新时间:2024-07-10 20:16:31
Shell
MyPipe 示例
是一个 MySQL binlog -> Kafka 复制器。
该项目的目标是演示以下数据管道:
MySQL RDS binlog -> mypipe
mypipe -> 卡夫卡
用法
下面概述了如何使用这个项目。
克隆回购:
cd /tmp && git clone https://github.com/sakserv/mypipe-example.git
创建 Kafka 主题(如果禁用自动创建主题)
cd /tmp/mypipe-example && bash -x bin/create_kafka_topic.sh _generic
修改环境配置
cd /tmp/mypipe-example
【文件预览】:
mypipe-example-master
----.gitignore(478B)
----bin()
--------create_kafka_topic.sh(361B)
--------mypipe.sh(2KB)
----LICENSE(11KB)
----pom.xml(4KB)
----mypipe-example.iml(993B)
----README.md(794B)
----.idea()
--------misc.xml(7KB)
--------encodings.xml(233B)
--------vcs.xml(167B)
--------copyright()
--------scopes()
--------compiler.xml(1KB)
--------.name(14B)
--------modules.xml(268B)
----conf()
--------env.cfg(656B)
--------application.conf(1KB)
网友评论