File tree 1 file changed +4
-15
lines changed
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 */
115
115
116
116
## Canal
117
117
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.
119
119
120
120
First, canal will dump your MySQL data then sync changed data using binlog incrementally.
121
121
@@ -165,7 +165,7 @@ func main() {
165
165
}
166
166
```
167
167
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.
169
169
170
170
## Client
171
171
@@ -510,17 +510,6 @@ go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-m
510
510
511
511
v1.10.0 - is the last tag in repo, feel free to choose what you want.
512
512
513
- ## Donate
513
+ ## Credits
514
514
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