protobuf protocolbuffers
Protocol Buffers - Google's data interchange format
- 主要语言
- C++
- Stars
- 71,765
- Forks
- 16,236
标签
- 库/SDK
- 数据序列化
- 编译器
- 后端
- 编程语言
- 跨平台
摘要
Protocol Buffers(protobuf)是 Google 开发的跨语言、跨平台、可扩展的结构化数据序列化机制,用于高效定义、编译和传输数据格式。它提供 protoc 编译器将 .proto 文件编译为多种语言(C++、Java、Python、Go、Ruby、C# 等)的运行时代码,适用于 RPC 通信、数据存储和微服务间消息交换等场景。作为业界广泛采用的数据交换标准,它是 gRPC 和数据管线底层协议的事实基础。
README
Protocol Buffers - Google 的数据交换格式 =================================================== [](https://securityscorecards.dev/viewer/?uri=github.com/protocolbuffers/protobuf) Copyright 2008 Google L…