1 Star 0 Fork 38

jevno / indexdumper

forked from Kevin6188 / indexdumper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuhuahai 提交于 2016-08-25 12:18 . 提交代码

#介绍

用于给Elasticsearch建立索引,数据源方式支持:Binlog增量、阿里云DTS增量、数据库全量,通过配置就可以支持把数据记录导入ES,建立索引和更新索引,大家可以修改这些代码实现自己的需要

#编译

mvn -P [profile]

profile包括:dev,beta,prod

#运行

bin/startup.sh [increment|full|alincr]

increment : Binlog增量

full : 数据库全量

alincr : 阿里云DTS增量

#依赖

如果采用Binlog增量方式,需要部署阿里巴巴的canal来获取预处理后的数据变更事件

#联系

堂吉诃德 421093703@qq.com

1
https://gitee.com/rucky2013/indexdumper.git
git@gitee.com:rucky2013/indexdumper.git
rucky2013
indexdumper
indexdumper
master

搜索帮助