Apache Airflow (Incubating)
Перейти к файлу
Kaxil Naik 80d2ee8acc [AIRFLOW-2037] Add methods to get Hash values of a GCS object
- Added `get_md5hash` and `get_crc32c` in
`gcs_hook` to aid in Data integrity validations.

Closes #2977 from kaxil/hashing_gcs_hook
2018-01-31 12:52:13 +01:00
.github [AIRFLOW-1870] Enable flake8 tests 2017-11-30 15:57:17 +01:00
airflow [AIRFLOW-2037] Add methods to get Hash values of a GCS object 2018-01-31 12:52:13 +01:00
dags [Airflow 1332] Split logs based on try number 2017-07-20 18:08:18 -07:00
dev [AIRFLOW-XXX] Save username and password in airflow-pr 2017-09-11 15:19:58 +02:00
docs [AIRFLOW-1895] Fix primary key integrity for mysql 2018-01-27 09:01:10 +01:00
licenses [AIRFLOW-1519] Add server side paging in DAGs list 2017-09-15 16:41:29 -07:00
scripts [AIRFLOW-1895] Fix primary key integrity for mysql 2018-01-27 09:01:10 +01:00
tests [AIRFLOW-1943] Add External BigQuery Table feature 2018-01-26 11:57:12 +01: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-1889] Split sensors into separate files 2018-01-19 18:59:08 +01:00
.rat-excludes [AIRFLOW-XXX] Add dask lock files to excludes 2017-11-27 15:47:12 +01:00
.readthedocs.yml [AIRFLOW-956] Get docs working on readthedocs.org 2017-03-08 19:42:29 -08:00
.travis.yml [AIRFLOW-2050] Fix Travis permission problem 2018-01-31 11:06:51 +01:00
CHANGELOG.txt [AIRFLOW-XXX] Changelog for 1.9.0 2018-01-02 14:37:07 -08:00
CONTRIBUTING.md [AIRFLOW-1920] Update CONTRIBUTING.md to reflect enforced linting rules 2017-12-22 13:56:18 +01:00
DISCLAIMER Dropping .txt etension on repo's root files 2016-08-31 13:09:01 -07:00
INSTALL [AIRFLOW-1476] add INSTALL instruction for source releases 2017-09-11 15:23:29 +02:00
LICENSE [AIRFLOW-1525] Fix minor LICENSE and NOTICE issues 2017-12-15 13:58:54 -08:00
MANIFEST.in [AIRFLOW-1006] Add config_templates to MANIFEST 2017-03-20 23:48:08 -04:00
NOTICE [AIRFLOW-1291] Update NOTICE and LICENSE files to match ASF requirements 2017-06-12 10:47:56 -07:00
README.md [AIRFLOW-2043] Add Intercom to list of companies 2018-01-30 13:25:24 +01: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-1895] Fix primary key integrity for mysql 2018-01-27 09:01:10 +01: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-1893][AIRFLOW-1901] Propagate PYTHONPATH when using impersonation 2017-12-11 16:47:49 -08:00
setup.cfg [AIRFLOW-997] Update setup.cfg to point to Apache 2017-03-16 13:35:13 -07:00
setup.py [AIRFLOW-1755] Allow mount below root 2018-01-19 18:54:26 +01:00
tox.ini [AIRFLOW-XXX] Purge coveralls 2017-12-20 19:11:27 +01:00

README.md

Airflow

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

