Reactive Python

A practical guide to real-world problems

Randal Kamradt Sr
Level Up Coding
Published in
5 min readMar 14, 2024

--

Photo by Timothy Dykes on Unsplash

I often use Jupyter notebooks running inside a Kubernetes cluster to run reports that can directly access the other services in the cluster. That way, I don’t need to worry about the ingress layer which is very suspicious of incoming calls. I can page through Elasticsearch results to collect up the items matching a query with this:

--

--