Skip to content

Commit 8ef6123

Browse files
author
liu kelin
authored
Update README.md
1 parent 436b846 commit 8ef6123

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ mysql配置:
9494

9595
canal server 模拟mysql从库并向mysql发送dump命令获取mysql binlog数据。
9696

97-
1.下载解压项目,这里提供了1.0.22版本:[canal.deployer-1.0.22.tar.gz](https://github.com/liukelin/canal_mysql_nosql_sync/files/426724/canal.deployer-1.0.22.tar.gz)
98-
可从阿里项目下载最新版本 deployer :[https://github.com/alibaba/canal/releases](https://github.com/alibaba/canal/releases)
97+
1.下载解压项目,这里提供了1.0.22版本:
98+
[canal.deployer-1.0.22.tar.gz](https://github.com/liukelin/canal_mysql_nosql_sync/files/426724/canal.deployer-1.0.22.tar.gz)
99+
可从阿里项目下载最新版本 deployer :
100+
[https://github.com/alibaba/canal/releases](https://github.com/alibaba/canal/releases)
99101

100102
2.配置项目:
101103
# 公共配置
@@ -118,7 +120,8 @@ mysql配置:
118120

119121
保存退出。
120122

121-
更多配置查看:[http://agapple.iteye.com/blog/1831873](http://agapple.iteye.com/blog/1831873)
123+
更多配置查看:
124+
[http://agapple.iteye.com/blog/1831873](http://agapple.iteye.com/blog/1831873)
122125

123126
3.启动:
124127
$ sh bin/startup.sh
@@ -133,8 +136,10 @@ mysql配置:
133136

134137
binlog生产端和消费端的之间,增加MQ作为缓冲,增加容错度和动态扩展性
135138

136-
1.下载解压项目,这里自己写了个基于1.0.22版本的项目:[canal_client1.0.22.zip](https://github.com/liukelin/canal_mysql_nosql_sync/releases)
137-
源码查看:[canal-client](https://github.com/liukelin/canal_mysql_nosql_sync/tree/master/canal-client)
139+
1.下载解压项目,这里自己写了个基于1.0.22版本的项目:
140+
[canal_client1.0.22.zip](https://github.com/liukelin/canal_mysql_nosql_sync/releases)
141+
142+
源码查看: [canal-client](https://github.com/liukelin/canal_mysql_nosql_sync/tree/master/canal-client)
138143

139144
2.基本配置
140145

0 commit comments

Comments
 (0)