spacecadet@lemm.eetoRust@programming.dev•I just released my first OSS library! Introducing Aqueducts, a framework to build ETL pipelines using rust
1·
7 months agoVery similar to something I’ve been working on but this seems better (I’m still a rust programming newb). I am essentially making a DBT clone but in rust so it doesn’t take 6 hours to do a DBT run and focuses more on Rust managing and transforming the data.
What was your programming experience before rust? I’m coming from Python so at lot of times I feel like I’m learning from scratch but in a good way. I’m glad rust is teaching me how to break bad habits.