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
- Host: GitHub
- URL: https://github.com/opencopilot/core
- Owner: opencopilot
- License: bsd-3-clause
- Created: 2018-04-19T18:30:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T21:13:21.000Z (almost 8 years ago)
- Last Synced: 2025-11-23T18:04:45.781Z (4 months ago)
- Topics: consul, golang, grpc
- Language: Go
- Homepage:
- Size: 2.46 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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`