Skip to content

[Python] Create Python examples of indirect HTTP GET Arrow client and server #40596

Description

@ianmcook

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:

  1. The client sends a GET request to a server and receives a JSON response from the server containing one or more server URIs.
  2. 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

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions