You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool helps you to initialize MySQL dump table to Elasticsearch by parsing mysqldump, then incremental sync MySQL table to Elasticsearch by processing MySQL Binlog.
6
8
Also, during the binlog syncing, this tool will save the binlog sync position, so that it is easy to recover after this tool being shutdown for any reason.
@@ -9,7 +11,7 @@ Also, during the binlog syncing, this tool will save the binlog sync position, s
9
11
By following these steps.
10
12
11
13
##### 1. ibxml2 and libxslt
12
-
Also, this tool depends on python lxml package, so that you should install the lxml's dependecies correctly, the libxml2 and libxslt are required.
14
+
This tool depends on python lxml package, so that you should install the lxml's dependecies correctly, the libxml2 and libxslt are required.
to start sync, when xml sync is over, it will also start binlog sync.
59
61
60
62
## Deployment
61
-
We provide an upstart script to help you deploy this tool,since we use virtualenv for requirements isolation, you must edit it for your own condition, besides, you can deploy it in your own way.
63
+
We provide an upstart script to help you deploy this tool,you can edit it for your own condition, besides, you can deploy it in your own way.
0 commit comments