{"id":13485731,"url":"https://github.com/bahchis/airflow-cookbook","last_synced_at":"2026-01-14T23:37:58.697Z","repository":{"id":89235737,"uuid":"44091410","full_name":"bahchis/airflow-cookbook","owner":"bahchis","description":"Airflow workflow management platform chef cookbook.","archived":false,"fork":false,"pushed_at":"2019-07-11T08:48:40.000Z","size":86,"stargazers_count":71,"open_issues_count":3,"forks_count":49,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-12-02T19:46:31.679Z","etag":null,"topics":["airflow","airflow-cookbook","chef-cookbook"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bahchis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2015-10-12T07:31:38.000Z","updated_at":"2025-03-30T01:28:43.000Z","dependencies_parsed_at":"2023-06-14T13:15:13.738Z","dependency_job_id":null,"html_url":"https://github.com/bahchis/airflow-cookbook","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/bahchis/airflow-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahchis%2Fairflow-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahchis%2Fairflow-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahchis%2Fairflow-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahchis%2Fairflow-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bahchis","download_url":"https://codeload.github.com/bahchis/airflow-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahchis%2Fairflow-cookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28439134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["airflow","airflow-cookbook","chef-cookbook"],"created_at":"2024-07-31T18:00:30.719Z","updated_at":"2026-01-14T23:37:58.675Z","avatar_url":"https://github.com/bahchis.png","language":"Ruby","funding_links":[],"categories":["Building","Soluções de deployment do Airflow","Airflow deployment solutions"],"sub_categories":["Workflows"],"readme":"# Airflow Chef Cookbook\n\nInstalls and configures Airflow workflow management platform. More information about Airflow can be found here: https://github.com/airbnb/airflow\n\n\n## Supported Platforms\n\nUbuntu (Tested on 14.04, 16.04).\nCentOS (Tested on 7.2).\n\n## Limitations\n\nThe Airflow **all** and **oracle** packages are not supported, this is due the Oracle package having dependencies which cannot be automatically installed. I will look how to solve this and add support for those packages at later stage.\n\n## Contributing\n\nPlease follow instructions in the [contributing doc](CONTRIBUTING.md).\n\n## Usage\n\n- Use the relevant cookbooks to install and configure Airflow.\n- Use environment variable in /etc/default/airflow (for Ubuntu) or /etc/sysconfig/airflow (for CentOS) to configure Airflow during the startup process. (More info about Airflow environment variables at: [Setting Configuration Options](https://pythonhosted.org/airflow/configuration.html#setting-configuration-options))\n- Make sure to run **airflow initdb** as part of your startup script.\n\n## Recipes\n\n- default - Executes other recipes.\n- directories - Creates required directories.\n- user - Creates OS user and group.\n- packages - Installs OS and pip packages.\n- config - Handles airflow.cfg\n- services - Creates services env file.\n- webserver - Configures service for webserver.\n- scheduler - Configures service for scheduler.\n- worker - Configures service for worker.\n- flower - Configures service for flower.\n- kerberos - Configures service for kerberos.\n- packages - Installs Airflow and supporting packages. \n\n## Attributes\n##### User config\n- [\"airflow\"][\"airflow_package\"] - Airflow package name, defaults to 'apache-airflow'. Use 'airflow' for installing version 1.8.0 or lower.\n- [\"airflow\"][\"version\"] - The version of airflow to install, defaults to latest (nil).\n- [\"airflow\"][\"user\"] - The user Airflow is executed with and owner of all related folders.\n- [\"airflow\"][\"group\"] - Airflow user group.\n- [\"airflow\"][\"user_uid\"] - Airflow user uid\n- [\"airflow\"][\"group_gid\"] - Airflow group gid\n- [\"airflow\"][\"user_home_directory\"] - Airflow user home directory.\n- [\"airflow\"][\"shell\"] - Airflow user shell.\n\n##### General config\n- [\"airflow\"][\"directories_mode\"] - The permissions airflow and user directories are created.\n- [\"airflow\"][\"config_file_mode\"] - The permissions airflow.cfg is created.\n- [\"airflow\"][\"bin_path\"] - Path to the bin folder, default is based on platform.\n- [\"airflow\"][\"run_path\"] - Pid files base directory\n- [\"airflow\"][\"is_upstart\"] - Should upstart be used for services, determined automatiaclly.\n- [\"airflow\"][\"init_system\"] - The init system to use when configuring services, only upstart or systemd are supported and defaults based on [\"airflow\"][\"is_upstart\"] value.\n- [\"airflow\"][\"env_path\"] - The path to services env file, determined automatiaclly.\n\n##### Python config\n- [\"airflow\"][\"python_runtime\"] = Python runtime as used by [poise-python cookbook](https://github.com/poise/poise-python#quick-start). \n- [\"airflow\"][\"python_version\"] = Python version to install as used by poise-python cookbook.\n- [\"airflow\"][\"pip_version\"] = Pip version to install (true - installs latest) as used by poise-python cookbook.\n\n##### Package config\n- default['airflow']['packages'] - The Python packages to install for Airflow.\n- default['airflow']['dependencies'] - The dependencies of the packages listed in default['airflow']['packages']. These are OS packages, not Python packages. \n\n##### airflow.cfg\nThis cookbook enables to configure any airflow.cfg paramters dynamically by using attributes structure like (see the attributes file for [airflow.cfg examples](attributes/default.rb)):\n[\"airflow\"][\"config\"][\"CONFIG_SECTION\"][\"CONFIG_ENTRY\"]\n\n## License\nApache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n\n## Author\n[Sergey Bahchissaraitsev](http://www.bahchis.com/about/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahchis%2Fairflow-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbahchis%2Fairflow-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahchis%2Fairflow-cookbook/lists"}