I want to do ETL and I want to do it in python. What tools do I have access to?
-
Orca is a lightweight pandas centric library for building simple data pipelines
-
Luigi - seems to be for very heavy weight projects
-
Airflow from Airbnb - not used this yet
-
night-shift - lightweight data flow.
I wouldn't say Luigi is "very heavy weight" but it's certainly aimed at for production ETL with a bunch of features for automation, monitoring, retries, and stuff.