Visualizing Kafka Data in Grafana: Consuming Real-Time Messages for DashboardsDec 19, 2025·9 min read
Visualizing Avro Kafka Data in Grafana: Streaming Real-Time SchemasHey everyone, if you've been following along from my last post on streaming JSON into Grafana with the Kafka Datasource plugin, you know how awesome it is to watch real-time data light up your dashboards. Today, we're leveling up to Avro; that compac...Feb 15, 2026·8 min read
ClickHouse Basic Tutorial: Keys & IndexesPhoto by Maksym Kaharlytskyi on Unsplash In the previous parts, we saw an introduction to ClickHouse and its features. Furthermore, we learned about its different table engine families and their most usable members. In this part, I will walk through ...Jun 2, 2023·9 min read
How to Schedule Database Backups with Cronjob and Upload to AWS S3Introduction The update procedure is a vital operation every team should consider. However, doing it manually can be exhausting. As a toil, you can automate it simply by creating a cronjob to take the backup and upload it to your desired object stora...May 23, 2023·4 min read
ClickHouse Basic Tutorial: Table EnginesIn this part, I will cover ClickHouse table engines. Like any other database, ClickHouse uses engines to determine a table's storage, replication, and concurrency methodologies. Every engine has pros and cons, and you should choose them by your need....Apr 29, 2023·7 min read
Step-by-Step Guide: Deploying Kafka Connect via Strimzi Operator on KubernetesPhoto by Ryoji Iwata on Unsplash Strimzi is almost the richest Kubernetes Kafka operator, which you can utilize to deploy Apache Kafka or its other components like Kafka Connect, Kafka Mirror, etc. This article will provide a step-by-step tutorial ab...Apr 25, 2023·8 min read
ClickHouse Basic Tutorial: An IntroductionThis is the first part of the ClickHouse Tutorial Series. In this series, I cover some practical and vital aspects of the ClickHouse database, a robust OLAP technology many enterprise companies utilize. In this part, I'll talk about the main features...Apr 13, 2023·4 min read