chunshao90 / horaedbproto

Protocol buffer files for CeresDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Protocol buffer files for CeresDB

License:Apache License 2.0


Languages

Language:Rust 56.9%Language:Shell 43.1%