Hacker News new | ask | show | jobs
by jdmichal 3873 days ago
Batch processing is a subset of stream processing, assuming that the stream has a finite set of data. That is, it could be implemented as a collection of all the input from the stream, then executing the batch.

However, not all streams have finite data sets. This is a very important distinction.