Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.66 KB

README.adoc

File metadata and controls

60 lines (45 loc) · 1.66 KB

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