Sign inSign up

lilanga/sensor-data-processing

By lilanga

Updated over 4 years ago

IoT sensor data processing service to subscribe to HiveMQ private endpoint and process messages

Image
0

1.7K

lilanga/sensor-data-processing repository overview

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=

Tag summary

Content type

Image

Digest

Size

7.6 MB

Last updated

over 4 years ago

docker pull lilanga/sensor-data-processing:main