Files
datafusion/ballista/docs/README.md
T
Jiayu Liu ee8b5bf9c4 use prettier to format md files (#367)
* use prettier to format md files

* apply prettier

* update ballista
2021-05-24 09:25:46 -04:00

1.4 KiB

Ballista Developer Documentation

This directory contains documentation for developers that are contributing to Ballista. If you are looking for end-user documentation for a published release, please start with the DataFusion User Guide instead.

Architecture & Design

  • Read the Architecture Overview to get an understanding of the scheduler and executor processes and how distributed query execution works.

Build, Test, Release