A REST-ish and gRPC capable service to manipulate numbers.
Things to implement
- CI/CD
- Dockerfile
- gRPC
- Instrumenting
- Logging
- Tracing
- Circuit Breaking
- Rate Limiting
- Authentication
- Distributed cache (memcached ? redis ?)
https://github.com/Tiny-Paws/numbers-service.git
cd numbers-service
docker build . -t numbers-service
docker run --rm -it -p 8080:8080 numbers-serviceSupport for environment variables planned
cd test
go test ./numbersservice