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

Read query semantics #30

Closed
1 of 4 tasks
at15 opened this issue May 5, 2017 · 2 comments
Closed
1 of 4 tasks

Read query semantics #30

at15 opened this issue May 5, 2017 · 2 comments

Comments

@at15
Copy link
Member

at15 commented May 5, 2017

Now need to have the syntax and semantics for read #9 , mainly three problems

Other problems

  • human friendly syntax, like last 5 min instead of epoch

Ref

@at15 at15 added this to the 0.1.0 milestone May 5, 2017
@at15 at15 self-assigned this May 5, 2017
@at15 at15 added this to DOING in Query language May 5, 2017
at15 added a commit that referenced this issue May 5, 2017
- use json to represent AST for `and`, `or`, similar to Heroic, but
much clearer
- moving aggreation is supported by `granularity`, like use `sum`
aggregation with `granularity` of `1day` is moving average of 1 day
- it allows operation between cloumns, which is more like compare
between (across) series, but there is not need to return two series data when
you have series1 == series2
@at15
Copy link
Member Author

at15 commented May 5, 2017

Druid's syntax is pretty clear, KairosDB only allow AND, IN for tags, while it might be useful to have OR and regexp for tags

at15 added a commit that referenced this issue May 6, 2017
- filter is like AST
- aggregator is applied within a series, not across series
at15 added a commit that referenced this issue May 6, 2017
- need to use alias when decode, same as readRequest in #29
- [ ] FIXME: can't omit empty custom type, guess golang can only ignore
primitive types
- add `.vscode` to gitignore
- add Kafka to survey, it uses mmap and sendfile
@at15 at15 added api and removed working labels May 31, 2017
@at15
Copy link
Member Author

at15 commented Feb 15, 2018

Close in favor of #60

@at15 at15 closed this as completed Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant