This repository holds the backend implementation for covid-19-au.github.io. The project is written in Go and primarily uses gRPC for service-to-service communication.
Docker image will be available in future releases.
-
Follow gRPC Quickstart to install dependencies for gRPC and Protobuf.
-
Update Protobuf specifications will require re-compilation. Run
protoc -I proto/ proto/*.proto --go_out=plugins=grpc:protogen
and generated artifacts will be available underprotogen
directory. -
Use
go build
to build the binary. Follow this document to learn more about additional build options.
- Robin Liu: opensource@greenvine.dev
- Han Wang: freddie.wanah@gmail.com
- Robin Liu: opensource@greenvine.dev
- Chunyang Chen: Chunyang.Chen@monash.edu
You can contact us by:
- Email opensource@greenvine.dev or create GitHub Issues if there are any the bugs or feature requests.
- Email Chunyang.Chen@monash.edu if you want to join the team for the development.