lance-fly is a Flight SQL server backed by Lance datasets.
Status: minimal server skeleton.
Run the server:
cargo run -- --bind 127.0.0.1:50051Enable logs via tracing:
RUST_LOG=info cargo run -- --bind 127.0.0.1:50051Open a Lance dataset on startup:
cargo run -- --bind 127.0.0.1:50051 --dataset /path/to/datasetSmoke test:
cargo testCheck out the CONTRIBUTING.md guide for more details on getting started with contributing to this project.
Submit issues for bug report or asking questions in discussion.
Licensed under Apache License, Version 2.0.