Remove rust
article thumbnail

AWS Lambdas – Python vs Rust. Performance and Cost Savings.

Confessions of a Data Guy

Someone on Linkedin recently brought up the point that companies could save gobs of money by swapping out AWS Python lambdas for Rust ones. At least it’s an excuse to […] The post AWS Lambdas – Python vs Rust. While it raised the ire of many a Python Data Engineer, I thought it sounded like a great idea.

AWS 356
article thumbnail

Writing Apache Spark with Rust! Spark Connect Introduced.

Confessions of a Data Guy

I’m not sure who’s idea it was to make it possible to write Apache Spark with Rust, Golang, or Python … but they are all genius. it is now possible to use Spark Connect … a thin API […] The post Writing Apache Spark with Rust! As of Apache Spark 3.4 Spark Connect Introduced.

Python 100
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Why I Love Rust, but Deploy Python

Confessions of a Data Guy

I love to write Rust … but I deploy Python. Even when I know I […] The post Why I Love Rust, but Deploy Python appeared first on Confessions of a Data Guy. I’m not sure if others have this same problem, maybe they are lucky, they get to build in their favorite language 24/7, it’s their tool of choice.

Python 113
article thumbnail

Ownership and Borrowing in Rust – Data Engineering Gold Mine.

Confessions of a Data Guy

As I started to use Rust on and off, more out of curiosity than anything, I discovered some specs of gold buried down in the depths. appeared first on Confessions of a Data Guy.

article thumbnail

The Ultimate Data Engineering Chadstack. Running Rust inside Apache Airflow.

Confessions of a Data Guy

Is there anything more Chad than Apache Airflow … and Rust? At the moment Rust and Airflow are at least somewhere at the top of that list. Running Rust inside Apache Airflow. I think not you whimp. What two things do I love most? appeared first on Confessions of a Data Guy.

article thumbnail

Exploring Graphs in Rust. Yikes.

Confessions of a Data Guy

What’s more, I actually did most of it in Rust, since […] The post Exploring Graphs in Rust. Over on my Substack newsletter, I’ve been doing a small series on DSA (Data Structures and Algorithms). I tackled some of the easier stuff first, like Linked Lists, Binary Search, and the like.

Algorithm 130
article thumbnail

Rust for Data Engineering

Simon Späti

Will Rust kill Python for Data Engineers? Rust may not replace Python outright, but it has consumed more and more of JavaScript tooling and there are increasingly many projects trying to do the same with Python/Data Engineering. If you only came here to know this, my answer is no. Betteridge’s Law strikes again!