Skip to content

This Git-repository contains a connector between a MQTT-Broker and a InfluxDB. The scripts mission is to filter Data recived by the MQTT-Broker (some environmental measurements) and send outliners (data deviate from the mean) to the InfluxDB

License

Notifications You must be signed in to change notification settings

firewolf557/InfluxDBtoMQTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

This script is used to get Data from a MQTT-Broker then filter it and then send it to a InfluxDB; The MQTT-Broker, the deivce running this script and the influxDB should be in the same network or public accesible; If you are using this script for your purposes you should modify it to your needs; We hope it helps you!

To run the script on Linux-based OS: node filename.js

To run the script on Linux-based OS permanently: node filename.js &

To run the script on Linux-based OS permanently and store log in a file: nohup node filename.js &

About

This Git-repository contains a connector between a MQTT-Broker and a InfluxDB. The scripts mission is to filter Data recived by the MQTT-Broker (some environmental measurements) and send outliners (data deviate from the mean) to the InfluxDB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published