Azure IoT Edge – using Apache Nifi as a 3rd party container

Series Part 1 - dotnet vs python vs node - temperature emission - who is cooler? Part 2 - Developing modules Part 3 - Custom Containers using Apache Nifi Part 4 - Custom Module using TimescaleDB Part 5 - Custom Module using Grafana Intro This is part 3 in a series starting here that runs through building an Azure IOT Edge solution. This post will run through setting up a 3rd party docker container for an edge deployment. The code is located at: https://github.com/chrismckelt/edgy ...

April 2020 · Smart Tech

Azure IoT Edge - Developing custom modules

Series Part 1 - dotnet vs python vs node - temperature emission - who is cooler? Part 2 - Developing modules Part 3 - Custom Containers using Apache Nifi Part 4 - Custom Module using TimescaleDB Part 5 - Custom Module using Grafana Intro This is part 2 in a series starting here running through an Azure IoT Edge demo solution located at: https://github.com/chrismckelt/edgy This part will cover developing and running custom modules written in C#, Python and NodeJS. ...

March 2020 · Smart Tech

Azure IoT Edge- Who is cooler? dotnet, node or python?

Series Part 1 - dotnet vs python vs node - temperature emission - who is cooler? Part 2 - Developing modules Part 3 - Custom Containers using Apache Nifi Part 4 - Custom Module using TimescaleDB Part 5 - Custom Module using Grafana Intro This code will run through creating an end to end demo of building & deploying an Azure IoT Edge solution solution. Code for this example lives here https://github.com/chrismckelt/edgy What are we building? This solution demonstrates an air-conditioning monitoring system where 3 room sensors are publishing their temperature over time. When a room gets too hot the air conditioner for that room is turned on. Once the room is cooled it is turned off. ...

February 2020 · Smart Tech