Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype Arrow over HTTP in Rust #5496

Closed
Tracked by #40465
alamb opened this issue Mar 11, 2024 · 4 comments
Closed
Tracked by #40465

Prototype Arrow over HTTP in Rust #5496

alamb opened this issue Mar 11, 2024 · 4 comments
Assignees
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog help wanted

Comments

@alamb
Copy link
Contributor

alamb commented Mar 11, 2024

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

So far there are client examples in six languages and server examples
in two languages (Python and Go). They all have READMEs describing how
to use them.

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

@alamb alamb added enhancement Any new improvement worthy of a entry in the changelog help wanted arrow Changes to the arrow crate labels Mar 11, 2024
@mbrobbel
Copy link
Contributor

apache/arrow-experiments#8

@alamb
Copy link
Contributor Author

alamb commented Mar 11, 2024

apache/arrow-experiments#8

Thanks @mbrobbel -- I hadn't seen that 🙏 -- thank you

@ianmcook
Copy link
Member

Closed by apache/arrow-experiments#8

I hope we can update the examples to use hyper after #1207 is done.

@alamb
Copy link
Contributor Author

alamb commented Mar 11, 2024

Sorry -- I should have known the arrow community was already on this. Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog help wanted
Projects
None yet
Development

No branches or pull requests

3 participants