kedro¶
Description
Kedro is a framework that makes it easy to build robust and scalable data pipelines by providing uniform project templates, data abstraction, configuration and pipeline assembly.
Modules
kedro.config |
kedro.config provides functionality for loading Kedro configuration from different file formats. |
kedro.io |
kedro.io provides functionality to read and write to a number of data sets. |
kedro.pipeline |
kedro.pipeline provides functionality to define and execute data-driven pipelines. |
kedro.runner |
kedro.runner provides runners that are able to execute Pipeline instances. |
kedro.context |
kedro.context provides functionality for loading Kedro project context. |
kedro.contrib |
kedro.contrib is the place for all contribution from third parties. |
kedro.cli |
kedro is a CLI for creating Kedro projects. |
kedro.versioning |
kedro.logging provides functionality to setup the journal for capturing information required to reproduce a Kedro run. |