1
0
Fork 0
MySQL binary log parser
Go to file
Gregory Eremin 9cd1d12583 Use realative path to test package 2018-11-09 01:17:59 +01:00
binlog Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
cmd Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
mysql Extract most decoding logic into mysql package 2018-11-09 00:19:43 +01:00
reader Move schema package 2018-11-09 01:13:36 +01:00
tests Panic if resulting row is not what is expected 2018-11-09 00:58:38 +01:00
tools Oops 2018-11-08 23:59:31 +01:00
.gitignore Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
Gopkg.lock Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
Gopkg.toml Use dep to maintain dependencies 2018-11-09 01:09:25 +01:00
LICENCE Initial commit 2018-07-29 19:20:30 +02:00
Makefile Use realative path to test package 2018-11-09 01:17:59 +01:00
README.md Adjust makefile 2018-11-09 01:16:38 +01:00

README.md

BLT

MySQL binary log parser.

WIP

Work in progress, some events are not fully supported.

A fork of go-sql-driver/mysql is used to provide underlying connection and basic packet exchange.

TODO:

  • FormatDescriptionEvent
  • TableMapEvent
  • RotateEvent
  • RowsEvent
  • XIDEvent
  • GTIDEvent
  • QueryEvent

Licence

MIT