Apache Airflow (Incubating)
Перейти к файлу
Guillermo Rodriguez Cano 34f827f04c [AIRFLOW-2301] Sync files of an S3 key with a GCS path
Closes #3216 from wileeam/s3-to-gcs-operator
2018-04-13 09:32:22 +02:00
.github [AIRFLOW-2302] Add missing operators and hooks 2018-04-11 11:55:29 +02:00
airflow [AIRFLOW-2301] Sync files of an S3 key with a GCS path 2018-04-13 09:32:22 +02:00
dags [Airflow 1332] Split logs based on try number 2017-07-20 18:08:18 -07:00
dev [AIRFLOW-2287] Update license notices 2018-04-09 00:32:09 -07:00
docs [AIRFLOW-2301] Sync files of an S3 key with a GCS path 2018-04-13 09:32:22 +02:00
licenses [AIRFLOW-2287] Update license notices 2018-04-09 00:32:09 -07:00
scripts [AIRFLOW-2287] Update license notices 2018-04-09 00:32:09 -07:00
tests [AIRFLOW-2301] Sync files of an S3 key with a GCS path 2018-04-13 09:32:22 +02: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-2183] Refactor DruidHook to enable sql 2018-03-14 09:20:20 +01:00
.rat-excludes [AIRFLOW-1551] Add operator to trigger Jenkins job 2018-02-27 11:51:49 +01:00
.readthedocs.yml [AIRFLOW-956] Get docs working on readthedocs.org 2017-03-08 19:42:29 -08:00
.travis.yml Revert "[AIRFLOW-2050] Fix Travis permission problem" 2018-02-13 20:14:12 +01:00
CHANGELOG.txt [AIRFLOW-XXX] Changelog for 1.9.0 2018-01-02 14:37:07 -08:00
CONTRIBUTING.md Merge pull request #3089 from feluelle/master 2018-03-02 15:36:21 -08:00
DISCLAIMER Dropping .txt etension on repo's root files 2016-08-31 13:09:01 -07:00
INSTALL [AIRFLOW-1430] Include INSTALL instructions to avoid GPL 2018-03-27 16:15:21 +02:00
LICENSE [AIRFLOW-2287] Update license notices 2018-04-09 00:32:09 -07:00
MANIFEST.in [AIRFLOW-1433][AIRFLOW-85] New Airflow Webserver UI with RBAC support 2018-03-23 09:18:48 +01:00
NOTICE [AIRFLOW-1291] Update NOTICE and LICENSE files to match ASF requirements 2017-06-12 10:47:56 -07:00
README.md [AIRFLOW-2306] Add Bonnier Broadcasting to list of current users 2018-04-09 14:50:25 -07: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-2027] Only trigger sleep in scheduler after all files have parsed 2018-04-09 10:22:11 +02:00
init.sh [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-1433][AIRFLOW-85] New Airflow Webserver UI with RBAC support 2018-03-23 09:18:48 +01:00
setup.cfg [AIRFLOW-997] Update setup.cfg to point to Apache 2017-03-16 13:35:13 -07:00
setup.py [AIRFLOW-2293] Fix S3FileTransformOperator to work with boto3 2018-04-12 09:28:18 +02:00
tox.ini [AIRFLOW-2123] Install CI dependencies from setup.py 2018-03-05 22:46:45 +00:00

README.md

Airflow

PyPI version Build Status Coverage Status Documentation Status 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 (latest stable release) for help with installing Airflow, getting a quick start, or a more complete tutorial.

Documentation of GitHub master (latest development branch): ReadTheDocs Documentation

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