Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 830 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 830 Bytes

DataViva ETL

Extract / Transform / Load Scripts for databases used in Dataviva Project.

The sources of Dataviva can be found at Dataviva GitHub.

How it Works

Databases are released by Brazil government as raw data and there is some analysis to extract the information needed for the project.

For each database we have a Wiki documentation that explain all the ETL process.

Setup

  1. You'll need libmagic for this project:

Mac installation

brew install libmagic

Ubuntu (BSD Linux) installation

apt-get install libmagic
  1. Install requirements
pip install -r requirements.txt

See the Wiki for more information.