Notes on Concepts & Components to be used in a System Design Interview Chapter 11 — Stream Processing To reduce the delay (as in batch processes), we can run the processing more frequently — processing a second’s worth of data at the end of every second — or even continuously, abandoning the fixed time slices…