-
Python
Exploring Security, Metrics, and Error-handling with gRPC in Python
In my post “Using gRPC in Python,” we wrote a basic gRPC server implementing a users service. We are going…
Read More » -
Python
Using gRPC in Python
gRPC is an HTTP/2-based Remote Procedure Call (RPC) framework that uses protocol buffers (protobuf) as the underlying data serialization framework.…
Read More » -
Python
Monitoring Your Asynchronous Python Web Applications Using Prometheus
In my last article, we saw how we can integrate the Prometheus monitoring system with synchronous Python applications. We focused…
Read More » -
Python
Monitoring Your Synchronous Python Web Applications Using Prometheus
As soon as we deploy any nontrivial web application, or any software application for that matter, we soon (or should)…
Read More »