Questioning the Lambda Architecture, Jay Kreps, 2014 (O'Reilly) - This influential article critically examines the Lambda Architecture and proposes the Kappa Architecture as a simplified alternative.
Structured Streaming Programming Guide, Apache Spark Development Team, 2023 (Apache Software Foundation) - Official documentation for Apache Spark's Structured Streaming, demonstrating how a single API can handle both batch and stream processing, supporting the Kappa approach.
Delta Lake Documentation, The Delta Lake Project, 2023 (The Delta Lake Project) - Official documentation detailing Delta Lake's features, such as ACID transactions and upserts, which enable the 'Kappa Plus' architecture within data lakes.