Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 859 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 859 Bytes

ecflow-proto

Protobuf protocols for ecflow gRPC client using by:

Building

c++

mkdir -p build/cpp
cd build/cpp
protoc -I ../../ --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` ../../ecflow_client.proto
protoc -I ../../ --cpp_out=. ../../ecflow_client.proto

go

mkdir -p build/go
cd build/go
protoc -I ../../ ../../ecflow_client.proto --go_out=plugins=grpc:.

python

mkdir -p build/python
cd build/python
python -m grpc_tools.protoc -I ../../ ../../ecflow_client.proto --python_out=. --grpc_python_out=.

LICENSE

Copyright © 2019-2020, Perilla Roc at nwpc-oper.

ecflow-proto is licensed under the MIT License