Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

cemc-oper/ecflow-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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