Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 716 Bytes

File metadata and controls

29 lines (23 loc) · 716 Bytes

Apache Arrow Flight CLI

This is a command line interface for an Apache Arrow Flight.

Examples of Using PyArrow and Arrow Flight

https://arrow.apache.org/cookbook/py/flight.html

Arrow Flight Spark Connector

https://github.com/rymurr/flight-spark-source

Arrow Flight gRPC API

Introducing Arrow Flight

Commands

TODO: Add Commands

Get started with Development

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. In the flight-cli directory,
cargo update
  1. Run the CLI by running
cargo run -- <command> <args> <flags>