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

Implement Continuous Queries #153

Merged
merged 1 commit into from
Jan 17, 2014
Merged

Implement Continuous Queries #153

merged 1 commit into from
Jan 17, 2014

Conversation

toddboom
Copy link
Contributor

Users should be able to specify queries that run constantly on the cluster that feed into another time series. Here are a few examples:

select percentile(value, 95) 
from /stats\.*/
group by time(5m) 
into :series_name.percentiles.5m.95

select count(type) 
from events 
group by time(10m), type 
into events.count_per_type.10m

There should be a REST endpoint that returns which continuous queries are running on the cluster. There should be a DELETE endpoint to terminate a continuous query.

@ghost ghost assigned toddboom Jan 8, 2014
@jvshahid jvshahid merged commit 889b218 into master Jan 17, 2014
@toddboom toddboom deleted the tp-continuous_queries branch January 17, 2014 17:44
jvshahid pushed a commit that referenced this pull request Aug 12, 2014
fix(logging): Fix malformed log statement
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

Successfully merging this pull request may close these issues.

None yet

2 participants