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

#1149 in Database interfaces

Download history 418/week @ 2024-02-20 179/week @ 2024-02-27 1/week @ 2024-03-05 11/week @ 2024-03-12 15/week @ 2024-04-02

210 downloads per month

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

~59MB
~1M SLoC