{"id":20640116,"url":"https://github.com/maresb/simple-airflow","last_synced_at":"2026-04-23T09:38:27.265Z","repository":{"id":229379690,"uuid":"775727042","full_name":"maresb/simple-airflow","owner":"maresb","description":"A simple Docker Compose based Airflow using LocalExecutor and Docker provider","archived":false,"fork":false,"pushed_at":"2025-02-14T18:20:35.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T11:38:05.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maresb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-21T23:38:17.000Z","updated_at":"2025-02-14T18:20:38.000Z","dependencies_parsed_at":"2024-03-23T23:29:11.245Z","dependency_job_id":"0e6a2e87-b110-4b88-ae06-b174d4e3fe85","html_url":"https://github.com/maresb/simple-airflow","commit_stats":null,"previous_names":["maresb/simple-airflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maresb/simple-airflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maresb%2Fsimple-airflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maresb%2Fsimple-airflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maresb%2Fsimple-airflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maresb%2Fsimple-airflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maresb","download_url":"https://codeload.github.com/maresb/simple-airflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maresb%2Fsimple-airflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27564953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-07T02:00:07.896Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T15:28:01.631Z","updated_at":"2025-12-07T09:03:10.386Z","avatar_url":"https://github.com/maresb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple minimal Airflow setup\n\n## Introduction\n\nHere is a slim Airflow setup with the following conditions:\n\n* Provision with Docker Compose.\n* Replace `CeleryExecutor` by `LocalExecutor` and remove Redis/Flower.\n* Enable the Docker provider.\n* Provide a clean and concise Git history showing the individual alterations to the [standard configuration](https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html).\n* Use socat to access `/var/run/docker.sock` to avoid permissions issues with the Airflow user.\n\nAlso, I want to be able to use Airflow in a project where it isn't installed in that project's environment, only running via Docker Compose. Towards this end, I created the [airflow-stubs](https://github.com/maresb/airflow-stubs) package.\n\n## Running Airflow\n\nTo start Airflow,\n\n```bash\ngit clone https://github.com/maresb/simple-airflow.git\ncd simple-airflow\nmkdir -p ./dags ./logs ./plugins ./config\necho -e \"AIRFLOW_UID=$(id -u)\" \u003e .env\ndocker compose up airflow-init\ndocker compose up\n```\n\nOpen \u003chttp://localhost:8080\u003e with the credentials `airflow`/`airflow`.\n\nFor more details, refer to the [official instructions](https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaresb%2Fsimple-airflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaresb%2Fsimple-airflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaresb%2Fsimple-airflow/lists"}