An open API service indexing awesome lists of open source software.

https://github.com/gbaeke/pgfunc

Azure Function to write IoT Hub data to PostgreSQL
https://github.com/gbaeke/pgfunc

azure azurefunctions functions iot iothub postgresql serverless

Last synced: about 1 month ago
JSON representation

Azure Function to write IoT Hub data to PostgreSQL

Awesome Lists containing this project

README

          

# pgfunc

Azure Function to write IoT Hub data to PostgreSQL

Data should be JSON {"device": "devicename", "temperature": temp, "humidity": hum}

You can use [IoT Simulator](https://github.com/gbaeke/iot-simulator) to simulate sending this data.

Also see [this blog post](https://blog.baeke.info/2019/04/16/azure-functions-with-consumption-plan-on-linux/)