https://github.com/westonplatter/finx-airflow
Airflow docker image
https://github.com/westonplatter/finx-airflow
Last synced: 3 months ago
JSON representation
Airflow docker image
- Host: GitHub
- URL: https://github.com/westonplatter/finx-airflow
- Owner: westonplatter
- License: bsd-3-clause
- Created: 2021-12-30T21:29:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T06:15:26.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T20:10:42.323Z (over 1 year ago)
- Language: Shell
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Finx Airflow
A keep it simple/stupid dockerize airflow.
## Example
## How to get started
Build the image,
```sh
make docker.build
```
Test that the DB connection works,
```sh
docker-compose run airflow-cli db check
```
Initialize the DB,
```sh
docker-compose run airflow-cli db init
```
Run both the webserver and scheduler,
```sh
docker-compose up
```
## Install
To get up and running,
- make
- docker
- docker-compose
The changelog tool in use (https://github.com/git-chglog/git-chglog) can be used as a binary.