Difference between revisions of "Projets-2016-2017-Plateform Analyse Données IOT/NodeRed"

From air
Jump to navigation Jump to search
Line 22: Line 22:
 
* One flow was made in order to create the data base :
 
* One flow was made in order to create the data base :
   
[[Image:influxdb.png | 500px]]
+
[[Image:influxdb1.png | 500px]] [[Image:influxdb2.png | 500px]]
   
 
[https://github.com/lambertrocher/Projets-2016-2017-Plateform-Analyse-Donn-es-IOT/blob/master/influxdb_flow Github(2)]
 
[https://github.com/lambertrocher/Projets-2016-2017-Plateform-Analyse-Donn-es-IOT/blob/master/influxdb_flow Github(2)]

Revision as of 11:19, 29 March 2017

Tutorial about Node Red uses

Why using Node Red ?

Node Red is a a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.

It was very useful in our project thanks to its many uses, as http request, working on api etc. Many functionalities which avoid us to make some scripts for example.

Node red is also useful in order to create an InfluxDB database and connecting Grafana with it.

Our flows

  • We made several flows for our project.
  • Some flows are only use for testing functionalities of Node Red.

Nodered1.png Nodered2.png


Github(1)

  • One flow was made in order to create the data base :

Influxdb1.png Influxdb2.png

Github(2)

  • Another was made for save data from the Terra Nostra house :

Requete spacelynk.png


Github(3)

  • The latest was made for Grafana contribution : create a dashboard and create datasource in Grafana :

Dashboard.png

Github(4)

  • For our demo during the final presentation we have to simulate the SpaceLynk :

Spacelynksimul.png

Github(5)

Some links useful for Node Red application