Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 470 Bytes

gokit-playground

Repository for gokit tutorial

Docker Compose

The docker compose configurations are located under docker folder

Simple REST service:

See lorem module

gRPC protocol:

See lorem-grpc module

Application Logging

See lorem-logging module

Rate Limiter

See lorem-rate-limit module

Metrics

See lorem-metrics module

Service Discovery: Consul

See lorem-consul module

Circuit Breaker Pattern

See lorem-hystrix module