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 40f360c6f56 Add IOMETE to powered_by.md (#760)
40f360c6f56 is described below

commit 40f360c6f56ab9f07ec985d1381cc6b3ccbacc7a
Author: Mateus Aubin <[email protected]>
AuthorDate: Wed Feb 18 07:40:01 2026 +0100

    Add IOMETE to powered_by.md (#760)
    
    ## Summary
    
    - Adds IOMETE to the "Projects Powered By Apache Arrow" list in
    `powered_by.md`
    - see https://mateusaubin.github.io/arrow-site/powered_by/
    
    **Org name:** IOMETE
    **Org URL:** https://iomete.com
    **Arrow components:** Arrow, Flight, Flight SQL, ADBC, JDBC
    
    ## Description
    
    IOMETE converts Spark query results to Arrow columnar format and streams
    them to clients via the Flight RPC protocol, providing high-throughput
    SQL access for BI tools and applications through standard JDBC and ADBC
    interfaces.
    
    Entry is placed in case-insensitive alphabetical order (between InfluxDB
    IOx and Kaskada).
---
 powered_by.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/powered_by.md b/powered_by.md
index 119e180378f..4be6bc0bf0f 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -153,6 +153,11 @@ short description of your use case.
   written in Rust.  It is the future core of InfluxDB; supporting
   industry standard SQL, InfluxQL, and Flux. IOx uses Apache Arrow as its 
in-memory
   format, Apache Parquet as its persistence format and Apache Arrow Flight for 
RPC.
+* **[IOMETE][60]:** IOMETE, a sovereign data lakehouse for AI and analytics, 
embeds
+  an Arrow Flight SQL server within its Apache Spark-based query engine, 
converting
+  results to Arrow columnar format and streaming them to clients via the 
Flight RPC
+  protocol. IOMETE provides high-throughput SQL access for BI tools and 
applications
+  through standard JDBC and ADBC interfaces.
 * **[Kaskada][49]:** An open source event processing engine written in Rust and
   built on Apache Arrow.
 * **[libgdf][14]:** A C library of CUDA-based analytics functions and GPU IPC
@@ -296,3 +301,4 @@ short description of your use case.
 [57]: https://squey.org
 [58]: https://www.weisang.com/
 [59]: https://github.com/rdcn-link/dftp-dacp
+[60]: https://iomete.com

Reply via email to