1
0
Fork 0
MySQL binary log parser
Go to file
Gregory Eremin 922cfec03d Update README.md 2018-07-29 19:24:25 +02:00
cmd Initial commit 2018-07-29 19:20:30 +02: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
buffer.go Initial commit 2018-07-29 19:20:30 +02:00
column_types.go Initial commit 2018-07-29 19:20:30 +02:00
encoding.go Initial commit 2018-07-29 19:20:30 +02:00
encoding_test.go Initial commit 2018-07-29 19:20:30 +02:00
event_format_description.go Initial commit 2018-07-29 19:20:30 +02:00
event_header.go Initial commit 2018-07-29 19:20:30 +02:00
event_rotate.go Initial commit 2018-07-29 19:20:30 +02:00
event_rows.go Initial commit 2018-07-29 19:20:30 +02:00
event_table_map.go Initial commit 2018-07-29 19:20:30 +02:00
event_types.go Initial commit 2018-07-29 19:20:30 +02:00
reader.go Initial commit 2018-07-29 19:20:30 +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