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

Integrate new query engine from InfluxDB [WIP] #280

Merged
merged 2 commits into from
Mar 8, 2016
Merged

Conversation

nathanielc
Copy link
Contributor

This is a large breaking change to the Kapacitor API.

The explicit handling of Map/Reduce jobs is now abstracted away. Now TICKscipts look like this:

stream.from()...
    .mean('value')

instead of

stream.from()...
    .mapReduce(influxql.mean('value'))

More docs and explanations to come.

nathanielc pushed a commit that referenced this pull request Mar 8, 2016
Integrate new query engine from InfluxDB
@nathanielc nathanielc merged commit f6c56b7 into master Mar 8, 2016
@nathanielc nathanielc deleted the nc-issue#249 branch March 8, 2016 15:33
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.

1 participant