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

Arrow-over-HTTP client and server examples in Julia #502

Closed
Tracked by #40465
ianmcook opened this issue Mar 12, 2024 · 0 comments · Fixed by apache/arrow-experiments#29
Closed
Tracked by #40465

Arrow-over-HTTP client and server examples in Julia #502

ianmcook opened this issue Mar 12, 2024 · 0 comments · Fixed by apache/arrow-experiments#29

Comments

@ianmcook
Copy link
Member

A group of Arrow developers are working to create a set of examples showing how to send and receive Arrow data over HTTP APIs. There is a mailing list discussion about this at https://lists.apache.org/thread/886cnx6ytjst3smmytz4r4ddcbv95191

We are starting by building simple examples that demonstrate the client sending a GET request and the server sending a response back containing an IPC stream of Arrow record batches:
https://github.com/apache/arrow-experiments/tree/main/http/get_simple

It would be great to have Julia client and server examples included there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant