Skip to main content
BetweenSystems logo
BetweenSystems
AboutContact

Where technology meets curiosity ...

Python
ClickHouse
Uvicorn
Concurrency
Architecture

Latest Articles

Fixing Concurrent Queries Within the Same Session in ClickHouse Async Python Apps (Uvicorn + FastAPI)
#Python#ClickHouse#Uvicorn
Fixing Concurrent Queries Within the Same Session in ClickHouse Async Python Apps (Uvicorn + FastAPI)

October 16, 2025

Connecting to a database from Python seems simple enough - you create a client, send queries, and handle results. But when we scaled that to thousands of concurrent requests under an async web server,...

Read More
Challenges & Pitfalls of Running Kafka on Kubernetes
Challenges & Pitfalls of Running Kafka on Kubernetes

October 4, 2025

Coming soon!...