tree: a3e3fd0e2f78c474c689542ab958e4660ccaaa88 [path history] [tgz]
  1. urllib.request/
  2. README.md
http/get_simple/python/client/README.md

HTTP GET Arrow Data: Simple Python Client Examples

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

  1. Sends an HTTP GET request to a server.
  2. Receives an HTTP 200 response from the server, with the response body containing an Arrow IPC stream of record batches.
  3. Adds the record batches to a list as they are received.