<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Azure Iot Node Python Dotnet Containers on Chris McKelt - Remembering Thoughts</title><link>https://blog.smarttechventures.au/tags/azure-iot-node-python-dotnet-containers/</link><description>Recent content in Azure Iot Node Python Dotnet Containers on Chris McKelt - Remembering Thoughts</description><generator>Hugo -- 0.147.2</generator><language>en</language><lastBuildDate>Sat, 11 Apr 2020 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.smarttechventures.au/tags/azure-iot-node-python-dotnet-containers/index.xml" rel="self" type="application/rss+xml"/><item><title>Azure IoT Edge – using Apache Nifi as a 3rd party container</title><link>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-3rd-party-containers/</link><pubDate>Sat, 11 Apr 2020 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-3rd-party-containers/</guid><description>&lt;h1 id="series">Series&lt;/h1>
&lt;p>&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-who-is-cooler-dotnet-node-or-python-369m" target="_blank">Part 1 - dotnet vs python vs node - temperature emission - who is cooler?&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-developing-custom-modules-df3" target="_blank">Part 2 - Developing modules&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-3rd-party-containers-3mi3" target="_blank">Part 3 - Custom Containers using Apache Nifi&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-timescaledb-on-the-edge-2ec1" target="_blank">Part 4 - Custom Module using TimescaleDB&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-grafana-on-the-edge-26na" target="_blank">Part 5 - Custom Module using Grafana&lt;/a>&lt;/p>
&lt;h1 id="intro">Intro&lt;/h1>
&lt;p>This is part 3 in a series starting &lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-who-is-cooler-dotnet-node-or-python-369m" target="_blank">here&lt;/a> that runs through building an &lt;a href="https://docs.microsoft.com/en-us/azure/iot-edge/about-iot-edge" target="_blank">Azure IOT Edge&lt;/a> solution. This post will run through setting up a 3rd party docker container for an edge deployment. &lt;br>
The code is located at: &lt;a href="https://github.com/chrismckelt/edgy" target="_blank">https://github.com/chrismckelt/edgy&lt;/a>&lt;/p></description></item><item><title>Azure IoT Edge - Developing custom modules</title><link>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-developing-custom-modules/</link><pubDate>Tue, 10 Mar 2020 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-developing-custom-modules/</guid><description>&lt;h1 id="series">Series&lt;/h1>
&lt;p>&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-who-is-cooler-dotnet-node-or-python-369m" target="_blank">Part 1 - dotnet vs python vs node - temperature emission - who is cooler?&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-developing-custom-modules-df3" target="_blank">Part 2 - Developing modules&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-3rd-party-containers-3mi3" target="_blank">Part 3 - Custom Containers using Apache Nifi&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-timescaledb-on-the-edge-2ec1" target="_blank">Part 4 - Custom Module using TimescaleDB&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-grafana-on-the-edge-26na" target="_blank">Part 5 - Custom Module using Grafana&lt;/a>&lt;/p>
&lt;h1 id="intro">Intro&lt;/h1>
&lt;p>This is part 2 in a series starting &lt;a href="http://blog.mckelt.com/2020/02/13/azure-iot-edge-creating-an-edge-reporting-solution/" target="_blank">here&lt;/a> running through an Azure IoT Edge demo solution located at: &lt;a href="https://github.com/chrismckelt/edgy" target="_blank">https://github.com/chrismckelt/edgy&lt;/a>&lt;/p>
&lt;p>This part will cover developing and running custom modules written in C#, Python and NodeJS.&lt;/p></description></item><item><title>Azure IoT Edge- Who is cooler? dotnet, node or python?</title><link>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-who-is-cooler-dotnet-node-python/</link><pubDate>Thu, 13 Feb 2020 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/azure-iot-edge-who-is-cooler-dotnet-node-python/</guid><description>&lt;h1 id="series">Series&lt;/h1>
&lt;p>&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-who-is-cooler-dotnet-node-or-python-369m" target="_blank">Part 1 - dotnet vs python vs node - temperature emission - who is cooler?&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-developing-custom-modules-df3" target="_blank">Part 2 - Developing modules&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-3rd-party-containers-3mi3" target="_blank">Part 3 - Custom Containers using Apache Nifi&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-timescaledb-on-the-edge-2ec1" target="_blank">Part 4 - Custom Module using TimescaleDB&lt;/a>&lt;br>
&lt;a href="https://dev.to/chris_mckelt/azure-iot-edge-using-grafana-on-the-edge-26na" target="_blank">Part 5 - Custom Module using Grafana&lt;/a>&lt;/p>
&lt;p>&lt;a href="file:///C:/temp/Part%205%20-%20Custom%20Module%20using%20Grafana">&lt;br>
&lt;/a>&lt;/p>
&lt;h1 id="intro">Intro&lt;/h1>
&lt;p>This code will run through creating an end to end demo of building &amp;amp; deploying an &lt;a href="https://docs.microsoft.com/en-us/azure/iot-edge/about-iot-edge" target="_blank">Azure IoT Edge solution&lt;/a> solution.&lt;/p>
&lt;p>Code for this example lives here&lt;/p>
&lt;h5 id="httpsgithubcomchrismckeltedgy">&lt;a href="https://github.com/chrismckelt/edgy" target="_blank">https://github.com/chrismckelt/edgy&lt;/a>&lt;/h5>
&lt;h2 id="what-are-we-building">What are we building?&lt;/h2>
&lt;p>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.&lt;/p></description></item></channel></rss>