Skip to content

💻 Integração de dados para a disciplina de Inteligência de negócio

Notifications You must be signed in to change notification settings

eliabeleal/ETL_BI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETL Northwind

About this Project

Data integration on the Northwind dataset. Created in the Business Intelligence course.

Getting Started

Installing

  1. Clone this repository

  2. Up the docker

    docker-compose up -d

  3. Create the transactional database (Northwind)

    localhost:8081

    Sistema: Postgres

    Servidor: db_postgres

    Usuário: postgres

    Senha: root

  4. Restore the backup

    cat ./postgres/dump/Northwind\ -\ POSTGRES.backup | docker exec -i pdi_db_postgres_1 pg_restore -v -h localhost -U postgres -d Northwind

  5. Create the dimensional database (DM_Northwind)

  6. Run the SQL

    cat ./postgres/model/modelo\ dimensional_postgre.sql | docker exec -i pdi_db_postgres_1 psql -U postgres -d DM_Northwind -a

About

💻 Integração de dados para a disciplina de Inteligência de negócio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published