forked from go-mysql-org/go-mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove donate and feedback sessions, add credits
- Loading branch information
Showing
1 changed file
with
4 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
go-mysql was started by @siddontang and has many [contributors](https://github.com/go-mysql-org/go-mysql/graphs/contributors) |