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

https://github.com/aeonitis/distributed-architecture

Experimenting with Distributed Systems
https://github.com/aeonitis/distributed-architecture

distributed-systems raw

Last synced: 2 months ago
JSON representation

Experimenting with Distributed Systems

Awesome Lists containing this project

README

          

# Distributed-Architecture
Experimenting with Distributed Systems

Command to generate gRPC code of Protobuf message:
`make compile`

OR Alternative:
`protoc --proto_path=api/v1 --go_out=out --go_opt=paths=source_relative api/v1/log.proto`