Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion influxdata/library/plugin_library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugin_library": {
"version": "1.0.0",
"last_updated": "2025-12-04T20:49:08+03:00",
"last_updated": "2026-01-08T16:30:00+00:00",
"plugins": [
{
"name": "Downsampler",
Expand Down Expand Up @@ -163,6 +163,17 @@
"required_libraries": [],
"last_update": "2025-12-04",
"trigger_types_supported": ["scheduler"]
},
{
"name": "Synthefy Forecasting",
"path": "synthefy/synthefy-forecasting/synthefy_forecasting.py",
"description": "Integrates Synthefy Forecasting API with InfluxDB 3 to enable on-demand time series forecasting via HTTP requests. Reads time series data from InfluxDB, generates forecasts using Synthefy's advanced forecasting models (sfm-tabular, Migas-latest, Chronos2, Moirai2, TimesFM, etc.) and writes the results back to InfluxDB for visualization and alerting. Supports multivariate forecasting with metadata fields as covariates.",
"author": "Synthefy",
"docs_file_link": "https://github.com/influxdata/influxdb3_plugins/blob/main/synthefy/synthefy-forecasting/README.md",
"required_plugins": [],
"required_libraries": ["pandas", "httpx"],
"last_update": "2026-01-08",
"trigger_types_supported": ["http"]
}
]
}
Expand Down
Loading