An open API service indexing awesome lists of open source software.

https://github.com/pingcap/tipb

TiDB protobuf
https://github.com/pingcap/tipb

Last synced: 10 months ago
JSON representation

TiDB protobuf

Awesome Lists containing this project

README

          

# tipb

TiDB protobuf files

## Requirements

### Install [google/protobuf](https://github.com/google/protobuf)

We use `protoc` 3.5.1, to download: [protobuf/releases/tag/v3.5.1](https://github.com/google/protobuf/releases/tag/v3.5.1)

## Generate the Go and Rust codes

```sh
make
```

NOTE: Do not forget to update the dependent projects!