From e99918f13a4065b5923f827ec5a38851b14f9155 Mon Sep 17 00:00:00 2001 From: apo77yon <126520850+apo77yon@users.noreply.github.com> Date: Thu, 30 Mar 2023 18:37:57 -0700 Subject: [PATCH] Create luigi.md --- technologies/luigi.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 technologies/luigi.md diff --git a/technologies/luigi.md b/technologies/luigi.md new file mode 100644 index 0000000..fd11677 --- /dev/null +++ b/technologies/luigi.md @@ -0,0 +1,6 @@ +## luigi + +
+ +* a python package that helps you build complex pipelines of batch jobs. +* [here is how a task looks like](https://luigi.readthedocs.io/en/stable/tasks.html)