sfu-db / connector-x

Fastest library to load data from DB to DataFrames in Rust and Python
https://sfu-db.github.io/connector-x
MIT License
2.02k stars 163 forks source link

Enable Linux arm64 release wheels #673

Open samster25 opened 3 months ago

samster25 commented 3 months ago

Our users in Daft rely on connector-x to read SQL from their databases. Our user base heavily uses graviton machines on AWS which are linux + arm64.

We currently maintain a separate dependency path for linux/arm64 since the last published one was 0.2.3.

Daft is also built in rust + pyo3 and we publish linux arm64 wheels. Happy to contribute!

https://github.com/Eventual-Inc/Daft/blob/b3f5260740cb6ab5013671b31d6a8a1e89fc4002/requirements-dev.txt#L61