IoT sensor data processing service to subscribe to HiveMQ private endpoint and process messages
1.7K
Image to process MQTT messages from private HiveMQ cloud endpoint and write it to timescaledb.
Written using golang. https://github.com/Lilanga/sensor-data-processing-service
Use appropriate values for following environment values
// MQTT Host URL in 'tls://xxxxxxx....' format for private HiveMQ endpoints
MQTT_HOST=
// MQTT port number
MQTT_PORT=
// MQTT user name
MQTT_USER=
// MQTT password
MQTT_PASS=
// string to be used as the client for the connection
MQTT_CLIENT_ID=
// Timescale Database user
TSDB_USER=
// Timescale Database password
TSDB_PASS=
// Timescale database host url
TSDB_HOST=
// Timescale database name
TSDB_DB=
// Port of the timescale database
TSDB_PORT=
Content type
Image
Digest
Size
7.6 MB
Last updated
over 4 years ago
docker pull lilanga/sensor-data-processing:main