GitHub's Online Schema-migration Tool for MySQL
Go to file
Shlomi Noach 0e7b23e6fe - Creating an populating Changelog table
- Using heartbeat
- Throttling works based on heartbeat
- Refactored binlog_reader stuff. Now streaming events (into golang channel, which makes for nice buffering and throttling)
- Binlog table listeners work
- More Migrator logic; existing logic for waiting on `state` events (e.g. `TablesCreatedState`)
2016-04-07 15:57:12 +02:00
go - Creating an populating Changelog table 2016-04-07 15:57:12 +02:00
vendor added vendor packages 2016-04-01 16:04:27 +02:00
build.sh minor refactoring; fixed license comments 2016-03-24 15:11:56 +01:00
LICENSE Initial commit 2016-03-21 11:08:52 +01:00
README.md Initial commit 2016-03-21 11:08:52 +01:00

gh-osc

GitHub's Online Schema Change for MySQL