This is an automated email from the ASF dual-hosted git repository.

npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c5e329a  Add InfluxDB IOx to the list of projects powered by arrow 
(#144)
c5e329a is described below

commit c5e329a8a5d0c38f0d9bfcefe7922ef2bb71abfa
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Aug 26 17:03:27 2021 -0400

    Add InfluxDB IOx to the list of projects powered by arrow (#144)
    
    * Add InfluxDB IOx to the list of projects powered by arrow
    
    * undo overzealous whitespace changes
    
    * Update powered_by.md
    
    Co-authored-by: Paul Dix <[email protected]>
    
    Co-authored-by: Paul Dix <[email protected]>
---
 powered_by.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/powered_by.md b/powered_by.md
index 1486179..6536156 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -119,6 +119,10 @@ short description of your use case.
   serve as input for our implemented ML algorithms. Those dataframes can be
   accessed from the FPGAs with a single DMA operation by implementing a shared
   memory communication schema.
+* **[InfluxDB IOx][42]:**InfluxDB IOx is an open source time series database
+  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.
 * **[libgdf][14]:** A C library of CUDA-based analytics functions and GPU IPC
   support for structured data. Uses the Arrow IPC format and targets the Arrow
   memory layout in its analytic functions. This work is part of the [GPU Open
@@ -221,3 +225,4 @@ short description of your use case.
 [39]: https://hash.ai
 [40]: https://github.com/pola-rs/polars
 [41]: https://github.com/coady/graphique
+[42]: https://github.com/influxdata/influxdb_iox

Reply via email to