Skip to content

Commit

Permalink
Update Main.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Sep 13, 2023
1 parent c715679 commit ca37f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/vs/prefect/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<Section>
<div>
<h2>About Kestra & Prefect</h2>
<h2>Kestra vs. Prefect</h2>
<p>Kestra is an open-source orchestrator designed to bring Infrastructure as Code (IaC) best practices to all workflows — from those orchestrating mission-critical operations, business processes, and data pipelines to simple Zapier-style automations. Built with an API-first philosophy, Kestra enables users to define and manage data pipelines through a simple YAML configuration file. This approach frees you from being tied to a specific client implementation, allowing for greater flexibility and easier integration with various tools and services.</p>
<p>While Prefect provides a flexible API, the orchestration logic is currently tied to Python only. Any change to your workflow configuration requires redeploying container images, leading to complex deployment patterns and slow feedback loops. Additionally, Prefect requires you to manage complicated infrastructure with workers and queues before you can schedule any workflow. Kestra is more lightweight — you can get to a scheduled workflow in less than 5 minutes without having to manage any complex infrastructure components. Kestra offers dedicated infrastructure provided with worker groups only when you need more control for advanced use cases.</p>
</div>
Expand Down

1 comment on commit ca37f26

@vercel
Copy link

@vercel vercel bot commented on ca37f26 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io.vercel.app
kestra-io-kestra.vercel.app
kestra-io-git-main-kestra.vercel.app

Please sign in to comment.