AmitKumarDas / fun-with-programming

ABC - Always Be Coding
2 stars 2 forks source link

[rnd] change data capture #16

Closed AmitKumarDas closed 2 years ago

AmitKumarDas commented 3 years ago
// refer
//
// - https://www.freecodecamp.org/news/how-to-implement-the-change-data-capture-pattern-using-kafka-streams/
// - https://eng.lyft.com/building-an-adaptive-multi-tenant-stream-bus-with-kafka-and-golang-5f1410bf2b40
// - https://www.confluent.io/blog/using-logs-to-build-a-solid-data-infrastructure-or-why-dual-writes-are-a-bad-idea/
// - https://engineering.linkedin.com/research/2012/all-aboard-the-databus-linkedlns-scalable-consistent-change-data-capture-platform
// - https://netflixtechblog.com/dblog-a-generic-change-data-capture-framework-69351fb9099b
// - https://github.com/scylladb/scylla-cdc-go
// - https://github.com/ThiagoSilvaF/gocdc
// - https://dev.to/thiagosilvaf/gocdc-and-postgres-1m4m
// - https://debezium.io/blog/2020/02/10/event-sourcing-vs-cdc/