1
0
Fork 0
MySQL binary log parser
Go to file
Gregory Eremin 5ef0642499 Major refactoring
The thing still works somehow
2018-11-06 22:51:56 +01:00
binlog Major refactoring 2018-11-06 22:51:56 +01:00
cmd Major refactoring 2018-11-06 22:51:56 +01:00
mysql Major refactoring 2018-11-06 22:51:56 +01:00
reader Major refactoring 2018-11-06 22:51:56 +01:00
schema Schema manager draft 2018-11-05 18:16:12 +01:00
tools Major refactoring 2018-11-06 22:51:56 +01:00
LICENCE Initial commit 2018-07-29 19:20:30 +02:00
README.md Update README.md 2018-07-29 19:24:25 +02: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