process data edits

pull/119/head
Kelly 2019-04-02 13:25:22 -07:00
parent 79238a541f
commit f34b72c863
1 changed files with 6 additions and 9 deletions

View File

@ -11,17 +11,14 @@ weight: 5
v2.0/tags: [tasks]
---
InfluxDB's _**task engine**_ is designed for processing and analyzing data.
A task is a scheduled Flux query that take a stream of input data, modify or
analyze it in some way, then perform an action.
Examples include data downsampling, anomaly detection _(Coming)_, alerting _(Coming)_, etc.
Process and analyze your data with tasks in the InfluxDB _**task engine**. Use tasks (scheduled Flux queries)
to input a data stream and then analyze, modify, and act on the data accordingly.
Discover how to configure and build tasks using the InfluxDB user interface (UI) and the `influx` command line interface (CLI).
You'll find examples of data downsampling, anomaly_(Coming)_, alerting _(Coming)_, and other common tasks.
{{% note %}}
Tasks are a replacement for InfluxDB v1.x's continuous queries.
Tasks replace InfluxDB v1.x's continuous queries.
{{% /note %}}
The following articles explain how to configure and build tasks using the InfluxDB user interface (UI)
and via raw Flux scripts with the `influx` command line interface (CLI).
They also provide examples of commonly used tasks.
{{< children >}}