1 unstable release

0.1.4 Feb 28, 2024
0.1.3 Feb 26, 2024
0.1.2 Feb 21, 2024
0.1.1 Feb 21, 2024
0.1.0 Feb 21, 2024

#1211 in Database interfaces

MIT license

16KB
341 lines

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:

  • Querying across SQLite, MySQL, PostgreSQL, ...
  • Pushing down SQL or Substrait plans.
  • DataFusion -> Flight SQL -> DataFusion
  • ..

Status

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

Dependencies

~45–61MB
~1M SLoC