Skip to content

Commit

Permalink
Simplified demo, updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
slyapustin committed Jun 24, 2022
1 parent f9e54a6 commit 0f1f5cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 372 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# airflow
Airflow Demo on Heroku

This create a demo instance of Apache Airflow with basic configuration, including:

- PostgreSQL DB
- Redis DB
- CeleryExecutor

## Deploy

Expand Down
1 change: 1 addition & 0 deletions dags/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Place your custom DAGs here.
79 changes: 0 additions & 79 deletions dags/etl.py

This file was deleted.

7 changes: 0 additions & 7 deletions dags/sql/employees_schema.sql

This file was deleted.

8 changes: 0 additions & 8 deletions dags/sql/employees_temp_schema.sql

This file was deleted.

278 changes: 0 additions & 278 deletions docker-compose.yml

This file was deleted.

0 comments on commit 0f1f5cb

Please sign in to comment.