tree: 868dfcbf437372416dbda033f073aa847ab0c035
  1. README.md
  2. server.py
http/get_simple/python/server/README.md

HTTP GET Arrow Data: Simple Python Server Example

This directory contains a minimal example of an HTTP server implemented in Python. The server:

  1. Creates a list of record batches and populates it with synthesized data.
  2. Listens for HTTP GET requests from clients.
  3. Upon receiving a request, sends an HTTP 200 response with the body containing an Arrow IPC stream of record batches.

To run this example:

pip install pyarrow
python server.py