Home » Event overview

Business Case: From Excel to an automated Modern Data Warehouse
Eloi Sanchez | Uncategorized | No CommentsA 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…

Solving the “it works on my machine” issue using Docker
Darko Monzio Compagnoni | Uncategorized | No CommentsDocker 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
Darko Monzio Compagnoni | Uncategorized | No CommentsIn 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…

Using Dagster as a data orchestration tool: some examples
Darko Monzio Compagnoni | dbt, Uncategorized | No CommentsDagster 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,…