tree: 91f1b82c1e5ffdd34718697317970bd6ace3af0c [path history] [tgz]
  1. fastapi_uvicorn/
  2. http.server/
  3. README.md
http/get_simple/python/server/README.md

HTTP GET Arrow Data: Simple Python Server Examples

This directory contains minimal examples of HTTP servers implemented in Python using various libraries. Each of these servers:

  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.