Member-only story
Apache Airflow Running on a Raspberry PI
I had an underutilized raspberry pi, running raspian headless.
I set it up a couple of months back to run pihole
To utilise my pi further, I decided to see if I could run Airflow on it. I have used airflow in the past to run python tasks and thought it could come in handy for running some automation tasks at home.
Turns out it is very easy to set up and runs really well!
What is Airflow
Apache Airflow
Airflow is a platform created by the community to programmatically author, schedule and monitor workflows.
Setting up PreRequisites
First SSH onto the raspberry pi.
The version I am running of Raspian was Raspbian GNU/Linux 10 (buster)