module
Version:
v0.0.0-...-4de0a06
Opens a new window with list of versions in this module.
Published: Oct 6, 2020
License: Unlicense
Opens a new window with license information.
README
¶
numbers-service
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 ?)
Running in Docker
https://github.com/Tiny-Paws/numbers-service.git
cd numbers-service
docker build . -t numbers-service
docker run --rm -it -p 8080:8080 numbers-service
Support for environment variables planned
Testing
cd test
go test ./numbersservice
Directories
¶
|
|
|
pkg
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.