GRPC WITH MICRONAUT

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

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-cat-api

  • To get familiar with micronaut check out this previous post on micronaut. The complete code for this post can be found on github here.

  • protoc-jar-maven-plugin

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

  • Include the api specification we just created at src/main/proto/cats.proto. Now add the protoc-jar maven plugin.

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

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

  • For a different tutorial on your first gRPC server with micronaut please look at this one from micronaut. Or your starting point is here with the underlying technology of gRPC.

  • Protobuf

    Protocol Buffers - Google's data interchange format

  • gRPC is contract first i.e. you have to define the specification before you can write your implementation. This contract is defined with Protocol Buffers (protobuf) and come with the .proto extension.

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

  • Using graphQL+gRPC+Golang to Create a Bike Rental Microservices, with persistence on ArangoDB.

    4 projects | dev.to | 2 Jun 2022
  • Building High-Performance Web Services with Golang gRPC

    2 projects | /r/golang | 17 Apr 2023
  • Golang in Action: How to implement a simple distributed system

    3 projects | dev.to | 25 Oct 2022
  • Finally: A Language Specification for Protocol Buffers

    10 projects | news.ycombinator.com | 12 Sep 2022
  • How does saving work in complex games using Unity?

    3 projects | /r/gamedev | 15 Aug 2022