Skip to main content

Business Case: From Excel to an automated Modern Data Warehouse

| Uncategorized | No Comments
A few months ago, we were tasked with migrating the data workflow of a property management company, which was heavily based on Excel Sheets, into a modern Data Warehouse. In…
Photo by Todd Cravens on Unsplash

Solving the “it works on my machine” issue using Docker

| Uncategorized | No Comments
Docker has revolutionized the way applications are developed, tested, and deployed. It addresses several common problems in software development, including inconsistent environments, difficulty in scaling applications, and issues with dependency…

Apache Airflow vs Dagster for Data Orchestration

| Uncategorized | No Comments
In my last blog, I briefly described Dagster. In data engineering, effective orchestration tools are essential for managing increasingly complex data workflows. Among the most popular solutions are Apache Airflow…
Dagster's logo resembles an octopus.

Using Dagster as a data orchestration tool: some examples

| dbt, Uncategorized | No Comments
Dagster is an innovative open-source data orchestrator which offers a robust solution for designing, testing, and running data pipelines. This blog post explores Dagster's unique features through practical, non-code examples,…