Skip to content

Commit 9ce5fde

Browse files
MartinRstJPHaus
andauthored
Add Kestra in workflow orchestration tools (#71)
* Create Kestra.md * Apply suggestions from code review --------- Co-authored-by: JP (he/him) <[email protected]>
1 parent c78f81c commit 9ce5fde

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
tags:
3+
- seedling
4+
publish: true
5+
---
6+
7+
<div align="left">
8+
<a href="https://github.com/kestra-io/kestra/blob/develop/LICENSE"><img src="https://img.shields.io/github/license/kestra-io/kestra?color=blueviolet" alt="License" /></a>
9+
<a href="https://github.com/kestra-io/kestra/stargazers"><img src="https://img.shields.io/github/stars/kestra-io/kestra?color=blueviolet&logo=github" alt="GitHub star" /></a> <br>
10+
</div>
11+
12+
[Kestra](https://github.com/kestra-io/kestra) is a universal open-source orchestrator that makes both **scheduled** and **event-driven** workflows easy. By bringing **Infrastructure as Code** best practices to data, process, and microservice orchestration, you can build reliable workflows and manage them with confidence.
13+
14+
In just a few lines of code, you can create a flow directly from the UI. Thanks to the declarative YAML interface for defining orchestration logic, business stakeholders can participate in the workflow creation process.
15+
16+
Kestra offers a versatile set of **language-agnostic** developer tools while simultaneously providing an intuitive user interface tailored for business professionals. The YAML definition gets automatically adjusted any time you make changes to a workflow from the UI or via an API call. Therefore, the orchestration logic is always managed **declaratively in code**, even if some workflow components are modified in other ways (UI, CI/CD, Terraform, API calls).
17+
18+
## Kestra Official Documentation
19+
20+
The official Kestra documentation can be found under [kestra.io/docs](https://kestra.io/docs).
21+
22+
## This note in GitHub
23+
24+
%% wiki footer: Please don't edit anything below this line %%
25+
26+
<span class="git-footer">[Edit In GitHub](https://github.dev/data-engineering-community/data-engineering-wiki/blob/main/Tools/Workflow%20Orchestrators/Kestra.md "git-hub-edit-note") | [Copy this note](https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/main/Tools/Workflow%20Orchestrators/Kestra.md "git-hub-copy-note")</span>
27+
28+
<span class="git-footer">Was this page helpful?
29+
[👍](https://tally.so/r/mOaxjk?rating=Yes&url=https://dataengineering.wiki/Tools/Workflow%20Orchestrators/Kestra) or [👎](https://tally.so/r/mOaxjk?rating=No&url=https://dataengineering.wiki/Tools/Workflow%20Orchestrators/Kestra)</span>

0 commit comments

Comments
 (0)