protobuf
by
protocolbuffers

Description: Protocol Buffers - Google's data interchange format

View on GitHub ↗

Summary Information

Updated 11 minutes ago
Added to GitGenius on January 28th, 2026
Created on August 26th, 2014
Open Issues & Pull Requests: 268 (+4)
Number of forks: 16,180
Total Stargazers: 71,479 (+1)
Total Subscribers: 2,008 (+0)

Issue Activity (beta)

Open issues: 98
New in 7 days: 2
Closed in 7 days: 3
Avg open age: 657 days
Stale 30+ days: 82
Stale 90+ days: 52

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 5
Events in 7 days: 16

Top labels

  • inactive (744)
  • c++ (540)
  • python (307)
  • bug (287)
  • enhancement (255)
  • question (250)
  • untriaged (246)
  • java (240)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 465.3 days
90th percentile: 2116.3 days
Tracked items: 1,215

Most active contributors

Detailed Description

Protocol Buffers is Google's language-neutral, platform-neutral mechanism for serializing structured data, maintained in the protocolbuffers/protobuf repository on GitHub. Written primarily in C++, the project provides both a protocol compiler (protoc) that translates .proto schema files into language-specific code and runtime libraries for multiple programming languages including C++, Java, Python, Objective-C, C#, Ruby, PHP, and JavaScript, with Go and Dart implementations maintained in separate repositories.

The repository serves as the canonical implementation of Protocol Buffers, a data interchange format designed for efficient serialization of structured information. The project is classified across multiple domains including serialization, structured data handling, data exchange, schema definition, code generation, RPC frameworks, and cross-language interoperability. Users can obtain the protocol compiler either as pre-built binaries from GitHub releases or by building from source, with the README explicitly recommending that users pin to release commits rather than tracking the main branch due to occasional source-incompatible changes and insufficiently-tested behavior in development versions.

The repository supports multiple build systems, including Bazel with both Bzlmod (for Bazel 8 and later) and legacy WORKSPACE configurations. Installation paths differ based on user needs: C++ users should follow dedicated C++ installation instructions in the src directory, while non-C++ users can download pre-built protoc binaries from the release page. Each language runtime has its own source directory with specific installation instructions, though Go and Dart implementations are maintained in external repositories rather than within the main protobuf project.

GitGenius activity tracking reveals significant ongoing maintenance and community engagement. Across 1,213 tracked issues and pull requests, the median response latency is 0.0 hours with a mean of 11,184.9 hours, indicating variable response times across different items. The most frequently applied issue labels are inactive (325 occurrences), untriaged (234), and c++ (156), suggesting a substantial backlog of unreviewed issues. The most active contributors tracked are esrauchg with 692 events, zhangskz with 664 events, and JasonLunn with 383 events, demonstrating concentrated maintainer involvement. The repository shares overlapping contributors with major projects including microsoft/vscode, python/cpython, and golang/go, indicating its foundational importance across the broader software ecosystem.

The project emphasizes stability through its support policy and version management strategy, with documentation available at protobuf.dev and a developer community organized through a Google Group for announcements and discussions. The repository includes example code in an examples directory and comprehensive tutorials in the developer guide, supporting users from initial learning through advanced implementation scenarios.

protobuf
by
protocolbuffersprotocolbuffers/protobuf

Repository Details

Fetching additional details & charts...