Apache Airflow (Incubating)
Перейти к файлу
Andrew Stahlman 31cd02f803 [AIRFLOW-3926] Remove references to Flask-Admin (#4759)
Remove all remaining references to Flask-Admin and remove it as a
dependency. This should be the final step in the deprecation of
Flask-Admin in favor of Flask-AppBuilder.
2019-02-24 13:52:49 -08:00
.github [AIRFLOW-XXX] Add Docstrings as Requirement in Contribution template (#4282) 2018-12-06 10:58:59 +01:00
airflow [AIRFLOW-3926] Remove references to Flask-Admin (#4759) 2019-02-24 13:52:49 -08:00
dags [AIRFLOW-2918] Fix Flake8 violations (#3772) 2018-08-20 23:44:36 +01:00
dev [AIRFLOW-3933] Fix various typos (#4747) 2019-02-21 11:50:05 +01:00
docs [AIRFLOW-3926] Remove references to Flask-Admin (#4759) 2019-02-24 13:52:49 -08:00
licenses [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
scripts [AIRFLOW-XXX] Pin version of Pip in tests to work around pypa/pip#6163 (#4576) 2019-01-23 16:21:24 -08:00
tests [AIRFLOW-3926] Remove references to Flask-Admin (#4759) 2019-02-24 13:52:49 -08:00
.coveragerc [AIRFLOW-3303] Deprecate old UI in favor of FAB (#4339) 2019-01-14 14:33:45 +00:00
.editorconfig [AIRFLOW-2287] Fix incorrect ASF headers 2018-04-14 09:13:23 +02:00
.flake8 [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
.gitignore [AIRFLOW-3220] Add Instance Group Manager Operators for GCE (#4167) 2018-11-12 23:32:19 +00:00
.rat-excludes [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
.readthedocs.yml [AIRFLOW-3062] Add QDS dependency in readthedocs (#4148) 2018-11-07 10:33:26 +00:00
.travis.yml [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
CHANGELOG.txt [AIRFLOW-3884] Fixing doc checker, no warnings allowed anymore and fixed the current… (#4702) 2019-02-13 00:05:13 -08:00
CONTRIBUTING.md [AIRFLOW-3933] Fix various typos (#4747) 2019-02-21 11:50:05 +01:00
Dockerfile [AIRFLOW-XXX] Pin version of Pip in tests to work around pypa/pip#6163 (#4576) 2019-01-23 16:21:24 -08:00
INSTALL [AIRFLOW-3692] Remove ENV variables to avoid GPL (#4506) 2019-01-13 12:34:00 +00:00
LICENSE [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
MANIFEST.in [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
NOTICE [AIRFLOW-3697] Vendorize nvd3 and slugify 2019-02-23 18:30:17 +00:00
README.md [AIRFLOW-XXX] Add Slack Badge to Readme (#4750) 2019-02-21 12:52:05 +01:00
TODO.md [AIRFLOW-2779] Add license headers to doc files (#4178) 2018-11-13 15:01:44 +01:00
UPDATING.md [AIRFLOW-3932] Optionally skip dag discovery heuristic. (#4746) 2019-02-23 08:55:34 -08:00
run_unit_tests.sh [AIRFLOW-3178] Handle percents signs in configs for airflow run (#4029) 2018-10-12 11:13:05 +02:00
setup.cfg [AIRFLOW-3612] Remove incubation/incubator mention (#4419) 2019-01-05 14:05:25 +00:00
setup.py [AIRFLOW-3926] Remove references to Flask-Admin (#4759) 2019-02-24 13:52:49 -08:00
tox.ini [AIRFLOW-XXX] Pin version of Pip in tests to work around pypa/pip#6163 (#4576) 2019-01-23 16:21:24 -08:00

README.md

Apache Airflow

PyPI version Build Status Coverage Status Documentation Status License PyPI - Python Version Twitter Follow Slack Status

Apache Airflow (or simply 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.

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.

Contributing

Want to help build Apache Airflow? Check out our contributing documentation.

Who uses Apache Airflow?

As the Apache 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.

Currently officially using Airflow:

  1. 6play [@lemourA, @achaussende, @d-nguyen, @julien-gm]
  2. 8fit [@nicor88, @frnzska]
  3. 90 Seconds [@aaronmak]
  4. 99 [@fbenevides, @gustavoamigo & @mmmaia]
  5. AdBOOST [AdBOOST]
  6. Adobe [@mishikaSingh, @ramandumcs, @vardancse]
  7. Agari [@r39132]
  8. Airbnb [@mistercrunch, @artwr]
  9. AirDNA
  10. Airfinity [@sibowyer]
  11. Airtel [@harishbisht]
  12. Alan [@charles-go]
  13. allegro.pl [@kretes]
  14. AltX [@pedromduarte]
  15. Apigee [@btallman]
  16. ARGO Labs [California Data Collaborative]
  17. ARMEDANGELS [@swiffer]
  18. Arquivei [@arquivei]
  19. Asana [@chang, @dima-asana, @jdavidheiser, @ricardoandresrojas]
  20. Astronomer [@schnie, @andscoop, @tedmiston, @benjamingregory]
  21. Auth0 [@sicarul]
  22. Away [@trunsky]
  23. Azri Solutions [@userimack]
  24. BalanceHero [@swalloow]
  25. Banco de Formaturas [@guiligan]
  26. BandwidthX [@dineshdsharma]
  27. Basetis
  28. BBM
  29. Bellhops
  30. BelugaDB [@fabio-nukui & @joao-sallaberry & @lucianoviola & @tmatuki]
  31. Betterment [@betterment]
  32. BlaBlaCar [@puckel & @wmorin]
  33. Bloc [@dpaola2]
  34. Bloomberg [@dimberman]
  35. Blue Yonder [@blue-yonder]
  36. BlueApron [@jasonjho & @matthewdavidhauser]
  37. Bluecore [@JLDLaughlin]
  38. Boda Telecom Suite - CE [@erssebaggala, @bodastage]
  39. Bodastage Solutions [@erssebaggala, @bodastage]
  40. Bombora Inc [@jeffkpayne, @TheOriginalAlex]
  41. Bonnier Broadcasting [@wileeam]
  42. BounceX [@JoshFerge, @hudsonrio, @ronniekritou]
  43. Branch [@sdebarshi, @dmitrig01]
  44. California Data Collaborative powered by ARGO Labs
  45. Capital One [@anoopengineer]
  46. Carbonite [@ajbosco]
  47. CarLabs [@sganz & @odannyc]
  48. CAVA [@minh5 & @patchus]
  49. Celect [@superdosh & @chadcelect]
  50. Censys [@zakird, @dadrian, & @andrewsardone]
  51. Change.org [@change, @vijaykramesh]
  52. Chartboost [@cgelman & @dclubb]
  53. Checkr [@tongboh]
  54. Children's Hospital of Philadelphia Division of Genomic Diagnostics [@genomics-geek]
  55. Cinimex DataLab [@kdubovikov]
  56. City of San Diego [@MrMaksimize, @andrell81 & @arnaudvedy]
  57. Civey [@WesleyBatista]
  58. Clairvoyant @shekharv
  59. Clover Health [@gwax & @vansivallab]
  60. Collectivehealth Inc. @retornam
  61. Compass [@wdhorton]
  62. ContaAzul [@bern4rdelli, @renanleme & @sabino]
  63. Cotap [@maraca & @richardchew]
  64. Craig@Work
  65. Credit Karma [@preete-dixit-ck & @harish-gaggar-ck & @greg-finley-ck]
  66. Creditas [@dcassiano]
  67. CreditCards.com[@vmAggies & @jay-wallaby]
  68. Custom Ink [@david-dalisay, @dmartin11 & @mpeteuil]
  69. Dailymotion [@germaintanguy & @hc]
  70. Danamica [@testvinder]
  71. Data Reply [@kaxil]
  72. DataCamp [@dgrtwo]
  73. DataFox [@sudowork]
  74. Digital First Media [@duffn & @mschmo & @seanmuth]
  75. DigitalOcean [@ajbosco]
  76. DocuTAP [@jshvrsn & @lhvphan & @cloneluke]
  77. DoorDash
  78. Dotmodus [@dannylee12]
  79. Drivy [@AntoineAugusti]
  80. Easy Taxi [@caique-lima & @diraol]
  81. Enigma [@hydrosquall]
  82. eRevalue [@hamedhsn]
  83. Etsy [@mchalek]
  84. evo.company [@orhideous]
  85. Fathom Health
  86. Firestone Inventing [@zihengCat]
  87. Flipp [@sethwilsonwishabi]
  88. Format [@format & @jasonicarter]
  89. FreshBooks [@DinoCow]
  90. Fundera [@andyxhadji]
  91. G Adventures [@samuelmullin]
  92. GameWisp [@tjbiii & @theryanwalls]
  93. GeneCards [@oferze]
  94. Gentner Lab [@neuromusic]
  95. Get Simpl [@rootcss]
  96. Glassdoor [@syvineckruyk & @sid88in]
  97. Global Fashion Group [@GFG]
  98. GoDataDriven [@BasPH, @ffinfo, @Fokko, @gglanzani, @hgrif, @jrderuiter @NielsZeilemaker]
  99. GovTech GDS [@chrissng & @datagovsg]
  100. Gradeup [@gradeup]
  101. Grand Rounds [@richddr, @timz1290, @wenever, & @runongirlrunon]
  102. Groupalia [@jesusfcr]
  103. Groupon [@stevencasey]
  104. Gusto [@frankhsu]
  105. Handshake [@mhickman]
  106. Handy [@marcintustin / @mtustin-handy]
  107. happn [@PierreCORBEL]
  108. HAVAN [@botbiz]
  109. HBC Digital [@tmccartan & @dmateusp]
  110. HBO[@yiwang]
  111. Healthjump [@miscbits]
  112. HelloFresh [@tammymendt & @davidsbatista & @iuriinedostup]
  113. Hipages [@arihantsurana]
  114. Holimetrix [@thibault-ketterer]
  115. Hootsuite
  116. Hostnfly [@CyrilLeMat & @pierrechopin & @alexisrosuel]
  117. HotelQuickly [@zinuzoid]
  118. Iflix [@ChaturvediSulabh]
  119. IFTTT [@apurvajoshi]
  120. iHeartRadio[@yiwang]
  121. imgix [@dclubb]
  122. ING
  123. Intercom [@fox & @paulvic]
  124. Investorise [@svenvarkel]
  125. Jampp
  126. Jeitto [@BrennerPablo & @ds-mauri]
  127. Jetlore
  128. JobTeaser [@stefani75 & @knil-sama]
  129. Kalibrr [@charlesverdad]
  130. Karmic [@hyw]
  131. King [@nathadfield]
  132. Kiwi.com [@underyx]
  133. Kogan.com [@geeknam]
  134. KPN B.V. [@biyanisuraj & @gmic]
  135. Lemann Foundation [@fernandosjp]
  136. LeMans Corporation [@alloydwhitlock] & [@tinyrye]
  137. LendUp [@lendup]
  138. LetsBonus [@jesusfcr & @OpringaoDoTurno]
  139. Liberty Global [@LibertyGlobal]
  140. liligo [@tromika]
  141. LingoChamp [@haitaoyao]
  142. Los Angeles Times [@standyro]
  143. Lucid [@jbrownlucid & @kkourtchikov]
  144. Lumos Labs [@rfroetscher & @zzztimbo]
  145. Lyft[@feng-tao]
  146. M4U [@msantino]
  147. Madrone [@mbreining & @scotthb]
  148. Markovian [@al-xv, @skogsbaeck, @waltherg]
  149. Mercadoni [@demorenoc]
  150. Mercari [@yu-iskw]
  151. MFG Labs
  152. MiNODES [@dice89, @diazcelsa]
  153. Modernizing Medicine[@kehv1n, @dalupus]
  154. Multiply [@nrhvyc]
  155. mytaxi [@mytaxi]
  156. Neoway [@neowaylabs]
  157. Nerdwallet
  158. New Relic [@marcweil]
  159. Newzoo [@newzoo-nexus]
  160. NEXT Trucking [@earthmancash2, @kppullin]
  161. Nextdoor [@SivaPandeti, @zshapiro & @jthomas123]
  162. Nine [@TheZepto]
  163. OdysseyPrime [@davideberdin]
  164. OfferUp
  165. OneFineStay [@slangwald]
  166. Open Knowledge International @vitorbaptista
  167. Overstock [@mhousley & @mct0006]
  168. Pagar.me [@pagarme
  169. Palo Alto Networks [@PaloAltoNetworks]
  170. Pandora Media [@Acehaidrey & @wolfier]
  171. PAYMILL [@paymill & @matthiashuschle]
  172. PayPal [@r39132 & @jhsenjaliya]
  173. Pernod-Ricard [@romain-nio]
  174. Plaid [@plaid, @AustinBGibbons & @jeeyoungk]
  175. Playbuzz [@clintonboys & @dbn]
  176. PMC [@andrewm4894]
  177. Poshmark
  178. Postmates [@syeoryn]
  179. Pronto Tools [@zkan & @mesodiar]
  180. Publicis Pixelpark [@feluelle]
  181. PubNub [@jzucker2]
  182. PXYData [@patchus]
  183. Qplum [@manti]
  184. Quantopian [@eronarn]
  185. Qubole [@msumit]
  186. Quizlet [@quizlet]
  187. Quora
  188. REA Group
  189. Reddit [@reddit]
  190. Robinhood [@vineet-rh]
  191. Scaleway [@kdeldycke]
  192. Semantics3 [@abishekk92]
  193. Sense360 [@kamilmroczek]
  194. Shopkick [@shopkick]
  195. Sidecar [@getsidecar]
  196. SimilarWeb [@similarweb]
  197. SmartNews [@takus]
  198. SocialCops [@vinayak-mehta & @sharky93]
  199. Société générale [@medmrgh & @s83]
  200. Spotahome [@spotahome]
  201. SpotHero [@benjigoldberg]
  202. Spotify [@znichols]
  203. Square
  204. Stackspace
  205. Strava [@strava, @dhuang & @liamstewart]
  206. Stripe [@jbalogh]
  207. Strongmind [@tomchapin & @wongstein]
  208. Surfline [@jawang35]
  209. T2 Systems [@unclaimedpants]
  210. Tails.com [@alanmcruickshank]
  211. TEK [@telac]
  212. Tesla [@thoralf-gutierrez]
  213. The Home Depot[@apekshithr]
  214. THE ICONIC [@revathijay] [@ilikedata]
  215. Thinking Machines [@marksteve]
  216. Thinknear [@d3cay1, @ccson, & @ababian]
  217. ThoughtWorks [@sann3]
  218. Thumbtack [@natekupp]
  219. Tictail
  220. Tile [@ranjanmanish]
  221. Tinder [@kbendick]
  222. Tokopedia @topedmaria
  223. Twine Labs [@ivorpeles]
  224. Twitter [@aoen]
  225. Ubisoft [@Walkoss]
  226. United Airlines [@ilopezfr]
  227. Upsight
  228. VeeR VR [@pishilong]
  229. Vente-Exclusive.com [@alexvanboxel]
  230. Vevo [@csetiawan & @jerrygillespie]
  231. Vidio
  232. Ville de Montréal@VilledeMontreal]
  233. Vnomics [@lpalum]
  234. Waze [@waze]
  235. WePay [@criccomini & @mtagle]
  236. WeTransfer [@jochem]
  237. Whistle Labs [@ananya77041]
  238. WiseBanyan
  239. Wooga
  240. Xero [@yan9yu]
  241. Xoom
  242. Yahoo!
  243. Yieldr [@ggeorgiadis]
  244. Zapier [@drknexus & @statwonk]
  245. Zego [@ruimffl]
  246. Zendesk
  247. Zenly [@cerisier & @jbdalido]
  248. Zymergen

Who Maintains Apache Airflow?

Airflow is the work of the community, but the core committers/maintainers are responsible for reviewing and merging PRs as well as steering conversation around new feature requests. If you would like to become a maintainer, please review the Apache Airflow committer requirements.