Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 457 Bytes

File metadata and controls

20 lines (15 loc) · 457 Bytes

S T R A T B O X | A K A


Microservices in Golang making use of protobuf and gRPC as the underlying transport protocol. Tech stack will end up as: golang, mongodb, grpc, docker, Google Cloud, Kubernetes, NATS, CircleCI, Terraform and go-micro.

Prerequisites

Install gRPC / protobuf

go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go

code

func main()  {
  // some implementation here
}