Describe the enhancement requested
Contribute Python client and server examples to the indirect HTTP GET examples in the arrow-experiments repo. This should demonstrate how to use a two-step sequence to retrieve Arrow data:
- The client sends a GET request to a server and receives a JSON response from the server containing one or more server URIs.
- The client sends GET requests to each of those URIs (in parallel) and receives a response from each server containing an Arrow IPC stream of record batches (exactly as in the simple GET examples).
Component(s)
Python
Describe the enhancement requested
Contribute Python client and server examples to the indirect HTTP GET examples in the
arrow-experimentsrepo. This should demonstrate how to use a two-step sequence to retrieve Arrow data:Component(s)
Python