Skip to content

Commit

Permalink
Comparaison pages names and links (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Nov 27, 2024
1 parent 1181222 commit 79eab25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions blog/2024-07-12-airflow-alternatives/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ In terms of performance, Prefect is the second slowest job orchestrator we have

To learn more about Prefect, you can check out our [comparison between Prefect and Windmill](/docs/compared_to/prefect).

![Prefect Flow runs](https://docs.prefect.io/2.10.12/img/ui/flow-run-page.png "Prefect Flow runs")
> Prefect Flow runs ([source](https://docs.prefect.io/2.10.12/img/ui/flow-run-page.png))
![Prefect Flow runs](https://orion-docs.prefect.io/2.6/img/tutorials/first-steps-ui.png "Prefect Flow runs")
> Prefect Flow runs ([source](https://orion-docs.prefect.io/2.6/img/tutorials/first-steps-ui.png))
### Dagster

Expand Down Expand Up @@ -151,6 +151,8 @@ These editors can be mixed together in Windmill, as scripts created in the Scrip
<UseCasesSvg className="scaled-svg" style={{ width: '90%', height: '90%' }} />
</div>

<br/>

> Click on each item to learn more.
<br/>
Expand All @@ -173,8 +175,8 @@ Mage focuses on simplicity with a pretty and intuitive UI, and on speed with rea

Mage will be a suitable tool for data scientists and data engineers who prioritize ease of use to focus on managing data pipelines.

![Mage AI analytics](https://www.mage.ai/images/pages/home/screenshots/v5/Preview.png "Mage AI analytics")
> Mage AI analytics ([source](https://www.mage.ai/images/pages/home/screenshots/v5/Preview.png))
![Mage AI analytics](https://miro.medium.com/v2/resize:fit:1400/0*IzjjDLJEdO4O_5W0 "Mage AI analytics")
> Mage AI analytics ([source](https://miro.medium.com/v2/resize:fit:1400/0*IzjjDLJEdO4O_5W0))
### Kestra

Expand Down
2 changes: 1 addition & 1 deletion docs/compared_to/kestra.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import DocCard from '@site/src/components/DocCard';
import TaskDurationBarChart from '@site/src/components/TaskDurationBarChart';

# Kestra compared to Windmill
# Alternative to Kestra for workflow orchestration

![Windmill Kestra](../assets/compared_to/windmill_kestra.png 'Windmill Kestra')

Expand Down
10 changes: 5 additions & 5 deletions docs/compared_to/prefect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ import TaskDurationBarChart from '@site/src/components/TaskDurationBarChart';
Both Windmill and Prefect support writing complex workflows and ETL with code and run them at scale.
We highlight below the main differences between the 2 on the following axis:

- [Open Source and Hosting](#open-source-and-hosting)
- [Workflows and Code](#workflows-and-code)
- [Open source and hosting](#open-source-and-hosting)
- [Workflows and code](#workflows-and-code)
- [Triggers](#triggers)
- [Execution Runtime and Coldstarts](#execution-runtime-and-coldstarts)
- [Execution runtime and coldstarts](#execution-runtime-and-coldstarts)
- [Benchmark #1](#benchmark-1)
- [Benchmark #2](#benchmark-2)
- [Observability and Monitoring](#observability-and-monitoring)
- [Observability and monitoring](#observability-and-monitoring)
- [Windmill AI](#windmill-ai)
- [Pricing](#pricing)
- [Scripts and Apps](#scripts-and-apps)
- [Scripts and apps](#scripts-and-apps)

<a href="https://www.prefect.io/" rel="nofollow"> Prefect </a> is a data workflow management system, designed to help teams build, run, and monitor data workflows. It provides tools for orchestrating data pipelines, managing their execution, and ensuring data integrity.

Expand Down

0 comments on commit 79eab25

Please sign in to comment.