October 2020
Beginner to intermediate
448 pages
13h 6m
English
This chapter covers
Creating a Stream Analytics service
Configuring inputs and outputs
Choosing the number of streaming units
Writing queries using window functions
Writing queries for parallel processing
In previous chapters you’ve seen examples of prep work for batch processing, loading files into storage, and saving groups of messages into files. Storage accounts, Data Lake, and Event Hubs set the base for building a batch processing analytics system in Azure. In this chapter, you’re going to see how these services support stream processing too.
Stream processing covers running an operation on individual pieces of data from an endless sequence, or on multiple pieces of data in a ...