Latest Blogs

Externalise secrets from Debezium connector config
Externalise secrets from Debezium connector config

Externalise Secrets from Debezium Connector Config highlights importance of securing database credentials by externalizing from connector configurations, enhancing security and management efficiency.

Can Kafka topic partitions be increased or decreased in prod?
Can Kafka topic partitions be increased or decreased in prod?

Scaling Kafka Topics explores increasing partitions for scalability, but decreasing poses data loss risks. It discusses best practices for partition management and optimizing Kafka performance.

AWS Lambda
AWS Lambda

AWS Lambda is a serverless computing service that runs code in response to events without requiring server management. It automatically scales, handles infrastructure, and supports various programming languages, making it ideal for real-time data processing, web applications, and IoT backends. You only pay for consumed compute time.

Time Series database
Time Series database

A time-series database (TSDB) is a specialized software system designed to efficiently store and manage large volumes of time-stamped data. Unlike traditional relational databases, TSDBs are optimized for handling sequential data points associated with specific timestamps, making them ideal for applications requiring real-time monitoring and analysis over time.

Data engineer tech-stack
Data engineer tech-stack

Big data engineers deal with data-related tasks like fetching data from different sources like relational databases ( MySQL, Postgres), NoSQL databases ( MongoDB), and application events from Kafka.