This repository compares how to build dataflows with Kedro and Hamilton.
see the side-by-side comparison in the Hamilton documentation
kedro-code/ includes code from the Kedro Spaceflight tutorial.hamilton-code/ is a refactor of kedro-code/ using the Hamilton library.kedro-plugin/ showcases Hamilton plugins to integrate with the Kedro framework.Each directory contains a README with instructions on how to run the code. We suggest going through the Kedro code first, and then read the Hamilton refactor.