File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Query: DROP TABLE IF EXISTS `test_replication` /* generated by server */
115115
116116## Canal
117117
118- Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch.
118+ Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch.
119119
120120First, canal will dump your MySQL data then sync changed data using binlog incrementally.
121121
@@ -165,7 +165,7 @@ func main() {
165165}
166166```
167167
168- You can see [ go-mysql-elasticsearch] ( https://github.com/siddontang /go-mysql-elasticsearch ) for how to sync MySQL data into Elasticsearch.
168+ You can see [ go-mysql-elasticsearch] ( https://github.com/go-mysql-org /go-mysql-elasticsearch ) for how to sync MySQL data into Elasticsearch.
169169
170170## Client
171171
@@ -510,17 +510,6 @@ go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-m
510510
511511v1.10.0 - is the last tag in repo, feel free to choose what you want.
512512
513- ## Donate
513+ ## Credits
514514
515- If you like the project and want to buy me a cola, you can through:
516-
517- | PayPal| 微信|
518- | ------| ---|
519- | [ ![ ] ( https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png )] ( https://paypal.me/siddontang ) | [ ![ ] ( https://github.com/siddontang/blog/blob/master/donate/weixin.png ) |
520-
521- ## Feedback
522-
523- go-mysql is still in development, your feedback is very welcome.
524-
525-
526- 515+ go-mysql was started by @siddontang and has many [ contributors] ( https://github.com/go-mysql-org/go-mysql/graphs/contributors )
You can’t perform that action at this time.
0 commit comments