Skip to content

Commit 005e3fa

Browse files
committed
Update README.md
1 parent f891ac6 commit 005e3fa

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ and build them with Salt framework.
88

99
After 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
1414
that 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
1717
to execute.
1818

19+
Tasks in the Workflows are coded using Salt framework.
20+
1921
## Getting Started
2022
Salt development requires `pdm` Python Package manager to be installed.
2123

0 commit comments

Comments
 (0)