This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new af12b1f013c [Website]: Add delta-rs to the Powerd by page (#478)
af12b1f013c is described below
commit af12b1f013c069a49ff2e7926c51b72ec6010870
Author: Sebastiano Meneghin
<[email protected]>
AuthorDate: Tue Feb 27 16:46:16 2024 +0100
[Website]: Add delta-rs to the Powerd by page (#478)
I've added a new project that in my opinion should be included, since it
fully integrates with Apache Arrow, and it provides a great tool for
software developer and data engineers.
The project name is called "delta rs", more about that into the pull
request code.
Been forwarded here after I've opened an issue on apache/arrow.
---
powered_by.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index 0b56bc18dff..a835ebab1d5 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -86,6 +86,9 @@ short description of your use case.
* **[Data Preview][31]:** Data Preview is a Visual Studio Code extension
for viewing text and binary data files. Data Preview uses Arrow JS API
for loading, transforming and saving Arrow data files and schemas.
+* **[delta-rs][54]:** A native Rust library for Delta Lake, with bindings to
Python.
+ It can be integrated with Apache Arrow, increasing the efficiency of data
exchange
+ over the network
* **[Dremio][9]:** A self-service data platform. Dremio makes it easy for
users to discover, curate, accelerate, and share data from any source.
It includes a distributed SQL execution engine based on Apache Arrow.
@@ -271,3 +274,4 @@ short description of your use case.
[51]: https://parseable.io
[52]: https://github.com/innobi/pantab
[53]: https://iceburst.io
+[54]: https://github.com/delta-io/delta-rs