HTTP GET Arrow Data: Simple Ruby Client Example
This directory contains a minimal example of an HTTP client implemented in Ruby.
The client:
- Sends an HTTP GET request to a server.
- Receives an HTTP 200 response from the server, with the response body containing an Arrow IPC stream of record batches.
- Creates an Arrow table from the record batches.
To run this example, first start one of the server examples in the parent directory, then:
bundle install
bundle exec ruby client.rb