From 8a563f86cfe881a3cfb257a2d026a17911ec1d45 Mon Sep 17 00:00:00 2001 From: Milan Ventil Toman Date: Thu, 8 Oct 2020 14:00:00 +0200 Subject: [PATCH] DB schema creation update --- influx_structure.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/influx_structure.md b/influx_structure.md index 58a190a..dd298c0 100644 --- a/influx_structure.md +++ b/influx_structure.md @@ -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