kestra-io/kestra

Event Driven Orchestration & Scheduling Platform for Mission Critical Applications

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 12th, 2025
Created on August 24th, 2019
Open Issues & Pull Requests: 708 (+6)
Number of forks: 2,936
Total Stargazers: 27,900 (+1)
Total Subscribers: 183 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.4 hours
Mean response time: 42.0 days
90th percentile: 83.0 days
Tracked items: 4,687

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 48% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "kind/backport-needed" is answered fastest, typically in under an hour, while "kind/highlight" waits about 5 days. 16% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 548
New in 7 days: 178
Closed in 7 days: 43
Avg open age: 169 days
Stale 30+ days: 250
Stale 90+ days: 157

Recent activity

Opened in 7 days: 176
Closed in 7 days: 36
Comments in 7 days: 122
Events in 7 days: 682

Top labels

  • area/frontend (2,938)
  • area/backend (1,920)
  • good first issue (824)
  • kind/quick-win (767)
  • area/plugin (327)
  • kind/cooldown (292)
  • kind/customer-request (269)
  • kind/backport-needed (154)

Detailed Description

Kestra is an open-source, cloud-native orchestration platform designed for building and running data pipelines and workflows. It distinguishes itself through its focus on readability, maintainability, and developer experience, utilizing a YAML-based declarative approach to define flows. Unlike many orchestration tools that require coding or complex UI interactions, Kestra emphasizes writing workflows as code, making them versionable, testable, and easily shareable.

At its core, Kestra operates on the concept of "flows," which are composed of "tasks." Tasks represent individual units of work, such as executing a shell command, calling an API, running a Spark job, or interacting with cloud services like AWS, Google Cloud, or Azure. These tasks are defined in YAML files and are connected to form a directed acyclic graph (DAG), outlining the execution order and dependencies. Kestra’s strength lies in its extensive library of built-in tasks, covering a wide range of common data engineering and operational needs. Furthermore, users can easily create custom tasks using Python, Java, or Go, extending Kestra’s functionality to suit specific requirements.

The repository itself contains the source code for the Kestra server, CLI, UI, and SDK. The server is written in Kotlin and provides the core orchestration engine, managing flow execution, scheduling, and monitoring. The CLI allows users to interact with the Kestra server, triggering flows, viewing logs, and managing resources. The UI offers a visual representation of flows, execution history, and real-time monitoring capabilities. The SDKs (Python, Java, Go) enable programmatic interaction with Kestra, facilitating integration with other systems and automation of administrative tasks.

Key features of Kestra include its robust scheduling capabilities, supporting cron expressions and event-based triggers. It also provides built-in retry mechanisms, error handling, and alerting. Flows can be parameterized, allowing for dynamic configuration and reuse. Kestra’s security model supports authentication and authorization, controlling access to flows and resources. Importantly, Kestra is designed to be highly scalable and resilient, capable of handling complex workflows and large data volumes. It supports various execution modes, including local execution for development and testing, and distributed execution using Kubernetes for production deployments.

The repository is actively maintained with a strong community contributing to its development. Documentation is comprehensive, including tutorials, examples, and API references. The project follows a clear contribution guide, encouraging community involvement. Recent updates focus on enhancing the UI, improving task performance, and adding support for new cloud services and integrations. Kestra is increasingly being adopted by organizations looking for a modern, developer-friendly orchestration solution that simplifies the creation and management of data pipelines and workflows, offering a compelling alternative to more complex and less approachable tools.