Azure provides three different frameworks that can be used to work with data—Stream Analytics, Data Lake Analytics, and ML Analytics.
Azure analytics
Stream Analytics
Having added the data to the Azure IoT Hub, the next step is to develop an analytics job to process our data. In this example, we will extract the efficiency of the simulated compressor station, and will save the results into Data Lake Storage:
- From the Azure portal, search for Stream Analytics and click on Stream Analytics jobs. Then, click on the Create stream analytics job button and provide a straightforward name, such as my-iiot-job, as shown in the following screenshot:
Creating an analytics job in Azure Stream Analytics
- Once this is done, we...