File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ and build them with Salt framework.
88
99After building the tasks, Salt can schedule them in isolated contexts that have all the dependencies needed to run.
1010
11- ## Why Salt over Airflow
12- Airflow dependency management is complex. Due to the Pythonic structure, it enforces you to use Python and take care
13- of dependencies, docker images and environments, most of the times leading to complex and clashing environments
11+ ## Why Salt
12+ In most workflow managers (e.g. Airflow) dependency management is complex. Due to the Pythonic structure, it enforces you to use Python and take care
13+ of dependencies, docker images and environments, most of the time leading to complex and clashing environments
1414that lead to a lot of work to keep organized.
1515
16- Salt removes all of this. Your DAG is self-contained with its dependencies and does not need anything but Salt framework
16+ Salt tries to remove all of this. Your Workflow is self-contained with its dependencies and does not need anything but Salt framework
1717to execute.
1818
19+ Tasks in the Workflows are coded using Salt framework.
20+
1921## Getting Started
2022Salt development requires ` pdm ` Python Package manager to be installed.
2123
You can’t perform that action at this time.
0 commit comments