GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#starlark #protocol_buffers

This repository provides the original interface definitions for Google APIs, which support both REST and gRPC protocols. By using these definitions, you can better understand Google APIs and use them more efficiently. You can generate client libraries, documentation, and other tools with open source tools. The repository also guides you on how to build API client libraries using Bazel and access Google APIs through various methods like JSON over HTTP or Protocol Buffers over gRPC. This helps developers integrate Google APIs into their applications more effectively and efficiently.

https://github.com/googleapis/googleapis
#cplusplus #marshalling #protobuf #protobuf_runtime #protoc #protocol_buffers #protocol_compiler #rpc #serialization

Protocol Buffers (protobuf) is a way to send and store structured data that works with many programming languages and platforms. It helps you serialize data, which means turning complex data into a simple format that can be easily sent or stored. To use protobuf, you need to install the protocol compiler (protoc) and the runtime for your programming language. You can download pre-built binaries or build it from source. This tool is beneficial because it allows you to work with data in a flexible and efficient way, making it easier to share and manage data across different systems and languages.

https://github.com/protocolbuffers/protobuf