Skip to content

Commit 350c5da

Browse files
authored
docs: add Ballista link to landing page (#17746) (#17775)
* docs: add Ballista link to landing page (#17746) This adds a link and description for DataFusion Ballista to the landing page, as suggested in issue #17746. Ballista is a distributed compute platform built on top of DataFusion. Closes: #17746 * fix(docs): update Ballista link * updated theory part
1 parent c1d6f34 commit 350c5da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ The following related subprojects target end users and have separate documentati
5151
queries.
5252
- `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator for Apache Spark based on
5353
DataFusion.
54+
- `DataFusion Ballista <https://datafusion.apache.org/ballista/>`_ is distributed processing extension for DataFusion.
5455

5556
"Out of the box," DataFusion offers `SQL <https://datafusion.apache.org/user-guide/sql/index.html>`_
5657
and `Dataframe <https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_ APIs,
5758
excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support for CSV, Parquet, JSON, and Avro,
5859
extensive customization, and a great community.
5960
`Python Bindings <https://github.com/apache/datafusion-python>`_ are also available.
61+
`Ballista <https://datafusion.apache.org/ballista/>`_ is Apache DataFusion extension enabling the parallelized execution of workloads across multiple nodes in a distributed environment.
6062

6163
DataFusion features a full query planner, a columnar, streaming, multi-threaded,
6264
vectorized execution engine, and partitioned data sources. You can
@@ -163,6 +165,6 @@ To get started, see
163165
:maxdepth: 1
164166
:caption: DataFusion Subprojects
165167

166-
DataFusion Ballista <https://arrow.apache.org/ballista/>
168+
DataFusion Ballista <https://datafusion.apache.org/ballista/>
167169
DataFusion Comet <https://datafusion.apache.org/comet/>
168170
DataFusion Python <https://datafusion.apache.org/python/>

0 commit comments

Comments
 (0)