Data flow
- Clickstream data is sent to Azure Event Hub.
- IoT data is sent to Azure IoT Hub.
- Azure Event Hub and Azure IoT Hub push data to Azure Stream Analytics. Azure Stream Analytics processes the data for simple patterns and threshold values.
- Azure Data Explorer can pull data from Stream Analytics for time series analysis. Azure Data Explorer can also pull data directly from Event Hubs and/or IoT Hub.
- Azure Machine Learning can use data from Azure Data Explorer to build machine learning models. These models can stored as binary files in blob storage or a Data Explorer database and can be executed in Data Explorer to perform real-time inferencing.
- After analysis, data can be pushed to Cosmos DB. Cosmos DB provides high-performance storage for documents.
- Cosmos DB data can be consumed by mobile applications, websites, or other marketing or analytical applications.
- Power BI can build real-time dashboards from Stream Analytics.
This architecture...