Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
The first step is always the hardest. Search or browse to kick-start your next flow.
10 Blueprints
Write many Redis keys in parallel from a single JSON input, fanning out one SET per entry.
Build governed staging and mart data assets with DuckDB while Kestra captures end-to-end lineage automatically.
Cache an expensive extract task with taskCache and join the data in DuckDB to compute profit per transaction.
An end-to-end extract, transform, load pipeline that pulls JSON from an API, cleans it in Python, and aggregates it with DuckDB.
Download a CSV from any public URL and bulk-load it into PostgreSQL using the fast native COPY protocol.
Query Apache Druid with SQL, export to CSV, and analyze the results in Python with Pandas.
Run a GPU-accelerated Python script on Modal's serverless cloud, orchestrated end to end with Kestra.
Fan out a list of data partitions and process each one in parallel with isolated Python scripts in Docker, capturing row-count and timing metrics.
Run a parametrized Python script in Kestra that emits downloadable files, named outputs, and custom metrics.
Download a remote CSV, create the target table with DDL, and bulk load it into Postgres on a single Kestra flow.