| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 小时前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 5 小时前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 3 个月前 |
Ballista Documentation
User Documentation
Documentation for the current published release can be found at https://datafusion.apache.org/ballista and the source content is located here.
Developer Documentation
Developer documentation lives in the contributors guide, alongside the user guide, so it is published with the rest of the site. Start with the architecture overview, then code organization and development.
Building the User Guide
Dependencies
It's recommended to install build dependencies and build the documentation inside a Python virtualenv.
- Python
pip install -r requirements.txt
Build
./build.sh
Release
The documentation is published from the asf-site branch of this repository.
Documentation is published automatically when documentation changes are pushed to the main branch.