This is an automated email from the ASF dual-hosted git repository.
zeroshade 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 f40f7c12582 Add CloudQuery to powered by arrow (#343)
f40f7c12582 is described below
commit f40f7c125821142eec0dc164e4097ee6d96406da
Author: Yevgeny Pats <[email protected]>
AuthorDate: Wed Apr 12 16:58:31 2023 -0400
Add CloudQuery to powered by arrow (#343)
cc @zeroshade :) I hope it's ok if we can add ourselves here. We are
about 50% into the migration and some parts are already operational.
Would love also to do a shared blog and why we decided to use it at some
point.
---------
Co-authored-by: Matt Topol <[email protected]>
---
powered_by.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/powered_by.md b/powered_by.md
index fad37c2a676..4590badcb03 100644
--- a/powered_by.md
+++ b/powered_by.md
@@ -76,6 +76,7 @@ short description of your use case.
* **[ClickHouse][44]:** An open-source analytical database management system.
ClickHouse is using Apache Arrow for data import and export, and for direct
querying of external datasets
in Arrow, ArrowStream, Parquet and ORC formats.
+* **[CloudQuery][48]**: An open-source high performance ELT framework powered
by Apache Arrow's type system.
* **[Cylon][35]:** An open-source high performance distributed data
processing library
that can be seamlessly integrated with existing Big Data and AI/ML
frameworks. Cylon
uses Arrow memory format and exposes language bindings to C++, Java, and
Python.
@@ -253,3 +254,4 @@ short description of your use case.
[45]: https://unum.cloud/ukv/
[46]: https://github.com/GrepTimeTeam/greptimedb/
[47]: https://github.com/huggingface/datasets
+[48]: https://github.com/cloudquery/cloudquery