https://github.com/berquerant/firehose-docker-protobuf
https://github.com/berquerant/firehose-docker-protobuf
docker go grpc protobuf
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/berquerant/firehose-docker-protobuf
- Owner: berquerant
- Created: 2023-02-24T13:41:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T14:47:24.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:30:36.675Z (about 1 year ago)
- Topics: docker, go, grpc, protobuf
- Language: Go
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firehose-docker-protobuf
Compile proto files.
# Usage
``` bash
# build image
bin/build.sh
# compile proto
export PROTO_ROOT="/path/to/proto/dir"
export PROTO_PATH=example.proto
export GO_OUT=examplepb
bin/firehose-docker-protobuf.sh
```
# Test
``` bash
# build image
bin/build.sh
# exec test
bin/test.sh
```
c.f. [README.md](test/README.md)