|
|
|
|
|
by andygrove
1753 days ago
|
|
Yes. The Ballista crate (part of the arrow-datafusion repo) provides distributed query execution and the scheduler has a gRPC service. Flight is used internally as well but not directly exposed to users. There is also work in progress to add Python bindings for Ballista (they already exist for DataFusion). |
|
I assume Python bindings would talk through gRPC. I could use gRPC directly perhaps?