The Data Bus: a helpful pattern for data engineering

Posted on December 07, 2022 in Data Engineering

The Data Bus is a pattern that can help you tidy up data flows, and helps to keep track of the preprocessing steps taken. It is a simple, language-agnostic pattern that can be used to make sense when multiple transform steps are involved.


Continue reading