From 6e48ab4271217ad4d7bbbd99d357975ad9293793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Thu, 21 Nov 2024 07:10:33 +0100 Subject: [PATCH] Remove donate and feedback sessions, add credits --- README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5337b3b94..3176e0819 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Query: DROP TABLE IF EXISTS `test_replication` /* generated by server */ ## Canal -Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch. +Canal is a package that can sync your MySQL into everywhere, like Redis, Elasticsearch. First, canal will dump your MySQL data then sync changed data using binlog incrementally. @@ -165,7 +165,7 @@ func main() { } ``` -You can see [go-mysql-elasticsearch](https://github.com/siddontang/go-mysql-elasticsearch) for how to sync MySQL data into Elasticsearch. +You can see [go-mysql-elasticsearch](https://github.com/go-mysql-org/go-mysql-elasticsearch) for how to sync MySQL data into Elasticsearch. ## Client @@ -510,17 +510,6 @@ go mod edit -replace=github.com/siddontang/go-mysql=github.com/go-mysql-org/go-m v1.10.0 - is the last tag in repo, feel free to choose what you want. -## Donate +## Credits -If you like the project and want to buy me a cola, you can through: - -|PayPal|微信| -|------|---| -|[![](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)| - -## Feedback - -go-mysql is still in development, your feedback is very welcome. - - -Gmail: siddontang@gmail.com +go-mysql was started by @siddontang and has many [contributors](https://github.com/go-mysql-org/go-mysql/graphs/contributors)