The chapters in the last section focused completely on data on the move, that is, data that is being generated by devices and routed through communication, streaming, and transformation services, ultimately ending up in a storage mechanism for further analysis and processing. Chapter 6 routed the incoming data to two different data stores, Azure Blob Storage and Azure Data Lake Store, using Azure Stream Analytics.
As you saw in Chapter 6, other outputs were available to store the data including Azure DocumentDB and Azure SQL Database . DocumentDB is an interesting one because since ...