Protoc

Top 18 Protoc Open-Source Projects

  • Protobuf

    Protocol Buffers - Google's data interchange format

  • Project mention: Reverse Engineering Protobuf Definitions from Compiled Binaries | news.ycombinator.com | 2024-03-09

    For at least 4 years protobuf has had decent support for self-describing messages (very similar to avro) as well as reflection

    https://github.com/protocolbuffers/protobuf/blob/main/src/go...

    Xgooglers trying to make do on the cheap will just create a Union of all their messages and include the message def in a self-describing message pattern. Super-sensitive network I/O can elide the message def (empty buffer) and any for RecordIO clone well file compression takes care of the definition.

    Definitely useful to be able to dig out old defs but protobuf maintainers have surprisingly added useful features so you don’t have to.

    Bonus points tho for extracting the protobuf defs that e.g. Apple bakes into their binaries.

  • buf

    The best way of working with Protocol Buffers.

  • Project mention: 5 Open Source tools written in Golang that you should know about | dev.to | 2023-12-15

    The Buf CLI is a versatile tool designed for handling Protocol Buffers (Protobuf), a method of serializing structured data. It offers several key features, including managing Protobuf assets through the Buf Schema Registry (BSR), providing a linter to enforce optimal API design and structure, and a breaking change detector to maintain compatibility either in source code or at the wire level. Additionally, the Buf CLI includes a generator that activates plugins based on user-defined templates and a formatter to standardize the formatting of Protobuf files according to industry norms. It also integrates seamlessly with the Buf Schema Registry, supporting comprehensive dependency management.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • protoc-gen-validate

    Protocol Buffer Validation - Being replaced by github.com/bufbuild/protovalidate

  • protoc-gen-doc

    Documentation generator plugin for Google Protocol Buffers

  • Project mention: Embedded communication protocols doc gen | /r/embedded | 2023-05-20
  • ts-protoc-gen

    Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.

  • protobuf-swift

    Google ProtocolBuffers for Apple Swift

  • protobuf

    A pure Elixir implementation of Google Protobuf. (by elixir-protobuf)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • protolock

    Protocol Buffer companion tool. Track your .proto files and prevent changes to messages and services which impact API compatibility.

  • protox

    A fast, easy to use and 100% conformant Elixir library for Google Protocol Buffers (aka protobuf)

  • protoc-jar-maven-plugin

    Protocol Buffers protobuf maven plugin - based on protoc-jar multi-platform executable protoc JAR

  • protobuf-maven-plugin

    Maven Plugin that executes the Protocol Buffers (protoc) compiler

  • powerproto

    🎉 An awesome version control tool for protoc and its related plugins.

  • protoc-jar

    Protocol Buffers protobuf compiler - multi-platform executable protoc JAR and API

  • buf-examples

    Example repository that uses Buf.

  • protoc-gen-typescript-http

    Generate types and service clients from protobuf definitions annotated with http rules.

  • protoc-gen-gorm

    Generate GORM v2 Models and APIs from your .proto files.

  • Project mention: Seeking advice on implementing a tinyurl-like service using Go and gRPC. | /r/golang | 2023-05-24

    2: You can use gorm to save time and can also use protobuf plugin to make your life easier. I like https://github.com/complex64/protoc-gen-gorm it does not support relations yet but I guess you only need one table. ORM is not recommended but working with protobuffers you can save a lot of time with auto generation. if not ORM, u/jloking post makes more sense.

  • protogen-python

    The protogen package makes it easy to write protoc plugins in Python

  • protoc-gen-mdbook

    protoc plugin to generate mdBook pages

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Protoc related posts

Index

What are some of the best open-source Protoc projects? This list will help you:

Project Stars
1 Protobuf 63,586
2 buf 8,203
3 protoc-gen-validate 3,638
4 protoc-gen-doc 2,555
5 ts-protoc-gen 1,325
6 protobuf-swift 937
7 protobuf 786
8 protolock 583
9 protox 261
10 protoc-jar-maven-plugin 240
11 protobuf-maven-plugin 227
12 powerproto 181
13 protoc-jar 128
14 buf-examples 69
15 protoc-gen-typescript-http 40
16 protoc-gen-gorm 19
17 protogen-python 11
18 protoc-gen-mdbook 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com