DB schema creation update

This commit is contained in:
2020-10-08 14:00:00 +02:00
parent f9a653c26d
commit 8a563f86cf

View File

@@ -1,11 +1,14 @@
# Structure of InfluxDB
InfluxDB was chosen for it's simplicity and ease of management, live with it.
## influxDB SCHEMA:
Firs off, 2 databases:
## influxDB SCHEMA
Let's take a look at how to create a suitable database for the data
### Firs off, 3 databases:
weather
status
create database weather
create database status
create database raw
### DB weather