Apache Arrow Flight RPC

Arrow Flight is a high-performance RPC framework built on gRPC for transferring large datasets using the Arrow columnar format. It enables efficient bulk data transport between services with client libraries available in C++, Java, Python, R, Go, and Rust. Flight SQL extends Flight with a SQL-over-Arrow interface for database query execution.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-arrow:apache-arrow-flight-rpc
name: Apache Arrow Flight RPC
description: Arrow Flight is a high-performance RPC framework built on gRPC for transferring large datasets
  using the Arrow columnar format. It enables efficient bulk data transport between services with client
  libraries available in C++, Java, Python, R, Go, and Rust. Flight SQL extends Flight with a SQL-over-Arrow
  interface for database query execution.
humanURL: https://arrow.apache.org/docs/format/Flight.html
tags:
- Data Transfer
- gRPC
- RPC
properties:
- type: Documentation
  url: https://arrow.apache.org/docs/format/Flight.html
- type: APIReference
  url: https://arrow.apache.org/docs/format/FlightSql.html