Articles by Will Hipson

Chain your maestro pipelines DAG style

November 21, 2024 | Will Hipson

I’m thrilled to introduce the biggest maestro update yet. DAGs! A DAG (directed acyclic graph) in the context of data pipelines is when you have data processing steps that connect into other steps until a final step is reached. Almost all data o... [Read more...]

maestro 0.3.0

September 22, 2024 | Will Hipson

maestro 0.3.0 introduces principled methods for obtaining a schedule table, pipeline status, and artifacts (i.e., return values). This is now possible because of a major refactoring of the backend to use R6 classes for pipelines and schedul...
[Read more...]

maestro 0.2.0

August 26, 2024 | Will Hipson

maestro 0.2.0 brings with it new features for scheduling pipelines on specific hours, days, or months. With a few new tags, we have so much more versatility for scheduling. If you haven’t heard of maestro, it’s a package that helps you sche...
[Read more...]

Hello maestro

June 18, 2024 | Will Hipson

I’m thrilled to announce the release of maestro, a new package for developing, scheduling, and monitoring data pipelines. Here, I’ll walk through what maestro does and why you’d want to use it. install.packages("maestro") The Motivation ...
[Read more...]