Replication — Types of LeaderIn distributed systems, the concepts of single-leader, multi-leader, and no-leader replication refer to how updates to replicas are…4d ago4d ago
SQLMesh and DBTSQLMesh and dbt are both tools designed for managing and automating workflows in modern data engineering pipelines, particularly around…Nov 202Nov 202
SQLGlotSQLGlot is an open-source library designed to work with SQL queries in Python. It provides a suite of tools to parse, generate, and…Nov 20Nov 20
Introducing SQLMeshIn the world of data engineering, managing and orchestrating complex data pipelines is no small feat. As businesses increasingly rely on…Nov 20Nov 20
What is Big O ?By definition, big O is the language and metric we use to describe the efficiency of algorithms. Without understanding big O notation it’s…Apr 27Apr 27
Why Data structures and Algorithms are importantAs a software or a computer science, our responsibility is to perform operations on the data. We basically perform the following steps.Apr 20Apr 20