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
69 stars 260 forks source link

Adding alternative downsampling examples - Using Quix #5451

Closed SteveRosam closed 2 months ago

SteveRosam commented 2 months ago

Adding alternative downsampling examples - Using Quix.

This PR includes changes to:

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 articles is to show how downsampling can be done in a continuous real-time process using pure Python.

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

SteveRosam commented 2 months ago

@sanderson thank you. That must have taken some considerable time to go though. I have implemented all your suggestions. Should be good to go now.