Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polarsignals/apis

Protobuf definitions for the Polarsignals APIs
https://github.com/polarsignals/apis

Last synced: 3 days ago
JSON representation

Protobuf definitions for the Polarsignals APIs

Awesome Lists containing this project

README

        

# Proto

This document describes the tools and workflows necessary to get started working on the Polar Signals' protobuf definitions.

## Prerequisites

We'll need a couple of tools to spin up the dev environment. Make sure they are installed by running the `env-proto.sh` script.

Use `make proto-install` to install necessary 3rd party proto dependencies to generate necessary server and client code.

## Generate

Use `make proto` to generate server-side Go code.