Idempotent and Moving Window is simply a reduction (2021)
This article explains how idempotent operations and moving window computations can be elegantly expressed as a form of reduction. It demonstrates that both concepts, often treated separately in stream processing and distributed systems, share a common mathematical foundation when viewed through the lens of reduction operations. The post provides practical examples and formal reasoning to support this unifying perspective.