# tipb **Repository Path**: mirrors_pingcap/tipb ## Basic Information - **Project Name**: tipb - **Description**: TiDB protobuf - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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!