Protocol
Arrow Flight
Lab ready Full lab
gRPC protocol for bulk Apache Arrow record-batch transfer with DoGet/DoPut and FlightDescriptors. Columnar data moves with minimal copies compared to row-oriented RPC payloads. Used in analytics engines and feature/data planes feeding training.
Layers
Tags
columnararrowbulkdata
Sources
- Apache Arrow Flight documentation
Related protocols
gRPC
Lab readyRPC framework on HTTP/2 with protobuf stubs, streaming RPCs, deadlines, and metadata. Widely used as the control plane for ML serving, mi…
aiinternet
HTTP/2
Lab readyMultiplexed binary framing over a single TLS/TCP connection with streams, HPACK headers, and flow-control windows. It underpins gRPC and …
internetai
RDMA Verbs
Lab readyKernel-bypass networking model: queue pairs, memory regions, and work requests move data between registered buffers with minimal CPU. Com…
aistorage