docs-v2/content/influxdb/v2.0/process-data/_index.md

27 lines
890 B
Markdown
Raw Normal View History

---
title: Process Data with InfluxDB tasks
seotitle: Process Data with InfluxDB tasks
description: >
InfluxDB's task engine runs scheduled Flux tasks that process and analyze data.
This collection of articles provides information about creating and managing InfluxDB tasks.
menu:
influxdb_2_0:
name: Process data
weight: 4
influxdb/v2.0/tags: [tasks]
---
Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries)
2019-04-02 20:25:22 +00:00
to input a data stream and then analyze, modify, and act on the data accordingly.
Discover how to create and manage tasks using the InfluxDB user interface (UI)
and the `influx` command line interface (CLI).
Find examples of data downsampling, anomaly detection _(Coming)_, alerting
_(Coming)_, and other common tasks.
2019-01-18 19:12:28 +00:00
{{% note %}}
Tasks replace InfluxDB v1.x continuous queries.
2019-01-18 19:12:28 +00:00
{{% /note %}}
{{< children >}}