tree: be08613129a728f2cd08cd5b43e5e90fb015248c [path history] [tgz]
  1. client.js
  2. package.json
  3. README.md
http/get_simple/js/client/README.md

HTTP GET Arrow Data: Simple JavaScript Client Example

This directory contains a minimal example of an HTTP client implemented in JavaScript. The client:

  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. Creates an Arrow table from the record batches

To run this example, first start one of the server examples in the parent directory, then:

npm install apache-arrow
node client.js