gRPC Hola mundo con golang

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Discontinued Protocol Buffers - Google's data interchange format [Moved to: https://github.com/protocolbuffers/protobuf] (by google)

  • # Make sure you grab the latest version curl -OL https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip # Unzip unzip protoc-3.5.1-linux-x86_64.zip -d protoc3 # Move protoc to /usr/local/bin/ sudo mv protoc3/bin/* /usr/local/bin/ # Move protoc3/include to /usr/local/include/ sudo mv protoc3/include/* /usr/local/include/ # Optional: change owner sudo chown [user] /usr/local/bin/protoc sudo chown -R [user] /usr/local/include/google

  • 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

  • Help in explaining the reason for an error [R]

    2 projects | /r/MachineLearning | 28 Feb 2022
  • 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
  • What's involved in protobuf encoding?

    1 project | /r/grpc | 28 Jul 2023
  • Trying To Solve The Confusion of Choice Between gRPC vs REST🕵

    1 project | dev.to | 22 Jul 2023