Microservices Mastery @ Friday
This repository contains all the code needed to complete the microservices mastery.
Setup
Start the example services with:
Monolith
docker-compose -f monolith/src/main/docker/docker-compose.yaml up
Microservices REST
docker-compose -f rest/docker/docker-compose.yaml up
Infrastructure
Grafana: localhost:3000 Jaeger: localhost:16686