Skip to content

unexist/showcase-microservices-golang

Repository files navigation

Showcase for microservices on Golang

This project holds a showcase for Golang related things.

Modules

todo-service-gin

Small implementation based on Gin-Gonic, 3-Layer and DI (Dependency Inversion + Dependency Injection)

todo-service-metrics

Enhanced implementation with metrics (Prometheus)

todo-service-gin-middleware

Implementation revamped with authorization middleware and an application service

todo-service-gin-tracing

Enhanced implementation with distributed tracing (zipkin)

todo-service-mux

Old test with Mux