datafusion-contrib / datafusion-federation

Allow DataFusion to resolve queries across remote query engines while pushing down as much compute as possible down.
Apache License 2.0
39 stars 11 forks source link

DataFusion Federation

crates.io docs.rs

The goal of this repo is to allow DataFusion to resolve queries across remote query engines while pushing down as much compute as possible down.

Check out the examples to get a feel for how it works.

Potential use-cases:

Status

The project is in alpha status. Contributions welcome; land a PR = commit access.