An open API service indexing awesome lists of open source software.

https://github.com/slamdev/grpc-showcase


https://github.com/slamdev/grpc-showcase

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

expectations from a language agnostic grpc service:
- configuration management
* yaml format
* override any setting via env variable
* different configuration profiles to run from local machine or in the cluster
- logs
* stacktraces
* json format when svc is running in the cluster
- http healthcheck
- expose prometheus endpoint and collect base metrics
- tracing integration