Definition
So we are going to create the influxDB database structure for our data. The structure will look as follows:
devices_raw_data [DATABASE] payload (format will depend on the device) Creating the database
We will need to run the following command to enter InfluxDB configuration to create the database
and then type:
CREATE DATABASE devices_raw_data
we can check the database has been created with
Measurements and data will be insert from Nodered as it is received (check )