🤔 pondrs
Repo | Crate | Docs | Book | Examples
Pipelines of Nodes & Datasets — a Rust pipeline execution library, heavily inspired by Kedro.
Example
Define your catalog and params as structs, with datasets backed by files or memory:
Write a pipeline function that wires nodes together through shared datasets:
+ 'a
Configure your catalog and params via YAML and run with the built-in CLI:
# conf/base/catalog.yml
readings:
path: data/readings.csv
separator: ","
summary:
report:
path: data/report.json
# conf/base/parameters.yml
threshold: 0.5
AI Disclosure
This library was designed and architected by humans. Implementation was carried out by an AI coding agent under close human supervision and review.
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.