NOTE: The transition from 1.8.0 (or before) to 1.8.1 (or after) requires uninstalling Airflow before installing the new version. The package name was changed from airflow to apache-airflow as of version 1.8.1.

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. ARGO Labs [California Data Collaborative]
  7. Astronomer [@schnie, @andscoop, @tedmiston, @benjamingregory]
  8. Auth0 [@sicarul]
  9. Away [@trunsky]
  10. BalanceHero [@swalloow]
  11. Azri Solutions [@userimack]
  12. BandwidthX [@dineshdsharma]
  13. Bellhops
  14. BlaBlaCar [@puckel & @wmorin]
  15. Bloc [@dpaola2]
  16. BlueApron [@jasonjho & @matthewdavidhauser]
  17. Blue Yonder [@blue-yonder]
  18. California Data Collaborative powered by ARGO Labs
  19. Carbonite [@ajbosco]
  20. Celect [@superdosh & @chadcelect]
  21. Change.org [@change, @vijaykramesh]
  22. Checkr [@tongboh]
  23. Children's Hospital of Philadelphia Division of Genomic Diagnostics [@genomics-geek]
  24. City of San Diego [@MrMaksimize, @andrell81 & @arnaudvedy]
  25. Clairvoyant @shekharv
  26. Clover Health [@gwax & @vansivallab]
  27. Chartboost [@cgelman & @dclubb]
  28. ContaAzul [@bern4rdelli, @renanleme & @sabino]
  29. Cotap [@maraca & @richardchew]
  30. CreditCards.com[@vmAggies & @jay-wallaby]
  31. Credit Karma [@preete-dixit-ck & @harish-gaggar-ck & @greg-finley-ck]
  32. Creditas [@dcassiano]
  33. DataFox [@sudowork]
  34. Data Reply [@kaxil]
  35. Digital First Media [@duffn & @mschmo & @seanmuth]
  36. Drivy [@AntoineAugusti]
  37. Easy Taxi [@caique-lima & @WesleyBatista]
  38. eRevalue [@hamedhsn]
  39. evo.company [@orhideous]
  40. FreshBooks [@DinoCow]
  41. Fundera [@andyxhadji]
  42. GameWisp [@tjbiii & @theryanwalls]
  43. Gentner Lab [@neuromusic]
  44. Glassdoor [@syvineckruyk]
  45. Global Fashion Group [@GFG]
  46. GovTech GDS [@chrissng & @datagovsg]
  47. Grand Rounds [@richddr, @timz1290, @wenever, & @runongirlrunon]
  48. Groupalia [@jesusfcr]
  49. Gusto [@frankhsu]
  50. Handshake [@mhickman]
  51. Handy [@marcintustin / @mtustin-handy]
  52. Healthjump [@miscbits]
  53. HBO[@yiwang]
  54. HelloFresh [@tammymendt & @davidsbatista & @iuriinedostup]
  55. Holimetrix [@thibault-ketterer]
  56. Hootsuite
  57. Hostnfly [@CyrilLeMat & @pierrechopin & @alexisrosuel]
  58. HotelQuickly [@zinuzoid]
  59. IFTTT [@apurvajoshi]
  60. iHeartRadio[@yiwang]
  61. imgix [@dclubb]
  62. ING
  63. Intercom [@fox & @paulvic]
  64. Jampp
  65. JobTeaser [@stefani75 & @knil-sama]
  66. Kiwi.com [@underyx]
  67. Kogan.com [@geeknam]
  68. Lemann Foundation [@fernandosjp]
  69. LendUp [@lendup]
  70. LetsBonus [@jesusfcr & @OpringaoDoTurno]
  71. liligo [@tromika]
  72. LingoChamp [@haitaoyao]
  73. Lucid [@jbrownlucid & @kkourtchikov]
  74. Lumos Labs [@rfroetscher & @zzztimbo]
  75. Lyft[@SaurabhBajaj]
  76. Madrone [@mbreining & @scotthb]
  77. Markovian [@al-xv, @skogsbaeck, @waltherg]
  78. Mercadoni [@demorenoc]
  79. Mercari [@yu-iskw]
  80. MiNODES [@dice89, @diazcelsa]
  81. MFG Labs
  82. mytaxi [@mytaxi]
  83. Nerdwallet
  84. New Relic [@marcweil]
  85. Newzoo [@newzoo-nexus]
  86. Nextdoor [@SivaPandeti, @zshapiro & @jthomas123]
  87. OfferUp
  88. OneFineStay [@slangwald]
  89. Open Knowledge International @vitorbaptista
  90. Pandora Media [@Acehaidrey]
  91. PAYMILL [@paymill & @matthiashuschle]
  92. PayPal [@r39132 & @jhsenjaliya]
  93. Pernod-Ricard [@romain-nio
  94. Playbuzz [@clintonboys & @dbn]
  95. Postmates [@syeoryn]
  96. Pronto Tools [@zkan & @mesodiar]
  97. Qubole [@msumit]
  98. Quizlet [@quizlet]
  99. Quora
  100. Robinhood [@vineet-rh]
  101. Scaleway [@kdeldycke]
  102. Sense360 [@kamilmroczek]
  103. Shopkick [@shopkick]
  104. Sidecar [@getsidecar]
  105. SimilarWeb [@similarweb]
  106. SmartNews [@takus]
  107. Spotify [@znichols]
  108. Stackspace
  109. Stripe [@jbalogh]
  110. Tails.com [@alanmcruickshank]
  111. Thumbtack [@natekupp]
  112. Tictail
  113. T2 Systems [@unclaimedpants]
  114. Ubisoft [@Walkoss]
  115. United Airlines [@ilopezfr]
  116. Upsight [@dhuang]
  117. Vente-Exclusive.com [@alexvanboxel]
  118. Vnomics [@lpalum]
  119. WePay [@criccomini & @mtagle]
  120. WeTransfer [@jochem]
  121. Whistle Labs [@ananya77041]
  122. WiseBanyan
  123. Wooga
  124. Xoom [@gepser & @omarvides]
  125. Yahoo!
  126. Zapier [@drknexus & @statwonk]
  127. Zendesk
  128. Zenly [@cerisier & @jbdalido]
  129. Zymergen
  130. 99 [@fbenevides, @gustavoamigo & @mmmaia]