tree: 7a792259302c594d33dc189bbd99ab57725bceeb [path history] [tgz]
  1. hamilton-code/
  2. kedro-code/
  3. kedro-plugin/
  4. README.md
examples/kedro/README.md

Kedro & Hamilton

This repository compares how to build dataflows with Kedro and Hamilton.

see the side-by-side comparison in the Hamilton documentation

Content

  • 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.