This is the code repository for Stream Analytics with Microsoft Azure, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Microsoft Azure is a very popular cloud computing service used by many organizations around the world. Its latest analytics offering, Stream Analytics, allows you to process and get actionable insights from different kinds of data in real-time.
This book is your guide to understanding the basics of how Azure Stream Analytics works, and building your own analytics solution using its capabilities. You will start with understanding what Stream Analytics is, and why it is a popular choice for getting real-time insights from data. Then, you will be introduced to Azure Stream Analytics, and see how you can use the tools and functions in Azure to develop your own Streaming Analytics. Over the course of the book, you will be given comparative analytic guidance on using Azure Streaming with other Microsoft Data Platform resources such as Big Data Lambda Architecture integration for real time data analysis and differences of scenarios for architecture designing with Azure HDInsight Hadoop clusters with Storm or Stream Analytics. The book also shows you how you can manage, monitor, and scale your solution for optimal performance.
By the end of this book, you will be well-versed in using Azure Stream Analytics to develop an efficient analytics solution that can work with any type of data.
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
Select input.vin, BlobSource.Model, input.timestamp,
input.outsideTemperature,
input.engineTemperature, input.speed, input.fuel, input.engineoil,
input.tirepressure, input.odometer, input.city,
input.accelerator_pedal_position,
input.parking_brake_status,
input.headlamp_status, input.brake_pedal_status,
input.transmission_gear_position, input.ignition_status,
input.windshield_wiper_status, input.abs into output from input join
BlobSource
on input.vin = BlobSource.VI
- A valid Azure subscription
- Visual Studio 2017/2015
- Azure SDK 2.7.1 or higher
- Azure Storage Explorer
- A PowerBI Office 365 account
- Python SDK 2.7 (x64) bit and packages
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.