-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d6d074
commit ee4527c
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
Official repository for Kestra Blueprints. | ||
<p align="center"> | ||
<a href="https://www.kestra.io"> | ||
<img src="https://kestra.io/banner.png" alt="Kestra workflow orchestrator" /> | ||
</a> | ||
</p> | ||
|
||
<h1 align="center" style="border-bottom: none"> | ||
Event-Driven Declarative Orchestrator | ||
</h1> | ||
|
||
<div align="center"> | ||
<a href="https://github.com/kestra-io/kestra/releases"><img src="https://img.shields.io/github/tag-pre/kestra-io/kestra.svg?color=blueviolet" alt="Last Version" /></a> | ||
<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> | ||
<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> | ||
<a href="https://kestra.io"><img src="https://img.shields.io/badge/Website-kestra.io-192A4E?color=blueviolet" alt="Kestra infinitely scalable orchestration and scheduling platform"></a> | ||
<a href="https://kestra.io/slack"><img src="https://img.shields.io/badge/Slack-Join%20Community-blueviolet?logo=slack" alt="Slack"></a> | ||
</div> | ||
|
||
<br /> | ||
|
||
<p align="center"> | ||
<a href="https://twitter.com/kestra_io"><img height="25" src="https://kestra.io/twitter.svg" alt="twitter" /></a> | ||
<a href="https://www.linkedin.com/company/kestra/"><img height="25" src="https://kestra.io/linkedin.svg" alt="linkedin" /></a> | ||
<a href="https://www.youtube.com/@kestra-io"><img height="25" src="https://kestra.io/youtube.svg" alt="youtube" /></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://go.kestra.io/video/product-overview" target="_blank"> | ||
<img src="https://kestra.io/startvideo.png" alt="Get started in 4 minutes with Kestra" width="640px" /> | ||
</a> | ||
</p> | ||
<p align="center" style="color:grey;"><i>Get started with Kestra in 4 minutes.</i></p> | ||
|
||
# Kestra Blueprints | ||
|
||
The official Kestra Blueprints library can be found under [kestra.io/docs](https://kestra.io/blueprints). | ||
|
||
Blueprints are a curated, organized, and searchable catalog of ready-to-use examples designed to help you kickstart your workflow. | ||
|
||
Each Blueprint combines code and documentation and can be assigned several tags for organization and discoverability. | ||
|
||
## Contributing Tips | ||
|
||
Make sure that the file name matches the namespace and flow id of your blueprint. |