|
You are here |
www.morling.dev | ||
| | | | |
www.decodable.co
|
|
| | | | | [AI summary] Decodable is promoting its presence at the Kafka Summit London 2024 with planned talks, a booth, and a meet-up, highlighting their product news and open-source technologies like Debezium and Apache Flink. | |
| | | | |
voxxeddays.com
|
|
| | | | | Hi Gunnar, tell us who you are and what lead you into microservices? I'm an open-source enthusiast and software engineer working at Red Hat, where I'm leading the Debezium project. Debezium is a platform for change data capture (CDC) based on Apache Kafka, allowing you to react to all the inserts, updates and deletes in [...] | |
| | | | |
debezium.io
|
|
| | | | | Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong. | |
| | | | |
timilearning.com
|
|
| | | Distributed databases typically divide their tables into partitions spread across different servers which get accessed by many clients. In these databases, client transactions often span the different servers, as the transactions may need to read from various partitions. A distributed transaction is a database transaction which spans multiple servers. This post will detail how databases guarantee some ACID properties when executing distributed transactions. | ||