Home » Event overview
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,…
How to read files from a Snowflake Internal Stage in Coalesce.io
Darko Monzio Compagnoni | Coalesce, Snowflake, Uncategorized | No CommentsWhen working with Snowflake and Coalesce.io to build a modern data pipeline, one of the most essential tasks is reading files from Snowflake’s internal stages. These stages serve as the…