/gprc-metrics-poc

gRPC-based Metrics Collection pipeline proof-of-concept monorepo

Primary LanguageJavaScript

Buffer Metrics

A monorepo for our unified metrics collection built on Protobufs and gRPC

Setup

First install the protoc binary and install all of the node dependencies in the node package directory:

cd node
npm install

Now you can generate all the gRPC code using protoc and build.sh:

./build.sh