tree: e9df4b8245e4f3d22f32ba9654be0fff8d3a667d [path history] [tgz]
  1. README.md
  2. server.jl
http/get_simple/julia/server/README.md

HTTP GET Arrow Data: Simple Julia Server Example

This directory contains a minimal example of an HTTP server implemented in Julia. 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:

julia --project=.. -e "using Pkg; Pkg.instantiate()"
julia --project=.. server.jl