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
# start infrastructure (Redis, Postgres)
./dev stack-start
# stop infrastructure
./dev stack-stop
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