Skip to content

federicobaiocco/datathon-dataops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datathon 2021 - Dataops

This is my solution for the Dataops challenge of campus party 2021: https://github.com/Datathon2021

Got the 3rd place

Run repo

First run make build_docker_image in order to build the docker image and install dependences. Once image is built run make init_airflow in order to run image. Inside docker image:

airflow initdb

airflow scheduler &

airflow webserver

Navigate to http://0.0.0.0:8080/admin/ and trigger dag.

Output is stored at /home/airflow/resultados.csv inside container.

Linter

Black is installed when image is built. In order to run black to reformat files:

1- Navigate to /opt/airflow/dags

2- run black .

It will reformat files automatically# datathon-dataops

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages