Crash Course - Golang: Performance and Multithreading with RabbitMQ, SQLite3, Prometheus and Grafana
docker-compose up -d
docker build -t wendreof/go-intensivo:latest -f Dockerfile.prod .
http://localhost:15672/
http://localhost:3000/
http://localhost:9090/graph
http://localhost:8080/total
https://grafana.com/grafana/dashboards/10991-rabbitmq-overview/
sqlite3.exe orders.db
go run cmd/producer/main.go
go run cmd/consumer/main.go
go mod tidy
go test ./...
go build cmd/consumer/main.go