project Utilities / Python Influxdb Downsample avatar

utilities/python_influxdb_downsample#28: End of Life



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker

Milestone: EOL Won't Fix
Created: 08-Jul-25 09:00



Description

Downsample was originally written as a way to perform downsampling of time-series data in InfluxDB without adding additional load to the InfluxDB instance itself.

Its intended usage model was like that of Kapacitor, moving the CPU and RAM cost of aggregating data to the downsample node.

However, development ceased once the basic functionality was implemented and it's unlikely that there'll be much cause to pick it back up:

  • Downsample relies on Flux, which isn't available in InfluxDB 3, so I'd need to implement SQL support (#24)
  • My data is currently in InfluxDB v1 and v2, so I wouldn't actually be able to use the SQL support until I'd migrated

The current implementation does what I need of it so, rather than risking introducing new bugs, I'm ceasing development.



Toggle State Changes

Activity