GitXplorerGitXplorer
j

git-go-scalability-talk

public
6 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
fbfa17ae1b3740b97d6a4afcb9f2cd247ac1167d

Small tweaks

jjeanbza committed 7 years ago
Unverified
b3d02175528fa315a38ca5685fc6ea3637fada6c

Expand on channel backed queues

jjeanbza committed 7 years ago
Unverified
27a4a1f74ffff5cd4a07de6f0fc395515545e91e

Channel writes nonblocking

jjeanbza committed 7 years ago
Unverified
528f89c29f9af329cad57d61f644d40b868d825e

Remove datastore section

jjeanbza committed 7 years ago
Unverified
d6ee427366c935132ab582215c165774541522f5

Talk updates

jjeanbza committed 7 years ago
Unverified
c5de27ad6097d5618beb67f90915b937057b5f1e

Talk updates

jjeanbza committed 7 years ago

README

The README file for this repository.

git-go-scalability-talk

Installation

  1. Install protoc to compile protobufs

  2. Install deps

    go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
    go get github.com/gorilla/websocket
    go get golang.org/x/net/context
    go get google.golang.org/grpc
    
  3. (optional) Regenerate protobuf clients+models protoc application/model/*.proto --go_out=plugins=grpc:.

Running benchmarks

  1. go test ./... -bench .