Skip to content

mtvy/grpc_database_accessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Database Server processing

Client modules

Usage

make build # Build proto, linux main binary
make db # Start Database, Grafana, Loki, Jaeger
make up # Start Accessor, Prometheus
make shutdown # Down All
make shut # Down Only Accessor

Testing tools

make cover # Check coverage
make test # Run testing, linters (golangci)

Issue

go get -u google.golang.org/protobuf/cmd/protoc-gen-go
go install google.golang.org/protobuf/cmd/protoc-gen-go

go get -u google.golang.org/grpc/cmd/protoc-gen-go-grpc
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc