What's involved in protobuf encoding?

This page summarizes the projects mentioned and recommended in the original post on /r/grpc

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Protobuf

    Protocol Buffers - Google's data interchange format

  • Not much. You can check the source code in https://github.com/protocolbuffers/protobuf. For example, for serializing a boolean in C#: https://github.com/protocolbuffers/protobuf/blob/main/csharp/src/Google.Protobuf/WritingPrimitives.cs#L165. Strings and objects are a bit more complicated, but it is all about turning the data into its byte representation.

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A protoc compiler plugin that generates useful extension code for Kotlin/JVM

    2 projects | dev.to | 28 May 2024
  • Show HN: Protobuf Editions now available in v27.0

    1 project | news.ycombinator.com | 24 May 2024
  • Hitting every branch on the way down

    4 projects | news.ycombinator.com | 29 Apr 2024
  • How to learn to use protoc in 21 easily infuriating steps

    1 project | news.ycombinator.com | 12 Aug 2023
  • Trying To Solve The Confusion of Choice Between gRPC vs REST🕵

    1 project | dev.to | 22 Jul 2023