Reasons to use gRPC/Protobuf?

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

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
  • grpc-gateway

    gRPC to JSON proxy generator following the gRPC HTTP spec

  • Protobuf is used is massively scaled services like firebase. But you'll still see JSON in streamed realtime services like AWS Kinesis. Hopefully google had a return on investment for creating and using this protocol, but it's not hard to prove that it's far from essential. Out of apparent convenience I use grpc-gateway so I can expose both Protobuf and JSON, but honestly I wouldn't do it again

  • twirp

    A simple RPC framework with protobuf service definitions

  • 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
  • googleapis

    Public interface definitions of Google APIs.

  • We structure the repo according to proto packages. It's quite similar to how the googleapis repository is structured.

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

  • How do I provide bot RPC and REST endpoints?

    3 projects | /r/golang | 22 May 2023
  • Recommendations Protobuf + HTTP Service

    2 projects | /r/golang | 13 Jun 2022
  • Introducing DRPC: The Storj Replacement for gRPC

    9 projects | /r/golang | 27 Apr 2021
  • Mastering Golang Microservices - A Practical Guide: Embrace High-Performance with Kitex and Hertz

    6 projects | dev.to | 12 Jan 2024
  • I Reviewed 1,000s of Opinions on gRPC

    2 projects | news.ycombinator.com | 26 Dec 2023