# cockroach-proto **Repository Path**: mirrors_cockroachdb/cockroach-proto ## Basic Information - **Project Name**: cockroach-proto - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2023-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cockroach Protocol Buffers This repo contains protobuf definitions extracted from the [main cockroach repo](https://github.com/cockroachdb/cockroach). They have been cleaned by removing all [`gogoproto`](https://github.com/gogo/protobuf) extensions to facilitate compilation in other languages. ## Updating proto files To update the files contained here, this repo must be checked out as a sibling of the main cockroach repo. Run `make build` in the cockroach repo (just once, to ensure dependencies are in place), and then run `make` in this one.