File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
docs/source/_static/images Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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,
89providing a developer experience as close as possible to vanilla DataFusion while being unopinionated about the
910networking 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
You can’t perform that action at this time.
0 commit comments