apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.24k stars 3.47k forks source link

Adding some projects to "Powered By Arrow" page #40235

Closed SebastianoMeneghin closed 6 months ago

SebastianoMeneghin commented 6 months ago

Describe the enhancement requested

I think that some projects should be added to the Powered By page. One of them, with which I am working right now, is called DeltaRS, which is a Rust library that allows to write to DeltaLake using Python. In this case, Arrow can be used as table-over-the-network format.

Thanks

Component(s)

Documentation, Website

kou commented 6 months ago

Could you open a PR to https://github.com/apache/arrow-site ?

SebastianoMeneghin commented 6 months ago

Could you open a PR to https://github.com/apache/arrow-site ?

Just done! Thanks for forwarding me there.