From 341ec9a2fc14fe2d2ccc66e5302fc3ae950acc9c Mon Sep 17 00:00:00 2001 From: "Yuance.Li" Date: Sun, 29 Sep 2024 00:08:10 +0800 Subject: [PATCH] Update introduction.md for `blaze` project (#12577) * Update introduction.md Add the Blaze project to known users. * Update introduction.md --- docs/source/user-guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/introduction.md b/docs/source/user-guide/introduction.md index 8f8983061eb6..7c975055d152 100644 --- a/docs/source/user-guide/introduction.md +++ b/docs/source/user-guide/introduction.md @@ -96,6 +96,7 @@ Here are some active projects using DataFusion: - [Arroyo](https://github.com/ArroyoSystems/arroyo) Distributed stream processing engine in Rust - [Ballista](https://github.com/apache/datafusion-ballista) Distributed SQL Query Engine +- [Blaze](https://github.com/kwai/blaze) The Blaze accelerator for Apache Spark leverages native vectorized execution to accelerate query processing - [CnosDB](https://github.com/cnosdb/cnosdb) Open Source Distributed Time Series Database - [Comet](https://github.com/apache/datafusion-comet) Apache Spark native query execution plugin - [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust) @@ -124,7 +125,6 @@ Here are some active projects using DataFusion: Here are some less active projects that used DataFusion: - [bdt](https://github.com/datafusion-contrib/bdt) Boring Data Tool -- [Blaze](https://github.com/blaze-init/blaze) Spark accelerator with DataFusion at its core - [Cloudfuse Buzz](https://github.com/cloudfuse-io/buzz-rust) - [datafusion-tui](https://github.com/datafusion-contrib/datafusion-tui) Text UI for DataFusion - [Flock](https://github.com/flock-lab/flock)