life is too short for a diary



Posts Tagged: docker

Manage Your Dockerfiles Using Make

Managing multiple `docker-compose` projects can become cumbersome. If you have separate services like Postgres, Kafka, and others, each with its own `docker-compose.yml`, running commands across them can be repetitive. In this post, we'll explore a neat way to simplify this using a master `Makefile`...

Continue reading → docker devops



Publish / Subscribe to Kafka locally

Apache Kafka is a distributed streaming platform designed for building real-time data pipelines and streaming applications. Originally developed by LinkedIn, Kafka excels at handling high-throughput, fault-tolerant publish-subscribe messaging between systems...

Continue reading → kafka kcat docker



Optimizing SQL Queries - Understanding and Refreshing Materialized Views

When to use a materialized view? And how does it perform against a normal view. Benchmarking using docker...

Continue reading → sql database python docker