Forecasting and Predictive analytics capabilities of InfluxDB

I’m currently exploring forecasting and Predictive analytics capabilities within InfluxDB for time-series data. Could you please provide insights into the open-source forecasting methods available within InfluxDB?
I have seen the holtWinters() functions in flux but now that is going in maintenance mode. Any recommendations, examples, or resources related to forecasting with InfluxDB would be greatly appreciated.

Thank you in advance for your assistance!

Hello @Kevin_2306,
The forecasting options are limited to that.
I would suggest using another tool with InfluxDB.
You can look at this org for examples:

So I would use the python client library and another tool.

Also this is a good resource for tutorials:

I’d search for forecasting and anomaly detection because you might be able to repurpose some of the anomaly detection examples for a forecasting use case.

Out of curiosity. What are you doing with InfluxDB and forecasting?

Hello @Anaisdg ,

We currently hold IoT device data within InfluxDB, and we are exploring tools that seamlessly integrate with InfluxDB for real-time forecasting of this data.