/horaedbproto

Protocol buffer files for CeresDB

Primary LanguageRustApache License 2.0Apache-2.0

ceresdbproto

Protocol buffer files for CeresDB.

Usage

Rust

Add this to your Cargo.toml:

ceresdbproto = { git = "https://github.com/CeresDB/ceresdbproto.git"}

Go

go get github.com/CeresDB/ceresdbproto

Generate code

Install Protocol Buffers 3.7.1+ compiler.

Rust

Nothing required

Go

go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
sh gen-go.sh