DataFusion Flight SQL Server
The datafusion-flight-sql-server
is a Flight SQL server that implements the
necessary endpoints to use DataFusion as the query engine.
Getting Started
To use datafusion-flight-sql-server
in your Rust project, run:
Example
Here's a basic example of setting up a Flight SQL server:
use FlightSqlService;
use ;
async ;
This example sets up a Flight SQL server listening on 127.0.0.1:50051
.
Docs
Acknowledgments
This repository was a Rust crate that was first built as a part of datafusion-federation repository.