{"id":21917132,"url":"https://github.com/shuyib/just-getting-started-airflow","last_synced_at":"2025-10-06T20:36:41.117Z","repository":{"id":92965474,"uuid":"502664591","full_name":"Shuyib/just-getting-started-airflow","owner":"Shuyib","description":"Examples from Data pipelines with Apache Airflow book. https://www.manning.com/books/data-pipelines-with-apache-airflow","archived":false,"fork":false,"pushed_at":"2023-05-08T20:32:43.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T09:43:39.027Z","etag":null,"topics":["data-pipeline","dev-ops"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuyib.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":"2022-06-12T16:09:58.000Z","updated_at":"2022-06-12T16:19:40.000Z","dependencies_parsed_at":"2025-01-27T09:40:36.263Z","dependency_job_id":"3a799982-56ac-44db-ba65-f591b9d87ed8","html_url":"https://github.com/Shuyib/just-getting-started-airflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shuyib/just-getting-started-airflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuyib%2Fjust-getting-started-airflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuyib%2Fjust-getting-started-airflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuyib%2Fjust-getting-started-airflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuyib%2Fjust-getting-started-airflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuyib","download_url":"https://codeload.github.com/Shuyib/just-getting-started-airflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuyib%2Fjust-getting-started-airflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278674496,"owners_count":26026338,"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-10-06T02:00:05.630Z","response_time":65,"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":["data-pipeline","dev-ops"],"created_at":"2024-11-28T19:23:58.766Z","updated_at":"2025-10-06T20:36:41.095Z","avatar_url":"https://github.com/Shuyib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a practice repo where I run production ready airflow projects at least according to me.\n\n1. Create a virtual environment  \n\n```bash\npython -m venv .venv\n```  \n\n2. Activate virtual environment  \n\n```bash\nsource .venv/bin/activate\n```\n\n3. Update and install dependecies  \n\n```bash\npip install --upgrade pip \u0026\u0026 pip install -r requirements.txt\n```\n\n4. Running locally. It has loads of requirements.\n`airflow db init`  - long output with Initialization done at the end.\n`airflow users create --username admin --password admin firstname Anonymous --lastname Admin --role Admin --email admin@example.org`\n`airflow users create \\\n          --username admin \\\n          --firstname FIRST_NAME \\\n          --lastname LAST_NAME \\\n          --role Admin \\\n          --email admin@example.org\n`\nPrompt for the password. You can add the one above. The last two are continuous processes therefore you need the terminal to be open at runtime.\n\n`airflow webserver`\n`airflow scheduler`\n\n\n- Copy the `*.py` files that you want scheduled to the ~/airflow/dags/\n\n- Start up the webserver  \n`airflow webserver`  \n\n- Start up the scheduler \u0026 trigger the dag to run using the UI\n`airflow scheduler`\n\n5. Save time and run in a Makefile but remember to add the .venv to your bash profile.  \n\n```bash\nmake build run  \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuyib%2Fjust-getting-started-airflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuyib%2Fjust-getting-started-airflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuyib%2Fjust-getting-started-airflow/lists"}