Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add drop into chunk values tags #6

Open
oalam opened this issue Jan 31, 2020 · 1 comment
Open

add drop into chunk values tags #6

oalam opened this issue Jan 31, 2020 · 1 comment
Milestone

Comments

@oalam
Copy link
Member

oalam commented Jan 31, 2020

analyse SAX string and check if there's a 2 or 3 letter drop and add a tag accordingly with correct timestamp

@oalam oalam added this to the v1.1.0 milestone Jan 31, 2020
@MiniPlayer
Copy link
Contributor

MiniPlayer commented Feb 13, 2020

Related to #5 ,
The tags should be added in a separate Collection than chunks.
We called for exemple this collection "annotations".
Each particular event would be indexed in this collection in the following format :

  {
    "time": 1581075145188,
    "timeEnd": 1581075145188,
    "text": "drop of 3 detected",
    "tags": [
      "metric_1", "drop"
    ]
  }

@oalam oalam modified the milestones: v1.3, v1.5 Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants