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.
14 Blueprints
Poll SAP HANA for new high-value transactions and alert the finance team in Slack in near real time.
Run a Kestra workflow automatically whenever a Snowflake query returns matching rows.
Fetch data from a REST API and publish it to a Kafka topic with Kestra.
Refresh a daily sales aggregate in Postgres, then publish three differently-shaped completion events to independent NATS subjects for fulfillment, analytics, and audit teams.
Poll Oracle for new orders, enrich them with customer data, claim the exact batch, and MERGE it into a mart table so replays never duplicate.
Stream MySQL change data capture events with Debezium and fire a Slack alert the instant a row is deleted.
Watch a Vertica table for new rows, post one batched Slack alert, then mark only the alerted ids processed.
Stream Google Cloud Pub/Sub messages into Postgres in real time, one governed Kestra execution per message, with safe upserts and Teams alerts.
After a scheduled BigQuery aggregation, publish a completion event to a Google Cloud Pub/Sub topic so downstream consumers and flows react.
Publish each row of a CSV file as a message to a RabbitMQ exchange with Kestra.
A realtime Kafka trigger starts one execution per record, branches on the payload, and alerts Slack on anomalies.
Capture Postgres row changes with Debezium CDC, then notify Slack and process the new data in Python automatically.
Stream Apache Pulsar messages straight into MySQL in real time, one row per event.
React to every Redis List push in real time and stream the event straight into Apache Cassandra.