Skip to content

Commit

Permalink
Remove donate and feedback sessions, add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 21, 2024
1 parent fd91ece commit 6e48ab4
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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)

0 comments on commit 6e48ab4

Please sign in to comment.