mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-01 21:24:06 -04:00
ee8b5bf9c4
* use prettier to format md files * apply prettier * update ballista
1.4 KiB
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
- Setting up a development environment.
- Integration Testing