Skip to content

Commit 0b160c5

Browse files
authored
Cleanup user guide known users section (#17834)
* Cleanup usages + Add Vortex * Move to `less active projects` * Sort * fmt
1 parent 0104822 commit 0b160c5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

docs/source/user-guide/introduction.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Here are some example systems built using DataFusion:
7878
- Specialized Analytical Database systems such as [HoraeDB] and more general Apache Spark like system such as [Ballista]
7979
- New query language engines such as [prql-query] and accelerators such as [VegaFusion]
8080
- Research platform for new Database Systems, such as [Flock]
81-
- SQL support to another library, such as [dask sql]
81+
- SQL support to another library, such as [Vortex]
8282
- Streaming data platforms such as [Synnada]
8383
- Tools for reading / sorting / transcoding Parquet, CSV, AVRO, and JSON files such as [qv]
8484
- Native Spark runtime replacement such as [Auron]
@@ -101,11 +101,10 @@ Here are some active projects using DataFusion:
101101
- [CnosDB] Open Source Distributed Time Series Database
102102
- [Comet](https://github.com/apache/datafusion-comet) Apache Spark native query execution plugin
103103
- [Cube Store] Cube’s universal semantic layer platform is the next evolution of OLAP technology for AI, BI, spreadsheets, and embedded analytics
104-
- [Dask SQL] Distributed SQL query engine in Python
105104
- [datafusion-dft](https://github.com/datafusion-contrib/datafusion-dft) Batteries included CLI, TUI, and server implementations for DataFusion.
106105
- [dbt Fusion engine](https://github.com/dbt-labs/dbt-fusion) The dbt Fusion engine, written in Rust, designed for speed and correctness with a native SQL understanding across DWH SQL dialects.
107106
- [delta-rs] Native Rust implementation of Delta Lake
108-
- [Exon](https://github.com/wheretrue/exon) Analysis toolkit for life-science applications
107+
- [EDB Postgres Lakehouse] built with [Seafowl]
109108
- [Feldera](https://github.com/feldera/feldera) Fast query engine for incremental computation
110109
- [Funnel](https://funnel.io/) Data Platform powering Marketing Intelligence applications.
111110
- [GlareDB](https://github.com/GlareDB/glaredb) Fast SQL database for querying and analyzing distributed data.
@@ -125,19 +124,21 @@ Here are some active projects using DataFusion:
125124
- [Restate](https://github.com/restatedev) Easily build resilient applications using distributed durable async/await
126125
- [ROAPI] Create full-fledged APIs for slowly moving datasets without writing a single line of code
127126
- [Sail](https://github.com/lakehq/sail) Unifying stream, batch and AI workloads with Apache Spark compatibility
128-
- [Seafowl] CDN-friendly analytical database
129127
- [SedonaDB](https://github.com/apache/sedona-db) A single-node analytical database engine with geospatial as a first-class citizen
130128
- [Sleeper](https://github.com/gchq/sleeper) Serverless, cloud-native, log-structured merge tree based, scalable key-value store
131129
- [Spice.ai] Building blocks for data-driven AI applications
132130
- [Synnada] Streaming-first framework for data products
133131
- [VegaFusion] Server-side acceleration for the [Vega](https://vega.github.io/) visualization grammar
132+
- [Vortex] An extensible, state of the art columnar file format
134133
- [Telemetry](https://telemetry.sh/) Structured logging made easy
135134
- [Xorq](https://github.com/xorq-labs/xorq/) Xorq is a multi-engine batch transformation framework built on Ibis, DataFusion and Arrow
136135

137136
Here are some less active projects that used DataFusion:
138137

139138
- [bdt](https://github.com/datafusion-contrib/bdt) Boring Data Tool
140139
- [Cloudfuse Buzz]
140+
- [Dask SQL] Distributed SQL query engine in Python
141+
- [Exon] Analysis toolkit for life-science applications
141142
- [Flock]
142143
- [Tensorbase]
143144

@@ -149,6 +150,8 @@ Here are some less active projects that used DataFusion:
149150
[dask sql]: https://github.com/dask-contrib/dask-sql
150151
[datafusion-tui]: https://github.com/datafusion-contrib/datafusion-tui
151152
[delta-rs]: https://github.com/delta-io/delta-rs
153+
[edb postgres lakehouse]: https://www.enterprisedb.com/products/analytics
154+
[exon]: https://github.com/wheretrue/exon
152155
[flock]: https://github.com/flock-lab/flock
153156
[kamu]: https://github.com/kamu-data/kamu-cli
154157
[greptimedb]: https://github.com/GreptimeTeam/greptimedb
@@ -163,7 +166,8 @@ Here are some less active projects that used DataFusion:
163166
[spice.ai]: https://github.com/spiceai/spiceai
164167
[synnada]: https://synnada.ai/
165168
[tensorbase]: https://github.com/tensorbase/tensorbase
166-
[vegafusion]: https://vegafusion.io/ "if you know of another project, please submit a PR to add a link!"
169+
[vegafusion]: https://vegafusion.io/
170+
[vortex]: https://vortex.dev/ "if you know of another project, please submit a PR to add a link!"
167171

168172
## Integrations and Extensions
169173

0 commit comments

Comments
 (0)