DBLog: A Generic Change-Data-Capture Framework

1 ยท Netflix, Inc. ยท Dec. 17, 2019, 3:17 p.m.
Summary
Andreas Andreakis, Ioannis PapapanagiotouOverviewChange-Data-Capture (CDC) allows capturing committed changes from a database in real-time and propagating those changes to downstream consumers [1][2]. CDC is becoming increasingly popular for use cases that require keeping multiple heterogeneous datastores in sync (like MySQL and ElasticSearch) and addresses challenges that exist with traditional techniques like dual-writes and distributed transactions [3][4].In databases like MySQL and PostgreSQ...