Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wdullaer/whoami
A dummy grpc service
https://github.com/wdullaer/whoami
Last synced: about 1 month ago
JSON representation
A dummy grpc service
- Host: GitHub
- URL: https://github.com/wdullaer/whoami
- Owner: wdullaer
- Created: 2019-10-01T14:07:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T07:08:14.000Z (about 1 year ago)
- Last Synced: 2024-06-21T02:05:16.798Z (5 months ago)
- Language: Go
- Size: 6.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whoami
A simple reimplementation of https://github.com/containous/whoami as a grpc service.The idea is to make this available as a docker image to use as a dummy service to test your infra configuration with.
It serves no real other purposes.## TODO
* Implement all of the methods
* Implement tracing (could be useful to see if your tracing provider works)
* Implement structured logging (could be useful to see if the logging infrastructure works)