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

https://github.com/opencopilot/core

A platform for running network services, as a service
https://github.com/opencopilot/core

consul golang grpc

Last synced: 4 months ago
JSON representation

A platform for running network services, as a service

Awesome Lists containing this project

README

          

![OpenCoPilot Logo](docs/img/OC_transparent.png)

## OpenCoPilot Core

This is a `gRPC` server that speaks to a `Consul` cluster and the Packet API.

### Generate from gRPC .proto Definitions

`protoc -I ./core ./core/Core.proto --go_out=plugins=grpc:./core`

`protoc -I ./agent ./agent/Agent.proto --go_out=plugins=grpc:./agent`