Apache Airflow (Incubating)
Перейти к файлу
Arthur Wiedmer f5462c78ff Merge pull request #2128 from artwr/artwr-improve_presto_hook_error_when_cluster_is_unavailable 2017-04-04 11:20:54 -07:00
.github [AIRFLOW-995] Remove reference to actual Airflow issue 2017-03-17 15:55:56 -04:00
airflow [AIRFLOW-947] Improve exceptions for unavailable Presto cluster 2017-04-04 09:37:22 -07:00
dags [AIRFLOW-1054] Fix broken import in test_dag 2017-04-03 13:10:51 -07:00
dev [AIRFLOW-1010] Add convenience script for signing releases 2017-03-19 09:46:30 -04:00
docs [AIRFLOW-1067] use example.com in examples 2017-04-04 09:22:37 -07:00
scripts [AIRFLOW-1067] use example.com in examples 2017-04-04 09:22:37 -07:00
tests [AIRFLOW-1067] use example.com in examples 2017-04-04 09:22:37 -07:00
.codecov.yml [AIRFLOW-248] Add Apache license header to all files 2016-06-21 08:15:42 -07:00
.coveragerc Do not use migrations in coverage 2016-09-13 23:29:13 +02:00
.editorconfig Add Apache 2 License 2017-03-10 22:49:33 -08:00
.gitignore AIRFLOW-959 Cleanup and reorganize .gitignore 2017-03-09 11:37:49 -08:00
.landscape.yml [AIRFLOW-580] Prevent landscape warning on .format 2016-10-27 00:26:29 -07:00
.rat-excludes [AIRFLOW-489] Add API Framework 2016-11-27 19:44:31 +01:00
.readthedocs.yml [AIRFLOW-956] Get docs working on readthedocs.org 2017-03-08 19:42:29 -08:00
.travis.yml [AIRFLOW-219][AIRFLOW-398] Cgroups + impersonation 2017-01-18 18:11:06 -08:00
CHANGELOG.txt Update changelog for 1.8.0 2017-03-13 20:22:31 -07:00
CONTRIBUTING.md [AIRFLOW-641] Improve pull request instructions 2016-12-25 14:40:46 +01:00
DISCLAIMER Dropping .txt etension on repo's root files 2016-08-31 13:09:01 -07:00
LICENSE Dropping .txt etension on repo's root files 2016-08-31 13:09:01 -07:00
MANIFEST.in [AIRFLOW-1006] Add config_templates to MANIFEST 2017-03-20 23:48:08 -04:00
NOTICE [AIRFLOW-895] Address Apache release incompliancies 2017-02-23 23:48:03 +01:00
README.md [AIRFLOW-994] Add MiNODES to the official airflow user list 2017-03-16 16:18:32 -04:00
TODO.md [AIRFLOW-112] no-op README change to close this jira's PR 2016-05-13 14:57:01 -07:00
UPDATING.md [AIRFLOW-886] Pass result to post_execute() hook 2017-02-18 18:38:58 -05:00
init.sh [AIRFLOW-248] Add Apache license header to all files 2016-06-21 08:15:42 -07:00
migrations.sql [AIRFLOW-248] Add Apache license header to all files 2016-06-21 08:15:42 -07:00
run_tox.sh [AIRFLOW-248] Add Apache license header to all files 2016-06-21 08:15:42 -07:00
run_unit_tests.sh [AIRFLOW-911] Add coloring and timing to tests 2017-02-25 22:10:14 +01:00
setup.cfg [AIRFLOW-997] Update setup.cfg to point to Apache 2017-03-16 13:35:13 -07:00
setup.py [AIRFLOW-1047] Sanitize strings passed to Markup 2017-03-28 16:40:32 -07:00
tox.ini [AIRFLOW-489] Add API Framework 2016-11-27 19:44:31 +01:00

README.md

Airflow

PyPI version Build Status Coverage Status Code Health Requirements Status Documentation Join the chat at https://gitter.im/apache/incubator-airflow

Airflow is a platform to programmatically author, schedule and monitor workflows.

When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.

Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.

Getting started

Please visit the Airflow Platform documentation for help with installing Airflow, getting a quick start, or a more complete tutorial.

For further information, please visit the Airflow Wiki.

Beyond the Horizon

Airflow is not a data streaming solution. Tasks do not move data from one to the other (though tasks can exchange metadata!). Airflow is not in the Spark Streaming or Storm space, it is more comparable to Oozie or Azkaban.

Workflows are expected to be mostly static or slowly changing. You can think of the structure of the tasks in your workflow as slightly more dynamic than a database structure would be. Airflow workflows are expected to look similar from a run to the next, this allows for clarity around unit of work and continuity.

