Tech Doc : here
The tech doc contains the HLD/LLD and other implementation details.
- Start docker containers
docker-compose up
- Run main file
go run cmd/main.go
- Proto definitions are in this location
- ./proto/rate_limiter.proto
- Start docker containers
docker-compose up
- Run the tests
go test ./... -v -count=1 -covermode=atomic -coverpkg=./... -coverprofile=coverage.out
- Display Coverage
go tool cover -html=coverage-functional.out -o coverage.html
- Raise an issue
- Talk to any of the contributors