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
- Host: GitHub
- URL: https://github.com/aeonitis/distributed-architecture
- Owner: Aeonitis
- Created: 2021-04-27T14:29:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T18:27:31.000Z (about 5 years ago)
- Last Synced: 2023-05-03T21:06:19.848Z (about 3 years ago)
- Topics: distributed-systems, raw
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`