Initial commit

This commit is contained in:
Thomas Klaehn
2022-11-11 14:00:54 +01:00
commit 9c4bd54d55
10 changed files with 521 additions and 0 deletions

7
config/config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"in_folder": "./data/unprocessed",
"out_folder": "./data/processed",
"influxdb_host": "localhost",
"influxdb_port": 8086,
"influxdb_token": ""
}