Node-RED, InfmuxDB and Grafana for IoT
Sebastian Büttrich, IT University of Copenhagen ICTP T rieste, 20180502 sebastian@itu.dk
· 1
Node-RED, InfmuxDB and Grafana for IoT Sebastian Bttrich, IT - - PowerPoint PPT Presentation
Node-RED, InfmuxDB and Grafana for IoT Sebastian Bttrich, IT University of Copenhagen ICTP T rieste, 20180502 sebastian@itu.dk 1 Motivation To get from sensor node (lopy or any other) to managed data fmows (Node-RED)
· 1
5/3/18 · 2
5/3/18 · 3
5/3/18 · 4
5/3/18 · 5
Source, Details: https://github.com/TheThingsNetwork/Manifest
5/3/18 · 6
Source, Details: https://github.com/TheThingsNetwork/Manifest
5/3/18 · 7
5/3/18 · 8
5/3/18 · 9
5/3/18 · 10
5/3/18 · 11
5/3/18 · 12
5/3/18 · 13
5/3/18 · 14
5/3/18 · 15
5/3/18 · 16
5/3/18 · 17
5/3/18 · 18
5/3/18 · 19
5/3/18 · 20
5/3/18 · 21
5/3/18 · 22
5/3/18 · 23
5/3/18 · 24
* it s actually possible, but not advised to do so: https://stackoverfmow.com/questions/45368535/infmuxdb-single-or-multiple- measurement#45545405
5/3/18 · 25
5/3/18 · 26
5/3/18 · 27
5/3/18 · 28
5/3/18 · 29
5/3/18 · 30
5/3/18 · 31
5/3/18 · 32
5/3/18 · 33
5/3/18 · 34
5/3/18 · 35
5/3/18 · 36
5/3/18 · 37
https://github.com/ITU-PITLab/public/blob/master/TheThingsNetwork+node-red+infmuxdb+grafana.md
https://www.thethingsnetwork.org/labs/story/store-and-visualize-data-using-infmuxdb-and-grafana and use your search engine, e.g. with query like “Infmuxdb installation Windows”
5/3/18 · 38
# Installation / commands summary (Debian/Ubuntu) // Node-RED # apt-get install nodejs (<<< or nodejs-legacy) # nodejs -v ( or: node -v) # apt install npm # npm install -g --unsafe-perm node-red (start with) # node-red // Infmux # apt-get install infmuxdb infmuxdb-client (test with) # infmux // Grafana # wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_5.1.0_amd64.deb # sudo dpkg -i grafana_5.1.0_amd64.deb # service grafana-server start
```
5/3/18 · 39