andygrove commented on code in PR #12666: URL: https://github.com/apache/datafusion/pull/12666#discussion_r1779711265
########## README.md: ########## @@ -42,14 +42,25 @@ </a> DataFusion is an extensible query engine written in [Rust] that -uses [Apache Arrow] as its in-memory format. DataFusion's target users are +uses [Apache Arrow] as its in-memory format. + +The core DataFusion libraries in this repository are not designed to be an out-of-the-box tool for end users. However, +the following subprojects offer packaged versions of DataFusion. + +- [DataFusion Python](https://github.com/apache/datafusion-python/) offers a Python interface for SQL and DataFrame + queries. +- [DataFusion Ray](https://github.com/apache/datafusion-ray/) provides a distributed version of DataFusion that scales + out on Ray clusters. +- [DataFusion Comet](https://github.com/apache/datafusion-comet/) is an accelerator for Apache Spark based on + DataFusion. Review Comment: Note that I intentionally did not include Ballista here since it is not very active. If the project does become active again then we could add it to this list. -- 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]
