Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.03 KB

airflow-test

This repo was created to help you get started with Airflow, in a very simple and quick way.

requirements

get started

  • in your cmd, type 'make serve' (this will trigger the command to spin a new container with your Airflow app and this project's DAGs.)
  • check http://localhost:3000/ to see your app

get moving

start building your own tasks and wrap them with your own DAGs! remember, there are multiple possible Operators that you can use. this project contains a single example, but you can find more here

note

The app is running using Docker image of @puckel . more information about it is available here

note 2

You can find a lot of examples for additional DAGs in the official Airflow open-source here