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
- Host: GitHub
- URL: https://github.com/gbaeke/pgfunc
- Owner: gbaeke
- Created: 2019-04-16T10:33:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T13:05:43.000Z (about 7 years ago)
- Last Synced: 2026-04-23T05:38:59.103Z (about 2 months ago)
- Topics: azure, azurefunctions, functions, iot, iothub, postgresql, serverless
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)