Skip to content

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

Notifications You must be signed in to change notification settings

rubnsbarbosa/etl-covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published