goMontioringDdl 是通过go实现对binlog的订阅实现对mysql的ddl监控报警并发送钉钉报警!
使用go get github.com/qieangel2013/goMontioringDdl
$GOPATH/src/github.com/qieangel2013/goMontioringDdl
go build main
./main
源配置.
下面是源配置:
# MySQL data source [[source]] schema = "test" tables = ["*"] # MySQL data source [[source]] schema = "test_1" tables = ["*", t4]