-
Notifications
You must be signed in to change notification settings - Fork 800
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4e8812
commit fe26196
Showing
1 changed file
with
9 additions
and
0 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 |
---|---|---|
|
@@ -2,6 +2,15 @@ go-mysql-elasticsearch is a service syncing your MySQL data into Elasticsearch a | |
|
||
It uses `mysqldump` to fetch the origin data at first, then syncs data incrementally with binlog. | ||
|
||
## Call for Committer/Maintainer | ||
Sorry that I have no enough time to maintain this project wholly, if you like this project and want to help me improve it continuously, please contact me through email ([email protected]). | ||
|
||
Requirement: In the email, you should list somethings(including but not limited to below) to make me believe we can work together. | ||
|
||
Your GitHub ID | ||
The contributions to go-mysql-elasticsearch before, including PRs or Issues. | ||
The reason why you can improve go-mysql-elasticsearch. | ||
|
||
## Install | ||
|
||
+ Install Go (1.9+) and set your [GOPATH](https://golang.org/doc/code.html#GOPATH) | ||
|