Posts.
Apache Flink with Nix Flakes for Real-Time Data Streaming
A guide to configuring a Nix flake environment for Apache Flink, enabling efficient real-time data streaming and processing.Read more ⟶LZ4 compression algorithm : A Deep Dive
LZ4 is a lossless compression algorithm based on the LZ77 algorithm. It compresses data by identifying repeating patterns and encoding them in a compact format. The focus of LZ4 is on high-speed compression and decompression, making it suitable for real-time applications where performance is critical.Read more ⟶TreeLine DB: Redefining Database Performance
TreeLine, a new update-in-place key-value store designed for NVMe SSDs, it represents a groundbreaking shift in database architecture, specifically designed to optimize performance on modern NVMe SSDs. By blending the high read efficiency of traditional update-in-place designs with innovative techniques like record caching, page grouping, and insert forecasting, TreeLine DB minimizes the common drawbacks of both B+ trees and LSMs. This hybrid approach allows TreeLine DB to deliver superior read and write performance, making it an ideal choice for handling diverse and demanding data workloads in today’s fast-paced technological landscape.Read more ⟶Kafka Settings
Apache Kafka offers a wide range of configuration settings that can be adjusted to optimize performance, reliability, and efficiency for various use cases. Here are several key settings in Kafka that could be particularly interesting and useful depending on specific requirements .........Read more ⟶Hello World
In this blog i share my experience of creating a blogging site using zola(ssg) and github pagesRead more ⟶