Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
Read_from_Kairos_Component
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dasharatha.vamshi
Read_from_Kairos_Component
Commits
d0609d71
Commit
d0609d71
authored
Feb 16, 2021
by
Akshay G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README
parent
84e3ccd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
14 deletions
+25
-14
README.md
README.md
+25
-14
No files found.
README.md
View file @
d0609d71
...
...
@@ -3,23 +3,34 @@
### Pass in the configurations:
```
python
{
"kairosdb_url"
:
"http://192.168.0.207:8080"
,
"metric_name"
:
"ilens.live_data.raw"
,
"tag_hierarchy"
:
{
"pressure_values"
:
"site_194$dept_1022$line_287$equipment_3824$tag_6663"
},
"start_absolute"
:
"01/10/2020 00:00:00"
,
"end_absolute"
:
"30/11/2020 00:00:00"
,
"shared_volume"
:
"/mnt"
"shared_volume"
:
"/mnt"
,
"end_absolute"
:
"30/11/2020 00:00:00"
,
"start_absolute"
:
"01/10/2020 00:00:00"
,
"tag_hierarchy"
:{
"pressure_values"
:
"site_194$dept_1022$line_287$equipment_3824$tag_6663"
},
"metric_name"
:
"ilens.live_data.raw"
,
"kairosdb_url"
:
"http://192.168.0.207:8080 "
,
"aggregation_ops"
:
"MAX"
,
"aggregation_sampling_value"
:
"1"
,
"aggregation_sampling_unit"
:
"Days"
,
"aggregation_alignment"
:
"None"
}
```
### Run Docker Container mounting the same directory to which the csv file is to be written
```
docker run -v /mnt:/mnt -e config='{"kairosdb_url": "http://192.168.0.207:8080",' \
'"metric_name": "ilens.live_data.raw",' \
'"tag_hierarchy": {"pressure_values":"site_194$dept_1022$line_287$equipment_3824$tag_6663"},' \
'"start_absolute": "01/10/2020 00:00:00",' \
'"end_absolute": "30/11/2020 00:00:00",' \
'"shared_volume": "/mnt"}' batch-multi-karios-read-component:v0.1
docker run
-v /mnt:/mnt
-e shared_volume="/mnt"
-e end_absolute="30/11/2020 00:00:00"
-e start_absolute="01/10/2020 00:00:00"
-e tag_hierarchy='{"pressure_values":"site_194$dept_1022$line_287$equipment_3824$tag_6663"}'
-e metric_name=ilens.live_data.raw
-e kairosdb_url=http://192.168.0.207:8080
-e aggregation_ops=MAX
-e aggregation_sampling_value=1
-e aggregation_sampling_unit=Days
-e aggregation_alignment=None
azacrknowledgelens.azurecr.io/ai-forecasting/batch-multi-karios-read-component:v0.7
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment