Hammond95 / FattarielloDB

a cluster db for your fattariellis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FattarielloDB

a cluster db for your fattariellis

build

go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o ./bin/client_run ./client/
go build -a -installsuffix cgo -ldflags '-w -extldflags "-static"' -o ./bin/server_run ./server/

protobuf + gRPC

protoc \
    --go_out=plugins=grpc:. \
    --go_opt=paths=source_relative \
    ./proto/fattariello.proto

About

a cluster db for your fattariellis


Languages

Language:Go 85.1%Language:Dockerfile 9.5%Language:Shell 5.5%