This repository is about an ETL (Extract, Transform and Load) of coronavirus data, referring to the state of Ceará and it's also part of hacktoberfest an open source software celebration.
Extract data from a public API called IntegraSUS.
GET https://indicadores.integrasus.saude.ce.gov.br/api/casos-coronavirus
$ pip install -r requirements.txt
Build an image called etl-covid:
$ docker build -t etl-covid .
Run the image etl-covid:
$ docker run etl-covid
- Extract data from a public API;
- Transform data;
- Load to IBM Bucket.