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