Hacker News new | ask | show | jobs
by sjeanpierre 3450 days ago
What method are you using to replicate from MySQL binlog to various other systems?
1 comments

FWIW, I've used github.com/siddontang/go-mysql to successfully replicate from MySQL to DynamoDB. Currently not using GTIDs and looking into that next.