mysql_syncer

0.0.17 • Public • Published

mysq_syncer

mysql realtime syncer based on zongji (binlog-slave-monitoring)

todo

https://segmentfault.com/a/1190000008169097

limitation

  • table schema sync is not yet done;

usage

node -p "require('mysql_syncer')" /excludeSchema="{dbxxx:['g_tick2']}" /includeSchema="{dbxxx:true}" \
    /src_host=srchost /src_port=3306 /src_user=srcuser /src_pass=srcpass \
    /tgt_host=tgthost /tgt_port=3306 /tgt_user=tgtuser /tgt_pass=tgtpass

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.171latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.171
0.0.160
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i mysql_syncer

Weekly Downloads

1

Version

0.0.17

License

ISC

Unpacked Size

13.4 kB

Total Files

7

Last publish

Collaborators

  • cmptech