Skip to content

Commit 2f454ae

Browse files
authored
Update known users (apache#15895)
1 parent af99b54 commit 2f454ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/source/user-guide/introduction.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Arrow](https://arrow.apache.org/).
4040
## Features
4141

4242
- Feature-rich [SQL support](https://datafusion.apache.org/user-guide/sql/index.html) and [DataFrame API](https://datafusion.apache.org/user-guide/dataframe.html)
43-
- Blazingly fast, vectorized, multi-threaded, streaming execution engine.
43+
- Blazingly fast, vectorized, multithreaded, streaming execution engine.
4444
- Native support for Parquet, CSV, JSON, and Avro file formats. Support
45-
for custom file formats and non file datasources via the `TableProvider` trait.
45+
for custom file formats and non-file datasources via the `TableProvider` trait.
4646
- Many extension points: user defined scalar/aggregate/window functions, DataSources, SQL,
4747
other query languages, custom plan and execution nodes, optimizer passes, and more.
4848
- Streaming, asynchronous IO directly from popular object stores, including AWS S3,
@@ -68,7 +68,7 @@ DataFusion can be used without modification as an embedded SQL
6868
engine or can be customized and used as a foundation for
6969
building new systems.
7070

71-
While most current usecases are "analytic" or (throughput) some
71+
While most current use cases are "analytic" or (throughput) some
7272
components of DataFusion such as the plan representations, are
7373
suitable for "streaming" and "transaction" style systems (low
7474
latency).
@@ -100,7 +100,7 @@ Here are some active projects using DataFusion:
100100
- [Blaze](https://github.com/kwai/blaze) The Blaze accelerator for Apache Spark leverages native vectorized execution to accelerate query processing
101101
- [CnosDB](https://github.com/cnosdb/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)
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
104104
- [Dask SQL](https://github.com/dask-contrib/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.
106106
- [delta-rs](https://github.com/delta-io/delta-rs) Native Rust implementation of Delta Lake
@@ -120,11 +120,11 @@ Here are some active projects using DataFusion:
120120
- [Polygon.io](https://polygon.io/) Stock Market API
121121
- [qv](https://github.com/timvw/qv) Quickly view your data
122122
- [Restate](https://github.com/restatedev) Easily build resilient applications using distributed durable async/await
123-
- [ROAPI](https://github.com/roapi/roapi)
124-
- [Sail](https://github.com/lakehq/sail) Unifying stream, batch, and AI workloads with Apache Spark compatibility
123+
- [ROAPI](https://github.com/roapi/roapi) Create full-fledged APIs for slowly moving datasets without writing a single line of code
124+
- [Sail](https://github.com/lakehq/sail) Unifying stream, batch and AI workloads with Apache Spark compatibility
125125
- [Seafowl](https://github.com/splitgraph/seafowl) CDN-friendly analytical database
126126
- [Sleeper](https://github.com/gchq/sleeper) Serverless, cloud-native, log-structured merge tree based, scalable key-value store
127-
- [Spice.ai](https://github.com/spiceai/spiceai) Unified SQL query interface & materialization engine
127+
- [Spice.ai](https://github.com/spiceai/spiceai) Building blocks for data-driven AI applications
128128
- [Synnada](https://synnada.ai/) Streaming-first framework for data products
129129
- [VegaFusion](https://vegafusion.io/) Server-side acceleration for the [Vega](https://vega.github.io/) visualization grammar
130130
- [Telemetry](https://telemetry.sh/) Structured logging made easy
@@ -181,6 +181,6 @@ provide integrations with other systems, some of which are described below:
181181
## Why DataFusion?
182182

183183
- _High Performance_: Leveraging Rust and Arrow's memory model, DataFusion is very fast.
184-
- _Easy to Connect_: Being part of the Apache Arrow ecosystem (Arrow, Parquet and Flight), DataFusion works well with the rest of the big data ecosystem
184+
- _Easy to Connect_: Being part of the Apache Arrow ecosystem (Arrow, Parquet, and Flight), DataFusion works well with the rest of the big data ecosystem
185185
- _Easy to Embed_: Allowing extension at almost any point in its design, and published regularly as a crate on [crates.io](http://crates.io), DataFusion can be integrated and tailored for your specific usecase.
186186
- _High Quality_: Extensively tested, both by itself and with the rest of the Arrow ecosystem, DataFusion can and is used as the foundation for production systems.

0 commit comments

Comments
 (0)