Skip to content

[Python] Create Python examples of HTTP GET Arrow client and server using IPC buffer compression #40600

Description

@ianmcook

Describe the enhancement requested

Create simple Python-based HTTP client and server examples like the ones in arrow-experiments/http/get_simple/python but using IPC buffer compression (lz4 or zstd).

On the server side, I believe this can be done by passing pa.ipc.IpcWriteOptions(compression=...) as the options argument to pa.ipc.new_stream().

Also see pa.Codec

Component(s)

Python

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions