Storing timeseries data summary in cockrochdb

Added new functionality to browbeat-ml to upload summarized features of
timeseries data obtained from graphite to cockroachdb

Change-Id: Ie2cd32bb016b2a1d179ce1c8f82efb36b533524d
This commit is contained in:
Aakarsh Gopi 2017-10-10 20:51:36 -04:00 committed by Aakarsh
parent 78e068fbe8
commit 544d87c984
1 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@
- debug: msg="{{ browbeatml_summary.stdout_lines }}"
- name: Upload timeseries data summaries to cockroach db
shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --upload-timesummary {{browbeat_uuid.stdout}}"