https://github.com/infoslack/go-microservice
Microservices in Golang with gRPC and protobuf
https://github.com/infoslack/go-microservice
docker golang grpc microservices protobuf
Last synced: about 1 year ago
JSON representation
Microservices in Golang with gRPC and protobuf
- Host: GitHub
- URL: https://github.com/infoslack/go-microservice
- Owner: infoslack
- Created: 2018-04-07T15:11:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T15:04:27.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T04:28:15.503Z (about 1 year ago)
- Topics: docker, golang, grpc, microservices, protobuf
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microservice in Golang
======================================
Shipping container management platform is an example application made in Golang
to put the microservice architecture into practice using [gRPC](https://grpc.io/) and [protobuf](https://developers.google.com/protocol-buffers/) for internal communications.
The example is built based on [blog posts](https://ewanvalentine.io/tag/go/).