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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new e22c150bd5 Publish built docs triggered by 
af15e58c2939e7bce4a543eacc0b3a1d1edfc99c
e22c150bd5 is described below

commit e22c150bd54f2fdf7af0725f082bc7a5fc2f49ce
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 27 10:39:40 2023 +0000

    Publish built docs triggered by af15e58c2939e7bce4a543eacc0b3a1d1edfc99c
---
 _sources/user-guide/introduction.md.txt | 18 ++++++++++++------
 searchindex.js                          |  2 +-
 user-guide/introduction.html            | 17 +++++++++++------
 3 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/_sources/user-guide/introduction.md.txt 
b/_sources/user-guide/introduction.md.txt
index 80195c6a3f..79081c8d3a 100644
--- a/_sources/user-guide/introduction.md.txt
+++ b/_sources/user-guide/introduction.md.txt
@@ -90,18 +90,17 @@ parellelized streaming execution plans, file format 
support, etc.
 
 ## Known Users
 
-Here are some of the projects known to use DataFusion:
+Here are some active projects using DataFusion:
+
+ <!-- "Active" means github repositories that had at least one commit in the 
last 6 months -->
 
 - [Ballista](https://github.com/apache/arrow-ballista) Distributed SQL Query 
Engine
-- [Blaze](https://github.com/blaze-init/blaze) Spark accelerator with 
DataFusion at its core
 - [CeresDB](https://github.com/CeresDB/ceresdb) Distributed Time-Series 
Database
-- [Cloudfuse Buzz](https://github.com/cloudfuse-io/buzz-rust)
 - [CnosDB](https://github.com/cnosdb/cnosdb) Open Source Distributed Time 
Series Database
 - [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust)
 - [Dask SQL](https://github.com/dask-contrib/dask-sql) Distributed SQL query 
engine in Python
-- [datafusion-tui](https://github.com/datafusion-contrib/datafusion-tui) Text 
UI for DataFusion
+- [Exon](https://github.com/wheretrue/exon) Analysis toolkit for life-science 
applications
 - [delta-rs](https://github.com/delta-io/delta-rs) Native Rust implementation 
of Delta Lake
-- [Flock](https://github.com/flock-lab/flock)
 - [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) Open Source & Cloud 
Native Distributed Time Series Database
 - [InfluxDB IOx](https://github.com/influxdata/influxdb_iox) Time Series 
Database
 - [Kamu](https://github.com/kamu-data/kamu-cli/) Planet-scale streaming data 
pipeline
@@ -111,10 +110,17 @@ Here are some of the projects known to use DataFusion:
 - [ROAPI](https://github.com/roapi/roapi)
 - [Seafowl](https://github.com/splitgraph/seafowl) CDN-friendly analytical 
database
 - [Synnada](https://synnada.ai/) Streaming-first framework for data products
-- [Tensorbase](https://github.com/tensorbase/tensorbase)
 - [VegaFusion](https://vegafusion.io/) Server-side acceleration for the 
[Vega](https://vega.github.io/) visualization grammar
 - [ZincObserve](https://github.com/zinclabs/zincobserve) Distributed cloud 
native observability platform
 
+Here are some less active projects that used DataFusion:
+
+- [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)
+- [Tensorbase](https://github.com/tensorbase/tensorbase)
+
 [ballista]: https://github.com/apache/arrow-ballista
 [blaze]: https://github.com/blaze-init/blaze
 [ceresdb]: https://github.com/CeresDB/ceresdb
diff --git a/searchindex.js b/searchindex.js
index 8677c9e48d..b51a516e3b 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use 
[...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use 
[...]
\ No newline at end of file
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 4f491ed5df..f951e26e25 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -435,18 +435,16 @@ parellelized streaming execution plans, file format 
support, etc.</p>
 </section>
 <section id="known-users">
 <h2>Known Users<a class="headerlink" href="#known-users" title="Permalink to 
this heading">¶</a></h2>
-<p>Here are some of the projects known to use DataFusion:</p>
+<p>Here are some active projects using DataFusion:</p>
+ <!-- "Active" means github repositories that had at least one commit in the 
last 6 months -->
 <ul class="simple">
 <li><p><a class="reference external" 
href="https://github.com/apache/arrow-ballista";>Ballista</a> Distributed SQL 
Query Engine</p></li>
-<li><p><a class="reference external" 
href="https://github.com/blaze-init/blaze";>Blaze</a> Spark accelerator with 
DataFusion at its core</p></li>
 <li><p><a class="reference external" 
href="https://github.com/CeresDB/ceresdb";>CeresDB</a> Distributed Time-Series 
Database</p></li>
-<li><p><a class="reference external" 
href="https://github.com/cloudfuse-io/buzz-rust";>Cloudfuse Buzz</a></p></li>
 <li><p><a class="reference external" 
href="https://github.com/cnosdb/cnosdb";>CnosDB</a> Open Source Distributed Time 
Series Database</p></li>
 <li><p><a class="reference external" 
href="https://github.com/cube-js/cube.js/tree/master/rust";>Cube 
Store</a></p></li>
 <li><p><a class="reference external" 
href="https://github.com/dask-contrib/dask-sql";>Dask SQL</a> Distributed SQL 
query engine in Python</p></li>
-<li><p><a class="reference external" 
href="https://github.com/datafusion-contrib/datafusion-tui";>datafusion-tui</a> 
Text UI for DataFusion</p></li>
+<li><p><a class="reference external" 
href="https://github.com/wheretrue/exon";>Exon</a> Analysis toolkit for 
life-science applications</p></li>
 <li><p><a class="reference external" 
href="https://github.com/delta-io/delta-rs";>delta-rs</a> Native Rust 
implementation of Delta Lake</p></li>
-<li><p><a class="reference external" 
href="https://github.com/flock-lab/flock";>Flock</a></p></li>
 <li><p><a class="reference external" 
href="https://github.com/GreptimeTeam/greptimedb";>GreptimeDB</a> Open Source 
&amp; Cloud Native Distributed Time Series Database</p></li>
 <li><p><a class="reference external" 
href="https://github.com/influxdata/influxdb_iox";>InfluxDB IOx</a> Time Series 
Database</p></li>
 <li><p><a class="reference external" 
href="https://github.com/kamu-data/kamu-cli/";>Kamu</a> Planet-scale streaming 
data pipeline</p></li>
@@ -456,10 +454,17 @@ parellelized streaming execution plans, file format 
support, etc.</p>
 <li><p><a class="reference external" 
href="https://github.com/roapi/roapi";>ROAPI</a></p></li>
 <li><p><a class="reference external" 
href="https://github.com/splitgraph/seafowl";>Seafowl</a> CDN-friendly 
analytical database</p></li>
 <li><p><a class="reference external" href="https://synnada.ai/";>Synnada</a> 
Streaming-first framework for data products</p></li>
-<li><p><a class="reference external" 
href="https://github.com/tensorbase/tensorbase";>Tensorbase</a></p></li>
 <li><p><a class="reference external" 
href="https://vegafusion.io/";>VegaFusion</a> Server-side acceleration for the 
<a class="reference external" href="https://vega.github.io/";>Vega</a> 
visualization grammar</p></li>
 <li><p><a class="reference external" 
href="https://github.com/zinclabs/zincobserve";>ZincObserve</a> Distributed 
cloud native observability platform</p></li>
 </ul>
+<p>Here are some less active projects that used DataFusion:</p>
+<ul class="simple">
+<li><p><a class="reference external" 
href="https://github.com/blaze-init/blaze";>Blaze</a> Spark accelerator with 
DataFusion at its core</p></li>
+<li><p><a class="reference external" 
href="https://github.com/cloudfuse-io/buzz-rust";>Cloudfuse Buzz</a></p></li>
+<li><p><a class="reference external" 
href="https://github.com/datafusion-contrib/datafusion-tui";>datafusion-tui</a> 
Text UI for DataFusion</p></li>
+<li><p><a class="reference external" 
href="https://github.com/flock-lab/flock";>Flock</a></p></li>
+<li><p><a class="reference external" 
href="https://github.com/tensorbase/tensorbase";>Tensorbase</a></p></li>
+</ul>
 </section>
 <section id="integrations-and-extensions">
 <h2>Integrations and Extensions<a class="headerlink" 
href="#integrations-and-extensions" title="Permalink to this heading">¶</a></h2>

Reply via email to