From e2da3199c4e348358db012f04257e8bf3c9e21bb Mon Sep 17 00:00:00 2001 From: ismail simsek <6005685+ismailsimsek@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:08:11 +0100 Subject: [PATCH] Add link to blog post, "Building a Data Lake with Debezium and Apache Iceberg" --- documentation/online-resources.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/online-resources.asciidoc b/documentation/online-resources.asciidoc index 143eb68b93..9e233f4581 100644 --- a/documentation/online-resources.asciidoc +++ b/documentation/online-resources.asciidoc @@ -51,6 +51,7 @@ Thanks! == Blog Posts & Articles +* https://medium.com/@ismail-simsek/building-a-data-lake-with-debezium-and-apache-iceberg-part-1-25124daf2a95[Building a Data Lake with Debezium and Apache Iceberg] by Ismail Simsek * https://medium.com/@maxime.thebault/debezium-mysql-boolean-and-real-type-handling-34573e56484d[Debezium + MySQL — “boolean” and “real” type handling] by Maxime Thebault * https://sofienebk.medium.com/change-data-capture-made-easy-debezium-integration-with-spring-boot-mongodb-and-postgres-96dc9772bb86["Change Data Capture Made Easy: Debezium Integration with Spring Boot, MongoDB and Postgres"] by Sofiene Ben Khemis * https://blog.picnic.nl/using-change-data-capture-for-warehouse-analytics-a1b23c074781["Using Change Data Capture for Warehouse Analytics"] by David Mischke