/etl-covid

ETL (Extract, Transform and Load) of coronavirus data.

Primary LanguagePython

ETL Pipeline Covid-19

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.

Public API

Extract data from a public API called IntegraSUS.

ce-SUS

Method GET

GET https://indicadores.integrasus.saude.ce.gov.br/api/casos-coronavirus

Quick Usage

Requirements

$ pip install -r requirements.txt

Docker Build

Build an image called etl-covid:

$ docker build -t etl-covid .

Docker Run

Run the image etl-covid:

$ docker run etl-covid

Features

  • Extract data from a public API;
  • Transform data;
  • Load to IBM Bucket.