Python + gRPC Demo
Demos for articles:
- https://blog.codeship.com/using-grpc-in-python/
- https://blog.codeship.com/exploring-security-metrics-and-error-handling-with-grpc-in-python/
Contents
The demos were updated last in June 2021.
Key software versions:
- Python 3.8
- gRPC 1.38
You will need docker and docker compose installed.
demo1
demo2
Intereceptors
This is updated to work with grpc 1.48.0 and Python 3.10