Skip to content

Latest commit

 

History

History

fleetmanagement

Workshop - Build your own real time fleet tracking system using Azure and HERE Technologies Location Services

Fleet Management is a core use case for HERE Technologies. Pair our API’s with Microsoft Azure’s real time data processing capabilities and you get real time information about your fleet. In this workshop we will walk you through the simple process of deploying your own management website. You will set up a virtual fleet of vehicles driving around Chicago. Finally, we will also show you how to insert real-time vehicle parameters to track the health of the vehicles.

The application architecture uses Azure ARM templates, Azure Event Hub, Azure Serverless Functions, Azure PowerShell, Azure Cosmos DB and Azure Web App. You will be deploying your very own web application based on node.js to view the results in a web browser. The node.js based application is a “producer” script that simulates your own virtual fleet of vehicles. It also calls the HERE Geocoder serverless function to fetch the address corresponding to a latitude and longitude combination, that is stored in Cosmos DB. The Geocoder function receives the longitude and latitude, then finds the nearest physical street address.

See the diagram below for an overview of the complete architecture.

Architecture Diagram

Modules

This workshop is divided into four modules. Each module describes a scenario of what we're going to build and step-by-step directions to help you implement the architecture and verify your work.

Module Description
1. ARM Template Deployment The HERE Location Services Data Streams Template is a Solution Template on Azure
2. Data Setup Producer Uploading the Producer setup data to the Azure PowerShell
3. Data Setup WebApp Creating an Azure web-app and uploading the setup data
4. Validation Launch the web application URL via the browser to see the dashboard on a real-time map

⚠️ These modules are intended to be executed linearly.

After you have completed the workshop, we recommend you delete all of the resources that were created by following the cleanup guide.