Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/go-microservice-helpers
A collection of handy snippets that simplify creation of GRPC servers and clients
https://github.com/google/go-microservice-helpers
go grpc grpc-client grpc-server jwt opentracing tracing zipkin
Last synced: 3 months ago
JSON representation
A collection of handy snippets that simplify creation of GRPC servers and clients
- Host: GitHub
- URL: https://github.com/google/go-microservice-helpers
- Owner: google
- License: apache-2.0
- Archived: true
- Created: 2017-05-24T18:37:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T16:56:58.000Z (almost 6 years ago)
- Last Synced: 2024-06-18T14:03:59.067Z (5 months ago)
- Topics: go, grpc, grpc-client, grpc-server, jwt, opentracing, tracing, zipkin
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 421
- Watchers: 24
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-grpc - go-microservice-helpers - A collection of handy snippets that simplify creation of gRPC servers and clients (Language-Specific / Go)
README
# Go-Microservice-Helpers
**This is not an official Google product**
A collection of handy snippets that simplify creation of GRPC servers and
clients. The provided helpers allow to create grpc endpoints with zipkin
distributed tracing pre-configured; spawn http servers that serve both grpc and
common http traffic; simplify golang crypto primitives to load EC keys.