make start/services
- Grafane is accessible on http://localhost:3000
- Prometheus s accessible on http://localhost:9090
make stop/services
make generate
make migrations/up
task migrations/down
make run/consumer
- Metrcis endpoint http://localhost:4040/metrics
- Debug pprof endpoint http://localhost:6060/debug/pprof
- Consumer service uses port
50051
make run/producer
- Metrcis endpoint http://localhost:4041/metrics
- Debug pprof endpoint http://localhost:6061/debug/pprof
make deploy
- Builds both the producer and consumer
- Starts the whole stack together with db and monitoring
Local
- Can be found in
./configuration/
directory
Docker
- Can be found in
./deployment/docker/configuration