Skip to content

Commit e5e50e9

Browse files
authored
doc: add new logo to readme (#1161)
1 parent 810ac56 commit e5e50e9

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919

2020
# Ballista: Making DataFusion Applications Distributed
2121

22-
Ballista is a distributed execution engine which makes [Apache DataFusion](https://github.com/apache/datafusion) applications distributed.
22+
[![Apache licensed][license-badge]][license-url]
23+
24+
[license-badge]: https://img.shields.io/badge/license-Apache%20v2-blue.svg
25+
[license-url]: https://github.com/apache/datafusion-comet/blob/main/LICENSE.txt
26+
27+
<img src="docs/source/_static/images/ballista-logo.png" width="512" alt="logo"/>
28+
29+
Ballista is a distributed query execution engine that enhances [Apache DataFusion](https://github.com/apache/datafusion) by enabling the parallelized execution of workloads across multiple nodes in a distributed environment.
2330

2431
Existing DataFusion application:
2532

@@ -45,7 +52,7 @@ async fn main() -> datafusion::error::Result<()> {
4552
can be distributed with few lines of code changed:
4653

4754
> [!IMPORTANT]
48-
> There is a gap between DataFusion and Ballista, which may bring incompatibilities. The community is working hard to close this gap
55+
> There is a gap between DataFusion and Ballista, which may bring incompatibilities. The community is actively working to close the gap
4956
5057
```rust
5158
use ballista::prelude::*;
@@ -68,7 +75,7 @@ async fn main() -> datafusion::error::Result<()> {
6875
}
6976
```
7077

71-
If you are looking for documentation or more examples, please refer to the [Ballista User Guide][user-guide].
78+
For documentation or more examples, please refer to the [Ballista User Guide][user-guide].
7279

7380
## Architecture
7481

0 commit comments

Comments
 (0)