Table of Contents

Protocol Buffers (Protobuf)

Return to gRPC, GraphQL, Microservices, REST, GitHub star ranking for organizations, GitHub star ranking for repositories, GitOps or GitHub

Snippet from Wikipedia: Protocol Buffers

Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. It is useful in developing programs that communicate with each other over a network or for storing data. The method involves an interface description language that describes the structure of some data and a program that generates source code from that description for generating or parsing a stream of bytes that represents the structured data.


Installation

Install on Windows with Chocolatey

Chocolatey install via choco install

Install on macOS with Homebrew

Homebrew install via brew install

Install on Ubuntu-Debian with APT

install on Ubuntu - Install on Debian via apt install

Install on Rocky-CentOS-Fedora-Oracle-OpenSUSE Linux with dnf

install on Rocky Linux via dnf install

Install on RHEL with yum

install on RHEL via yum install

Install with Ansible

install with Ansible

Install with Chef

install with Chef

Install with Puppet

install with Puppet