Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Duplicate of unix.stackexchange.com/questions/558059/… Commented Dec 19, 2019 at 16:41
  • @steve I am here hoping for answers from software architecture perspective, not from Unix/Linux tooling perspective. It is not helpful to have a clean cut of things that have clear ties with several areas. People here are mostly software engineers and don't necessarily know Unix/Linux tools, and people there are mostly administrators and super users and don't necessarily know about software architecture. Commented Dec 19, 2019 at 16:48
  • In this context, it's not exactly clear that there is such a thing as a stream job that is also distinct from both a batch job and online processing. A stream job just seems to be essentially the same approach as a batch job (periodic execution on a fixed accumulation of inputs), but at much higher frequency. Commented Dec 19, 2019 at 20:51