{"id":23238203,"url":"https://github.com/zkan/hello-airflow","last_synced_at":"2025-08-19T23:32:45.703Z","repository":{"id":15951885,"uuid":"72179369","full_name":"zkan/hello-airflow","owner":"zkan","description":"Hello, Airflow!","archived":false,"fork":false,"pushed_at":"2024-05-08T01:20:29.000Z","size":207,"stargazers_count":3,"open_issues_count":9,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-08T07:28:32.565Z","etag":null,"topics":["airflow","apache-airflow","data","data-pipeline","pipeline","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-10-28T06:18:25.000Z","updated_at":"2024-05-08T01:20:33.000Z","dependencies_parsed_at":"2024-04-07T02:39:25.509Z","dependency_job_id":"7b28672e-4807-46ac-a406-6d59f73ff17b","html_url":"https://github.com/zkan/hello-airflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkan%2Fhello-airflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkan%2Fhello-airflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkan%2Fhello-airflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkan%2Fhello-airflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkan","download_url":"https://codeload.github.com/zkan/hello-airflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230374242,"owners_count":18216044,"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","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":["airflow","apache-airflow","data","data-pipeline","pipeline","python"],"created_at":"2024-12-19T04:17:02.027Z","updated_at":"2024-12-19T04:17:02.662Z","avatar_url":"https://github.com/zkan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello, Airflow!\n\n## Running Airflow in Docker\n\n```bash\nmkdir -p ./mnt/dags ./mnt/logs ./mnt/plugins ./mnt/config ./mnt/tests\necho -e \"AIRFLOW_UID=$(id -u)\" \u003e .env\n```\n\n```bash\ndocker compose up\n```\n\n**Ref:** https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html\n\n## Running on Local Machine\n\n```sh\nAIRFLOW_VERSION=2.1.2\nPYTHON_VERSION=\"$(python --version | cut -d \" \" -f 2 | cut -d \".\" -f 1-2)\"\nCONSTRAINT_URL=\"https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt\"\npip install \"apache-airflow==${AIRFLOW_VERSION}\" --constraint \"${CONSTRAINT_URL}\"\n```\n\nReference: https://airflow.apache.org/docs/apache-airflow/stable/installation.html#constraints-files\n\n```sh\nexport AIRFLOW_HOME=/Users/zkan/Labs/hello-airflow/airflow\n```\n\n```sh\nairflow db init\nairflow users create --username admin --firstname Kan --lastname Ouivirach --role Admin --email kan@odds.team\n```\n\n```sh\nairflow webserver --port 8080\n```\n\n```sh\nairflow scheduler\n```\n\n## Running with Docker Compose\n\n```sh\ndocker compose up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkan%2Fhello-airflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkan%2Fhello-airflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkan%2Fhello-airflow/lists"}