tree: 9db0a4226ca6ab06d0f0e35e3074a58a77831d5b [path history] [tgz]
  1. examples/
  2. src/
  3. build.rs
  4. Cargo.toml
  5. README.md
arrow-flight/README.md

Apache Arrow Flight

Crates.io

Usage

Add this to your Cargo.toml:

[dependencies]
arrow-flight = "24.0.0"

Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post Introducing Apache Arrow Flight: A Framework for Fast Data Transport for more information.

This crate provides a Rust implementation of the Flight.proto gRPC protocol and provides an example that demonstrates how to build a Flight server implemented with Tonic.