Extract, transform, load data pipelines
Veri cikar, donustur, yukle pipeline
Sutun bazli veri
arrow = "53"Sorgu motoru
datafusion = "43"Async runtime
tokio = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-etl-pipeline"
version = "0.1.0"
edition = "2021"
[dependencies]
arrow = "53"
datafusion = "43"
tokio = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: