Skip to content

kestra-io/plugin-influxdb

Repository files navigation

Kestra workflow orchestrator

Event-Driven Declarative Orchestrator

Last Version License Github star
Kestra infinitely scalable orchestration and scheduling platform Slack

twitter linkedin youtube


Get started in 4 minutes with Kestra

Get started with Kestra in 4 minutes.

Kestra InfluxDB Plugin

This plugin provides tasks and triggers for interacting with InfluxDB.

Features

  • Execute Flux queries
  • Execute InfluxQL queries
  • Write data to InfluxDB
  • Trigger flows based on query results

Kestra orchestrator

Running the project in local

Prerequisites

  • Java 21
  • Docker

Running tests

./gradlew check --parallel

Launching the whole app

./gradlew shadowJar && docker build -t kestra-custom . && docker run --rm -p 8080:8080 kestra-custom server local

Note

You need to relaunch this whole command everytime you make a change to your plugin

go to http://localhost:8080, your plugin will be available to use

Documentation

License

Apache 2.0 © Kestra Technologies

Stay up to date

We release new versions every month. Give the main repository a star to stay up to date with the latest releases and get notified about future updates.

Star the repo

About

Tasks that query and write time series data in InfluxDB.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Languages