Writing (serverless) data pipelines in rust (www.youtube.com)
from kato@programming.dev to rust@programming.dev on 28 Feb 2024 22:44
https://programming.dev/post/10727960

Hey, I held a talk at the Vienna rust meetup in January about how we use rust to write data pipelines in our company. I really enjoy writing ETLs like this so I wanted to share

#rust

threaded - newest

entropicdrift@lemmy.sdf.org on 02 Mar 2024 02:07 collapse

The project I’m working on uses Polars (in Python) to do an ETL pipeline in a microservice. Having started off doing ETL with Spark, Polars is fantastic!