#data-pipeline #etl-pipeline #aqueducts #cli #etl

app aqueducts-cli

CLI application to run pipelines defined for the aqueducts framework

18 releases (8 breaking)

0.9.0 Mar 19, 2025
0.7.1 Dec 9, 2024
0.7.0 Nov 29, 2024
0.4.0 Jul 28, 2024

#550 in Command line utilities

Download history 46/week @ 2024-12-11 1/week @ 2024-12-18 156/week @ 2025-01-08 6/week @ 2025-01-15 2/week @ 2025-02-05 3/week @ 2025-02-19 26/week @ 2025-02-26 139/week @ 2025-03-19 6/week @ 2025-03-26

154 downloads per month

Custom license

60KB
428 lines

Aqueducts CLI

Example CLI application utilizing the Aqueducts framework to run ETL pipelines declared in YAML.

Install

# install with default features (s3, gcs, azure)
cargo install aqueducts-cli

# install with odbc support
cargo install aqueducts-cli --features odbc

# install with s3 support only
cargo install aqueducts-cli --no-default-features --features s3

Run

aqueducts --file ./example.yml --param key1=value1 --param key2=value2  

Dependencies

~0–37MB
~731K SLoC