Select to view content in your preferred language

Add grpcio to arcgis base python environment

240
1
03-25-2025 04:11 AM
Status: Open
PatrickLuchsinger
Emerging Contributor

grpc is a widely used rpc framework: It enables an important architectural pattern to consume microservices similarly to how requests can be used to consume Rest APIs.

Having the grpc package in the base environment would complement the protobuf package, which is already part of the base environment. It would also make the deployment of python toolboxes easier because customers don't necessarily have to clone the base environment.

1 Comment
StefanFlury

At swisstopo, we use grpc on a large scale on many computers to implement long-running processes with continous messaging.