Introducing DRPC: The Storj Replacement for gRPC

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

    drpc is a lightweight, drop-in replacement for gRPC

  • It does not. It has its own wire format designed to be simple to parse and implement (https://pkg.go.dev/storj.io/drpc@v0.0.21/drpcwire). But, because it was designed to be extensible and open to introspection, there is a package that allows you to serve the same service over HTTP (https://github.com/storj/drpc/blob/main/drpcmux/serve_http.go) but that's not required at all.

  • protoactor-go

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

  • Awesome! I'm gonna see if I can adapt proto.actor to use it

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

    A simple RPC framework with protobuf service definitions

  • I'm not sure I follow. Going by twirps documentation, the code to setup an http hosted server speaking JSON looks something like

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
  • I Reviewed 1,000s of Opinions on gRPC

    2 projects | news.ycombinator.com | 26 Dec 2023
  • Code generation for REST inter service communication?

    1 project | /r/microservices | 4 Jul 2023
  • Reasons to use gRPC/Protobuf?

    3 projects | /r/golang | 30 Apr 2023