This is an automated email from the ASF dual-hosted git repository.
ianmcook 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 e59b19511b0 Add Daft to Powered By Apache Arrow page (#765)
e59b19511b0 is described below
commit e59b19511b0999fd550f3dc68f0aa784ef087971
Author: YK <[email protected]>
AuthorDate: Thu Feb 26 04:17:45 2026 -0800
Add Daft to Powered By Apache Arrow page (#765)
---
powered_by.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index 4be6bc0bf0f..cab27a62dbf 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -86,6 +86,13 @@ short description of your use case.
over the Apache Arrow Flight protocol and defines a unified Streaming
DataFrame (SDF) model,
which acts as a high-performance abstraction for accessing
and processing both structured and unstructured data.
+* **[Daft][61]:** A high-performance data engine for AI and multimodal
+ workloads, built to process images, audio, video, and structured data at
+ scale. Daft uses Apache Arrow as its in-memory columnar format with a
+ vectorized execution engine written in Rust. It reads and writes Parquet
+ files via Arrow, uses Arrow Flight for distributed shuffle, and supports
+ authoring custom catalogs, functions, and tables (source and sink) in
+ Python.
* **[Dask][15]:** Python library for parallel and distributed execution of
dynamic task graphs. Dask supports using pyarrow for accessing Parquet
files
@@ -302,3 +309,4 @@ short description of your use case.
[58]: https://www.weisang.com/
[59]: https://github.com/rdcn-link/dftp-dacp
[60]: https://iomete.com
+[61]: https://github.com/Eventual-Inc/Daft