Principles

  • Dynamic: Airflow pipelines are configuration as code (Python), allowing for dynamic pipeline generation. This allows for writing code that instantiates pipelines dynamically.
  • Extensible: Easily define your own operators, executors and extend the library so that it fits the level of abstraction that suits your environment.
  • Elegant: Airflow pipelines are lean and explicit. Parameterizing your scripts is built into the core of Airflow using the powerful Jinja templating engine.
  • Scalable: Airflow has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers. Airflow is ready to scale to infinity.

User Interface

  • DAGs: Overview of all DAGs in your environment.

  • Tree View: Tree representation of a DAG that spans across time.

  • Graph View: Visualization of a DAG's dependencies and their current status for a specific run.

  • Task Duration: Total time spent on different tasks over time.

  • Gantt View: Duration and overlap of a DAG.

  • Code View: Quick way to view source code of a DAG.

Who uses Airflow?

As the Airflow community grows, we'd like to keep track of who is using the platform. Please send a PR with your company name and @githubhandle if you may.

Committers:

Currently officially using Airflow:

  1. Airbnb [@mistercrunch, @artwr]
  2. Agari [@r39132]
  3. allegro.pl [@kretes]
  4. AltX [@pedromduarte]
  5. Apigee [@btallman]
  6. Astronomer [@schnie]
  7. Auth0 [@sicarul]
  8. BandwidthX [@dineshdsharma]
  9. Bellhops
  10. BlaBlaCar [@puckel & @wmorin]
  11. Bloc [@dpaola2]
  12. BlueApron [@jasonjho & @matthewdavidhauser]
  13. Blue Yonder [@blue-yonder]
  14. Celect [@superdosh & @chadcelect]
  15. Change.org [@change, @vijaykramesh]
  16. Children's Hospital of Philadelphia Division of Genomic Diagnostics [@genomics-geek]
  17. City of San Diego [@MrMaksimize, @andrell81 & @arnaudvedy]
  18. Clairvoyant @shekharv
  19. Clover Health [@gwax & @vansivallab]
  20. Chartboost [@cgelman & @dclubb]
  21. Cotap [@maraca & @richardchew]
  22. Digital First Media [@duffn & @mschmo & @seanmuth]
  23. Easy Taxi [@caique-lima & @WesleyBatista]
  24. FreshBooks [@DinoCow]
  25. Gentner Lab [@neuromusic]
  26. Glassdoor [@syvineckruyk]
  27. GovTech GDS [@chrissng & @datagovsg]
  28. Gusto [@frankhsu]
  29. Handshake [@mhickman]
  30. Handy [@marcintustin / @mtustin-handy]
  31. HelloFresh [@tammymendt & @davidsbatista & @iuriinedostup]
  32. Holimetrix [@thibault-ketterer]
  33. Hootsuite
  34. IFTTT [@apurvajoshi]
  35. iHeartRadio[@yiwang]
  36. ING
  37. Jampp
  38. Kiwi.com [@underyx]
  39. Kogan.com [@geeknam]
  40. Lemann Foundation [@fernandosjp]
  41. LendUp [@lendup]
  42. liligo [@tromika]
  43. LingoChamp [@haitaoyao]
  44. Lucid [@jbrownlucid & @kkourtchikov]
  45. Lumos Labs [@rfroetscher & @zzztimbo]
  46. Lyft[@SaurabhBajaj]
  47. Madrone [@mbreining & @scotthb]
  48. Markovian [@al-xv, @skogsbaeck, @waltherg]
  49. Mercadoni [@demorenoc]
  50. MiNODES [@dice89, @diazcelsa]
  51. MFG Labs
  52. mytaxi [@mytaxi]
  53. Nerdwallet
  54. OfferUp
  55. OneFineStay [@slangwald]
  56. Open Knowledge International @vitorbaptista
  57. PayPal [@jhsenjaliya]
  58. Postmates [@syeoryn]
  59. Qubole [@msumit]
  60. Scaleway [@kdeldycke]
  61. Sense360 [@kamilmroczek]
  62. Shopkick [@shopkick]
  63. Sidecar [@getsidecar]
  64. SimilarWeb [@similarweb]
  65. SmartNews [@takus]
  66. Spotify [@znichols]
  67. Stackspace
  68. Stripe [@jbalogh]
  69. Thumbtack [@natekupp]
  70. T2 Systems [@unclaimedpants]
  71. Vente-Exclusive.com [@alexvanboxel]
  72. Vnomics [@lpalum]
  73. WePay [@criccomini & @mtagle]
  74. WeTransfer [@jochem]
  75. Whistle Labs [@ananya77041]
  76. WiseBanyan
  77. Wooga
  78. Xoom [@gepser & @omarvides]
  79. Yahoo!
  80. Zapier [@drknexus & @statwonk]
  81. Zendesk
  82. Zenly [@cerisier & @jbdalido]
  83. 99 [@fbenevides, @gustavoamigo & @mmmaia]