Prometheus is a monitoring platform that collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. Grafana is a graphical tool that connects to Prometheus and helps build a visualization dashboard. In this blog We shall spinup Prometheus as a docker container on a Ubuntu based server in Azure cloud. Install NodeContinue reading “Creating a monitoring dashboard using Prometheus and Grafana”
Tag Archives: Azure cloud
Digital Patient Health Record Locker using Azure Blockchain Workbench
With Blockchain Workbench, you can define blockchain applications using configuration and writing smart contract code. In this blog I shall walk you through a set of generic steps to create and execute a blockchain application workflow in Azure Blockchain Workbench and then using those steps we shall create a Digital Patient Health Record Locker toContinue reading “Digital Patient Health Record Locker using Azure Blockchain Workbench”
Two ways to talk to Azure IoT Hub
This article lists down 2 ways to communicate with Azure IoT hub : An insecure method using a standalone java client A secure certificates based method using a standalone python client Most of these instructions can be found on the Azure site but is scattered all over the place. This code has been been runContinue reading “Two ways to talk to Azure IoT Hub”
Steps to setup an Opensource Real-time IoT data pipeline in Azure cloud
Architecture diagram: Through this and a subsequent series of articles I would like to layout a detailed step-by-step process for building a realtime IoT data pipeline based primarily on Apache open source technologies on Azure cloud. I start with the detailed architecture and instructions to build production grade clusters. In the subsequent article we shallContinue reading “Steps to setup an Opensource Real-time IoT data pipeline in Azure cloud”