Skip to content

Commit b9517a1

Browse files
authored
docs: deduplicate links in introduction.md (#17669)
* docs: deduplicate links in `introduction.md` * Further simplifications * Fix
1 parent 35c1cfd commit b9517a1

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/source/user-guide/introduction.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -96,47 +96,47 @@ Here are some active projects using DataFusion:
9696

9797
- [Arroyo](https://github.com/ArroyoSystems/arroyo) Distributed stream processing engine in Rust
9898
- [ArkFlow](https://github.com/arkflow-rs/arkflow) High-performance Rust stream processing engine
99-
- [Auron](https://github.com/apache/auron) The Auron accelerator for big data engine (e.g., Spark, Flink) leverages native vectorized execution to accelerate query processing
100-
- [Ballista](https://github.com/apache/datafusion-ballista) Distributed SQL Query Engine
101-
- [CnosDB](https://github.com/cnosdb/cnosdb) Open Source Distributed Time Series Database
99+
- [Auron] The Auron accelerator for big data engine (e.g., Spark, Flink) leverages native vectorized execution to accelerate query processing
100+
- [Ballista] Distributed SQL Query Engine
101+
- [CnosDB] Open Source Distributed Time Series Database
102102
- [Comet](https://github.com/apache/datafusion-comet) Apache Spark native query execution plugin
103-
- [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust) Cube’s universal semantic layer platform is the next evolution of OLAP technology for AI, BI, spreadsheets, and embedded analytics
104-
- [Dask SQL](https://github.com/dask-contrib/dask-sql) Distributed SQL query engine in Python
103+
- [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
105105
- [datafusion-dft](https://github.com/datafusion-contrib/datafusion-dft) Batteries included CLI, TUI, and server implementations for DataFusion.
106-
- [delta-rs](https://github.com/delta-io/delta-rs) Native Rust implementation of Delta Lake
106+
- [delta-rs] Native Rust implementation of Delta Lake
107107
- [Exon](https://github.com/wheretrue/exon) Analysis toolkit for life-science applications
108108
- [Feldera](https://github.com/feldera/feldera) Fast query engine for incremental computation
109109
- [Funnel](https://funnel.io/) Data Platform powering Marketing Intelligence applications.
110110
- [GlareDB](https://github.com/GlareDB/glaredb) Fast SQL database for querying and analyzing distributed data.
111-
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) Open Source & Cloud Native Distributed Time Series Database
112-
- [HoraeDB](https://github.com/apache/incubator-horaedb) Distributed Time-Series Database
111+
- [GreptimeDB] Open Source & Cloud Native Distributed Time Series Database
112+
- [HoraeDB] Distributed Time-Series Database
113113
- [Iceberg-rust](https://github.com/apache/iceberg-rust) Rust implementation of Apache Iceberg
114-
- [InfluxDB](https://github.com/influxdata/influxdb) Time Series Database
115-
- [Kamu](https://github.com/kamu-data/kamu-cli/) Planet-scale streaming data pipeline
114+
- [InfluxDB] Time Series Database
115+
- [Kamu] Planet-scale streaming data pipeline
116116
- [LakeSoul](https://github.com/lakesoul-io/LakeSoul) Open source LakeHouse framework with native IO in Rust.
117117
- [Lance](https://github.com/lancedb/lance) Modern columnar data format for ML
118-
- [OpenObserve](https://github.com/openobserve/openobserve) Distributed cloud native observability platform
118+
- [OpenObserve] Distributed cloud native observability platform
119119
- [ParadeDB](https://github.com/paradedb/paradedb) PostgreSQL for Search & Analytics
120-
- [Parseable](https://github.com/parseablehq/parseable) Log storage and observability platform
120+
- [Parseable] Log storage and observability platform
121121
- [Polygon.io](https://polygon.io/) Stock Market API
122-
- [qv](https://github.com/timvw/qv) Quickly view your data
122+
- [qv] Quickly view your data
123123
- [Restate](https://github.com/restatedev) Easily build resilient applications using distributed durable async/await
124-
- [ROAPI](https://github.com/roapi/roapi) Create full-fledged APIs for slowly moving datasets without writing a single line of code
124+
- [ROAPI] Create full-fledged APIs for slowly moving datasets without writing a single line of code
125125
- [Sail](https://github.com/lakehq/sail) Unifying stream, batch and AI workloads with Apache Spark compatibility
126-
- [Seafowl](https://github.com/splitgraph/seafowl) CDN-friendly analytical database
126+
- [Seafowl] CDN-friendly analytical database
127127
- [Sleeper](https://github.com/gchq/sleeper) Serverless, cloud-native, log-structured merge tree based, scalable key-value store
128-
- [Spice.ai](https://github.com/spiceai/spiceai) Building blocks for data-driven AI applications
129-
- [Synnada](https://synnada.ai/) Streaming-first framework for data products
130-
- [VegaFusion](https://vegafusion.io/) Server-side acceleration for the [Vega](https://vega.github.io/) visualization grammar
128+
- [Spice.ai] Building blocks for data-driven AI applications
129+
- [Synnada] Streaming-first framework for data products
130+
- [VegaFusion] Server-side acceleration for the [Vega](https://vega.github.io/) visualization grammar
131131
- [Telemetry](https://telemetry.sh/) Structured logging made easy
132132
- [Xorq](https://github.com/xorq-labs/xorq/) Xorq is a multi-engine batch transformation framework built on Ibis, DataFusion and Arrow
133133

134134
Here are some less active projects that used DataFusion:
135135

136136
- [bdt](https://github.com/datafusion-contrib/bdt) Boring Data Tool
137-
- [Cloudfuse Buzz](https://github.com/cloudfuse-io/buzz-rust)
138-
- [Flock](https://github.com/flock-lab/flock)
139-
- [Tensorbase](https://github.com/tensorbase/tensorbase)
137+
- [Cloudfuse Buzz]
138+
- [Flock]
139+
- [Tensorbase]
140140

141141
[ballista]: https://github.com/apache/datafusion-ballista
142142
[auron]: https://github.com/apache/auron
@@ -148,7 +148,7 @@ Here are some less active projects that used DataFusion:
148148
[delta-rs]: https://github.com/delta-io/delta-rs
149149
[flock]: https://github.com/flock-lab/flock
150150
[kamu]: https://github.com/kamu-data/kamu-cli
151-
[greptime db]: https://github.com/GreptimeTeam/greptimedb
151+
[greptimedb]: https://github.com/GreptimeTeam/greptimedb
152152
[horaedb]: https://github.com/apache/incubator-horaedb
153153
[influxdb]: https://github.com/influxdata/influxdb
154154
[openobserve]: https://github.com/openobserve/openobserve

0 commit comments

Comments
 (0)