Get started with Kestra in 4 minutes.
A Perplexity plugin to use Perplexity with Kestra.
This repository contains Kestra plugin tasks to interact with Perplexity.
- Java 21
- Docker
./gradlew check --parallel
VSCode
:
Follow the README.md within the .devcontainer
folder for a quick and easy way to get up and running with developing plugins if you are using VSCode.
Other IDEs
:
./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
- Full documentation can be found under: kestra.io/docs
- Documentation for developing a plugin is included in the Plugin Developer Guide
Apache 2.0 © Kestra Technologies
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.