Predictive insights with vehicle telematics

Azure Data Factory
Azure Event Hubs
Azure HDInsight
Azure Machine Learning
Azure Stream Analytics

Solution ideas

This article is a solution idea. If you'd like us to expand the content with more information, such as potential use cases, alternative services, implementation considerations, or pricing guidance, let us know by providing GitHub feedback.

Learn how car dealerships, manufacturers, and insurance companies can use Microsoft Azure to gain predictive insights on vehicle health and driving habits.

Architecture

Architecture Diagram show the flow of information through the different computer systems that help with the predictive insights of vehicle telematics.

Download a Visio file of this architecture.

Components

  • Azure Event Hubs. Event Hubs ingests diagnostic events and passes them on to Stream Analytics and an Azure ML Web Service.
  • Azure Stream Analytics. Stream Analytics accepts the input stream from Event Hubs, calls an Azure ML Web Service to do predictions, and sends the stream to Azure Storage and Power BI.
  • Azure Machine Learning. Machine Learning helps you design, test, operationalize, and manage predictive analytics solutions in the cloud and deploy web services that can be called by Stream Analytics and Azure Data Factory.
  • Azure Storage Accounts. Azure Storage stores diagnostic events stream data from Stream Analytics.
  • Azure HDInsight. HDInsight helps you process massive amounts of data in an easy, fast, and cost-effective way. This solution has Azure Data Factory using HDInsight to run Hive queries to process data and load it into Azure SQL Database, but others can also use Azure Databricks.
  • Data Factory. Data Factory uses HDInsight to process data and load it into Azure SQL Database.
  • Azure Synapse Analytics. Azure Synapse Analytics is used to store and data processed by Data Factory and HDInsight and is accessed by Power BI for analysis of the telemetry data.
  • Power BI. Power BI is used to create data visualizations for reporting needs. This solution uses Power BI, but others use Power BI Embedded to analyze the telemetry data.

Scenario details

This solution is built on the Azure managed services: Event Hubs, Azure Stream Analytics, Azure Machine Learning, Storage Accounts, HDInsight, Data Factory, Azure Synapse Analytics and Power BI. These services run in a high-availability environment, patched and supported, which allows you to focus on your solution instead of the environment it runs in.

Potential use cases

This solution is ideal for the automotive, manufacturing, and insurance/finance industries. Organizations can utilize predictive insights to determine when vehicle maintenance needs to be done and when to refurbish their fleet of company vehicles.

Next steps