Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Stream Analytics with Microsoft Azure

You're reading from   Stream Analytics with Microsoft Azure Real-time data processing for quick insights using Azure Stream Analytics

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781788395908
Length 322 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (4):
Arrow left icon
Krishnaswamy Venkataraman Krishnaswamy Venkataraman
Author Profile Icon Krishnaswamy Venkataraman
Krishnaswamy Venkataraman
Ryan Murphy Ryan Murphy
Author Profile Icon Ryan Murphy
Ryan Murphy
Manpreet Singh Manpreet Singh
Author Profile Icon Manpreet Singh
Manpreet Singh
Anindita Basak Anindita Basak
Author Profile Icon Anindita Basak
Anindita Basak
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Introducing Stream Processing and Real-Time Insights FREE CHAPTER 2. Introducing Azure Stream Analytics and Key Advantages 3. Designing Real-Time Streaming Pipelines 4. Developing Real-Time Event Processing with Azure Streaming 5. Building Using Stream Analytics Query Language 6. How to achieve Seamless Scalability with Automation 7. Integration of Microsoft Business Intelligence and Big Data 8. Designing and Managing Stream Analytics Jobs 9. Optimizing Intelligence in Azure Streaming 10. Understanding Stream Analytics Job Monitoring 11. Use Cases for Real-World Data Streaming Architectures

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Once the ASA job is created, in the Solution Explorer, the job topology folder structure could be viewed as Inputs (job input), Outputs (job output), JobConfig.json, Script.asaql (Stream Analytics Query file), Azure Functions (optional), and so on."

A block of code is set as follows:

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

New terms and important words are shown in bold.

Words that you see on the screen, for example, in menus or dialogue boxes, appear in the text like this: "To run the Stream Analytics job query locally, first select Add Local Input by right-clicking on the ASA project in VS Solution Explorer, and choose to Add Local Input."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime