- ListPipelines
- Run Trigger
- Streaming Run Status Response
We are going to use gRPC to generate libraries for Go. To generate the Go code, you'll need to install protoc.
# Go Client
$ protoc -I protobuf/ --go_out=plugins=grpc:protobuf_kedro/ protobuf/kedro.proto
The latter will generate kedro.pb.go.
Run the client, simply run:
go run client.go
Kedro gRPC Server installation: