Port details on branch 2025Q1 |
- arrow-datafusion Apache Arrow DataFusion SQL Query Engine
- 44.0.0 misc =0 44.0.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2025-01-21 23:54:16
- Last Update: 2025-01-21 23:50:45
- Commit Hash: 1b5f53d
- License: APACHE20
- WWW:
- https://arrow.apache.org/datafusion
- https://github.com/apache/datafusion
- Description:
- DataFusion is an extensible query planning, optimization, and execution
framework, written in Rust, that uses Apache Arrow as its in-memory format.
Features:
- SQL query planner with support for multiple SQL dialects
- DataFrame API
- Parquet, CSV, JSON, and Avro file formats are supported natively. Custom
file formats can be supported by implementing a `TableProvider` trait.
- Supports popular object stores, including AWS S3, Azure Blob
Storage, and Google Cloud Storage. There are extension points for implementing
custom object stores.
Use Cases:
DataFusion is modular in design with many extension points and can be
used without modification as an embedded query engine and can also provide
a foundation for building new systems. Here are some example use cases:
- DataFusion can be used as a SQL query planner and query optimizer, providing
optimized logical plans that can then be mapped to other execution engines.
- DataFusion is used to create modern, fast and efficient data
pipelines, ETL processes, and database systems, which need the
performance of Rust and Apache Arrow and want to provide their users
the convenience of an SQL interface or a DataFrame API.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- arrow-datafusion>0:misc/arrow-datafusion
- To install the port:
- cd /usr/ports/misc/arrow-datafusion/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/arrow-datafusion
- pkg install arrow-datafusion
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: arrow-datafusion
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735811343
SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1
SIZE (rust/crates/addr2line-0.24.2.crate) = 39015
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_arrow-datafusion
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|