This is an automated email from the ASF dual-hosted git repository.
kou 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 9d45df83f16 MINOR: [Website] Add ArrowMetal to Powered By (#815)
9d45df83f16 is described below
commit 9d45df83f1661ebfb21cd0ed36cca0409e8b4b9f
Author: singhpratech <[email protected]>
AuthorDate: Tue Sep 8 03:44:35 2026 -0400
MINOR: [Website] Add ArrowMetal to Powered By (#815)
Adds ArrowMetal to the Powered By list: Apache Arrow compute kernels on
Apple silicon GPUs through Metal, with Arrow buffers used in place in
unified memory and interop through the C Data, C Stream and C Device
Data interfaces.
Site: https://arrowmetal.org · Source (Apache-2.0):
https://github.com/singhpratech/ArrowMetal · PyPI: arrowmetal 0.1.0
---
powered_by.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index a909376e3f6..b3e3b91e825 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -67,6 +67,11 @@ short description of your use case.
the ArcGIS suite of products to perform and automate spatial analysis, data
management,
and conversion tasks (license required). ArcPy supports Arrow Tables as input
and output.
+* **[ArrowMetal][64]:** Apache Arrow compute on Apple silicon GPUs through
Metal. Arrow
+ buffers live in unified memory the GPU reads in place, so the kernels
(reductions, filters,
+ group-bys, sorts, joins, string and temporal functions, covering the Arrow
compute function
+ set) run without a copy in either direction. Data crosses through the C
Data, C Stream and
+ C Device Data interfaces, with bindings for Swift, Python, C, Rust, Go,
TypeScript and R.
* **[AWS Data Wrangler][34]:** Extends the power of Pandas library to AWS
connecting
DataFrames and AWS data related services such as Amazon Redshift, AWS Glue,
Amazon Athena,
Amazon EMR, Amazon QuickSight, etc.
@@ -324,3 +329,4 @@ short description of your use case.
[61]: https://github.com/Eventual-Inc/Daft
[62]: https://github.com/lakehq/sail
[63]: https://icegate.tech
+[64]: https://arrowmetal.org