Skip to content

An example showing how to send compressed RecordBatches over HTTP with PyArrow.

Notifications You must be signed in to change notification settings

amoeba/pyarrow-ipc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

pyarrow-example_compressed-batches-over-http

An example showing how to send compressed RecordBatches over HTTP with PyArrow.

Pre-requisities

  • Python
  • Python packages
    • pyarrow
    • requests
    • numpy
    • Flask

Running

To run the server (receiving end):

flask --app server run

(In another shell) To run the client (and send record batches):

python client.py

About

An example showing how to send compressed RecordBatches over HTTP with PyArrow.

Topics

Resources

Stars

Watchers

Forks

Languages