This is an automated email from the ASF dual-hosted git repository.
raulcd 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 dd0891e6b06 Add protarrow (#509)
dd0891e6b06 is described below
commit dd0891e6b06850a1124424325cd358d226dfaeb7
Author: 0x26res <[email protected]>
AuthorDate: Fri Apr 26 10:50:03 2024 +0100
Add protarrow (#509)
Co-authored-by: aandres <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
---
powered_by.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index a835ebab1d5..0d255b457fa 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -176,6 +176,7 @@ short description of your use case.
(e.g. multi-threading, SIMD vectorization, hiding memory latencies).
Polars is built upon Apache Arrow and uses its columnar memory, compute
kernels,
and several IO utilities. Polars is written in Rust and available in Rust
and Python.
+* **[protarrow][55]:** A Python library for converting from Apache Arrow to
Protocol Buffers and back.
* **[Quilt Data][13]:** Quilt is a data package manager, designed to make
managing data as easy as managing code. It supports Parquet format via
pyarrow for data access.
@@ -275,3 +276,4 @@ short description of your use case.
[52]: https://github.com/innobi/pantab
[53]: https://iceburst.io
[54]: https://github.com/delta-io/delta-rs
+[55]: https://github.com/tradewelltech/protarrow