Change Data Capture using Binlog in a MySQL Database
Did you know you can use the binlog in MySQL database to track changes to the data in said database? This is very useful when you want to perform Change Data Capture operations, like only ingesting data that has been changed. When you want to enable binlog in a MySQL Database in AWS RDS, you…