The proto files can be consumed as GIT submodules or copied and built directly in the consumer project.
The compiled files are published to central repositories (Maven, ...).
To generate the raw gRPC client libraries, use make gen-${LANGUAGE}
. Currently supported languages are:
- python
- golang
- java
To release this we use GitHub Actions when a new release is tagged via GitHub.
See LICENSING
The docs are auto generated from the protobuf. They are then hosted on github pages here.