influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
72 stars 267 forks source link

InfluxDB v2 - Downsample data with Quix Streams #5446

Closed SteveRosam closed 5 months ago

SteveRosam commented 5 months ago

This is an alternative to the existing downsampling article that uses Flux.

Quix is collaborating with Influxdata to act as a pure Python alternative to Kapacitor+Flux.

The audience is folks who:

know Python already and/or don't want to learn a DSL, and possibly those who want to process data more "Pythonically" rather than mixing SQL syntax and Python. FYI: Quix is both a runtime platform (Quix Cloud) and data processor (Quix Streams python library). The aim of the article is to show how downsampling can be done in a continuous real-time process using pure Python rather than Flux.

Note that I have proposed updating the menu to be:

[x] Signed the InfluxData CLA (if necessary) [x] Rebased/mergeable