Debezium Documentation, The Debezium Community, N/A - Official documentation for Debezium, an open-source platform for change data capture. It covers the setup, configuration, and operational aspects of log-based CDC connectors, including how they handle initial snapshots and continuous event streaming from various databases.
Delta Lake Documentation, The Delta Lake Community, N/A - Official documentation for Delta Lake, an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads. Relevant for understanding how to perform MERGE INTO operations on data lake tables to apply CDC events.
Apache Iceberg Documentation, The Apache Iceberg Community, N/A (Apache Software Foundation) - Official documentation for Apache Iceberg, an open table format for huge analytic datasets. It details how Iceberg supports schema evolution, hidden partitioning, and table modifications (including MERGE INTO), which are important for managing CDC-driven updates in a data lake.