Remote UDF Function Service In Python Demo

Compile

  1. pip install grpcio-tools
  2. python -m grpc_tools.protoc -Iproto --python_out=. --grpc_python_out=. proto/function_service.proto && python -m grpc_tools.protoc -Iproto --python_out=. proto/types.proto

Run

python function_server_demo.py 9000 9000 is the port that the server will listen on