You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arrow developer community intends to publish a set of conventions in the Arrow docs for how to send and receive Arrow-format data over HTTP APIs. There is a related discussion on the Arrow developer mailing list at https://lists.apache.org/thread/886cnx6ytjst3smmytz4r4ddcbv95191.
Tasks
This issue is an umbrella for tasks that are a part of this effort.
Any thoughts on the "best" canonical way to return multiple record batches? Would that also be multipart/mixed or would it be better to avoid the delimiter problem and e.g. use an alternate Content-Type indicating that the response contains multiple streams?
Any thoughts on the "best" canonical way to return multiple record batches? Would that also be multipart/mixed or would it be better to avoid the delimiter problem and e.g. use an alternate Content-Type indicating that the response contains multiple streams?
Describe the enhancement requested
The Arrow developer community intends to publish a set of conventions in the Arrow docs for how to send and receive Arrow-format data over HTTP APIs. There is a related discussion on the Arrow developer mailing list at https://lists.apache.org/thread/886cnx6ytjst3smmytz4r4ddcbv95191.
Tasks
This issue is an umbrella for tasks that are a part of this effort.
Simple HTTP GET client and server examples
📁
arrow-experiments/tree/main/http/get_simple
HTTP GET client and server examples demonstrating range requests
📁
arrow-experiments/tree/main/http/get_range
Indirect response HTTP GET client and server examples
📁
arrow-experiments/tree/main/http/get_indirect
Multipart/mixed response HTTP GET client and server examples
📁
arrow-experiments/tree/main/http/get_multipart
HTTP GET examples to test different compression options
📁
arrow-experiments/tree/main/http/get_compressed
Simple HTTP PUT / POST client and server examples
📁
arrow-experiments/tree/main/http/post_simple
Multipart/form-data request HTTP PUT / POST client and server examples
📁
arrow-experiments/tree/main/http/post_multipart
General issues and questions
Component(s)
Documentation
The text was updated successfully, but these errors were encountered: