influxdata / kapacitor

Open source framework for processing, monitoring, and alerting on time series data
MIT License
2.32k stars 492 forks source link

Feature request: random stream access #2356

Open rvvincelli opened 4 years ago

rvvincelli commented 4 years ago

Hello team,

We are getting to know the TICK stack experimenting with InfluxDB and Kapacitor. We are really impressed by how rich and easy the TICKscript DSL is, and also by the huge number of supported integrations.

Specifically for a use case we have, we aim at syncing an on-prem InfluxDB site with a remote Kafka-compatible one. The Kafka integration works like a charm, very easy to setup with the Kapacitor configuration file.

What we are after is basically: an InfluxDB -> Kafka mirror. Ideally we would like to stream InfluxDB from the very beginning of a set, or some time t in general. But we see in the API that stream() does not accept arguments, i.e. stream(t) or something like this.

Two questions:

Thank you in advance,

cc @demadred

RomuuuJP commented 2 years ago

I got the same problem. Hope there's a SATISFIED solution. Btw, thank someone in advance,