edlau / git-go-scalability-talk

Go scalability talk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-go-scalability-talk

Installation

  1. Install protobuf
  2. go get -u github.com/golang/protobuf/{proto,protoc-gen-go}

Running benchmarks

  1. cd benchmark && go test ./... -bench .

Regenerating protobufs

  1. protoc application/model/*.proto --go_out=plugins=grpc:.

About

Go scalability talk.


Languages

Language:Go 99.5%Language:Protocol Buffer 0.5%