Commit 0cf90706 authored by Akshay G's avatar Akshay G

Added recursive dir creation, column naming for the csv file

parent 89243e10
...@@ -5,7 +5,9 @@ ...@@ -5,7 +5,9 @@
{ {
"kairosdb_url": "http://192.168.0.207:8080", "kairosdb_url": "http://192.168.0.207:8080",
"metric_name": "ilens.live_data.raw", "metric_name": "ilens.live_data.raw",
"tag_hierarchy": "site_153$dept_1006$line_220$equipment_1258$tag_5790", "tag_hierarchy": {
"pressure_values": "site_194$dept_1022$line_287$equipment_3824$tag_6663"
},
"start_absolute": "01/10/2020 00:00:00", "start_absolute": "01/10/2020 00:00:00",
"end_absolute": "30/11/2020 00:00:00", "end_absolute": "30/11/2020 00:00:00",
"shared_volume": "/mnt" "shared_volume": "/mnt"
...@@ -16,7 +18,7 @@ ...@@ -16,7 +18,7 @@
``` ```
docker run -v /mnt:/mnt -e config='{"kairosdb_url": "http://192.168.0.207:8080",' \ docker run -v /mnt:/mnt -e config='{"kairosdb_url": "http://192.168.0.207:8080",' \
'"metric_name": "ilens.live_data.raw",' \ '"metric_name": "ilens.live_data.raw",' \
'"tag_hierarchy": "site_153$dept_1006$line_220$equipment_1258$tag_5790",' \ '"tag_hierarchy": {"pressure_values":"site_194$dept_1022$line_287$equipment_3824$tag_6663"},' \
'"start_absolute": "01/10/2020 00:00:00",' \ '"start_absolute": "01/10/2020 00:00:00",' \
'"end_absolute": "30/11/2020 00:00:00",' \ '"end_absolute": "30/11/2020 00:00:00",' \
'"shared_volume": "/mnt"}' batch-multi-karios-read-component:v0.1 '"shared_volume": "/mnt"}' batch-multi-karios-read-component:v0.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment