Bardaan A
Published © GPL3+

004 - How To Store Streaming Data Using Stream Analytics

In this tutorial we'll store the streaming data that we have been feeding into the IoT Hub using Stream Analytics.

AdvancedFull instructions provided10 hours2,480
004 - How To Store Streaming Data Using Stream Analytics

Things used in this project

Software apps and online services

Microsoft Azure
Microsoft Azure
Visual Studio 2015
Microsoft Visual Studio 2015

Story

Read more

Schematics

Overall Project Dataflow Diagram Until Now

This is just showing how far we've gotten in our tutorial series.

Code

StreamAnalytics Query

SQL
This was the query written to redirect all input traffic into output.
SELECT
*
INTO
[YourOutputAlias]
FROM
[YourInputAlias]

Credits

Bardaan A

Bardaan A

8 projects • 16 followers
Just another Software and Technology enthusiast.
Thanks to Microsoft.

Comments