milenkovicm commented on code in PR #17775: URL: https://github.com/apache/datafusion/pull/17775#discussion_r2380032571
########## docs/source/index.rst: ########## @@ -51,12 +51,15 @@ The following related subprojects target end users and have separate documentati queries. - `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator for Apache Spark based on DataFusion. +- `DataFusion Ballista <https://datafusion.apache.org/ballista/>`_ is a distributed compute platform built on + top of DataFusion for scalable execution. "Out of the box," DataFusion offers `SQL <https://datafusion.apache.org/user-guide/sql/index.html>`_ and `Dataframe <https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_ APIs, excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community. `Python Bindings <https://github.com/apache/datafusion-python>`_ are also available. +A distributed compute platform is also available via `Ballista <https://datafusion.apache.org/ballista/>`_. Review Comment: Maybe something like: Ballista is Apache DataFusion extension enabling the parallelized execution of workloads across multiple nodes in a distributed environment. Make more sense? ########## docs/source/index.rst: ########## @@ -51,12 +51,15 @@ The following related subprojects target end users and have separate documentati queries. - `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator for Apache Spark based on DataFusion. +- `DataFusion Ballista <https://datafusion.apache.org/ballista/>`_ is a distributed compute platform built on Review Comment: DataFusion Ballista is distributed processing extension for DataFusion Would that make more sense? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
