alivxxx / kvproto

Protocol buffer files for TiKV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kvproto

Protocol buffer files for TiKV

Usage

  • Write your own protocol file in proto folder.
  • If you need to update raft-rs, please download the proto file respectively and overwrite the one in include folder.
  • Run make to generate go and rust code. We generate all go codes in pkg folder and rust in src folder.
  • Update the dependent projects.

About

Protocol buffer files for TiKV

License:Apache License 2.0


Languages

Language:Rust 99.8%Language:Shell 0.2%Language:Makefile 0.0%