https://github.com/pingcap/tipb
TiDB protobuf
https://github.com/pingcap/tipb
Last synced: 10 months ago
JSON representation
TiDB protobuf
- Host: GitHub
- URL: https://github.com/pingcap/tipb
- Owner: pingcap
- License: apache-2.0
- Created: 2016-03-07T03:18:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T09:29:57.000Z (10 months ago)
- Last Synced: 2025-05-13T10:39:15.400Z (10 months ago)
- Language: Shell
- Size: 3.71 MB
- Stars: 97
- Watchers: 99
- Forks: 149
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!