Skip to content

marecica2/dwh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWH - Data warehouse pipeline status codecov

Showcase app for following stack dealing with multi-tenancy, datawarehouse solution with microservice architecture with CI pipeline and automated deployemnt to kubernetes cluster

  • Spring boot (Batch, Data, Rest, Repositories, Test)
  • Postgres
  • Redis
  • ReactJS
  • Maven
  • Docker
  • Kubernetes
  • Travis

Local development

# start infrastructure (Redis, Postgres)
./dev stack-start 
# stop infrastructure
./dev stack-stop 

Databases

Running database migrations

./dev migrations
./dev migrations-test

Usefull docker commands

docker ps # find your CONTAINER ID
docker exec -it <container_id> bash # run bash command inside that container