Skip to content

Commit f3035ef

Browse files
committed
Update README.md
1 parent e56530a commit f3035ef

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Library that brings distributed execution capabilities to [Apache DataFusion](ht
44

55
## What can you do with this crate?
66

7-
This crate is a toolkit that extends [Apache DataFusion](https://github.com/apache/datafusion) with distributed capabilities,
7+
This crate is a toolkit that extends [Apache DataFusion](https://github.com/apache/datafusion) with distributed
8+
capabilities,
89
providing a developer experience as close as possible to vanilla DataFusion while being unopinionated about the
910
networking stack used for hosting the different workers involved in a query.
1011

@@ -21,11 +22,13 @@ capabilities with minimal changes.
2122

2223
# Benchmarks
2324

24-
TODO
25+
![dist-df-vs-df-vs-trino.png](docs/source/_static/images/dist-df-vs-df-vs-trino.png)
2526

2627
# Docs
2728

28-
TODO
29+
The user and contributor guide can be found here:
30+
31+
https://datafusion-contrib.github.io/datafusion-distributed
2932

3033
## Getting familiar with distributed DataFusion
3134

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)