Term Kind Topic What it is
Stream-Table Duality concept Streaming Data The equivalence between a stream of changes and a table of current state — each can be derived from the other.
Watermark concept Streaming Data A moving assertion that no events older than a given event-time will arrive, which is what allows an event-time window to be closed and emitted.
Windowing concept Streaming Data Grouping an unbounded stream into finite chunks so aggregation can produce results, defined over event time rather than arrival time.