Prototype Arrow over HTTP in Rust #5496
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
@ianmcook is working to prototype a protocol for sending Arrow over HTTP (rather than gRPC)
I would like to make sure that whatever is added to the arrow spec also works within the Rust ecosystem / tonic/hyper ecosystem
Mailing List Discussion https://lists.apache.org/thread/vfz74gv1knnhjdkro47shzd1z5g5ggnf
Describe the solution you'd like
Implement a server example that works in rust, with the clients from
https://github.com/apache/arrow-experiments/tree/main/http
Here is a PR with a Java proposal: apache/arrow-experiments#4
Describe alternatives you've considered
Wait for the spec to be finalized and then implement it in Rust
Additional context
The text was updated successfully, but these errors were encountered: