Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/8451/arrow-flight-cli
https://github.com/8451/arrow-flight-cli
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/8451/arrow-flight-cli
- Owner: 8451
- License: mit
- Created: 2022-09-27T16:21:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T18:58:56.000Z (about 2 years ago)
- Last Synced: 2024-12-11T21:40:56.963Z (29 days ago)
- Language: Rust
- Size: 41 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/)## Commands
TODO: Add Commands## Get started with Development
1. [Install Rust](https://www.rust-lang.org/tools/install)
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
2. In the flight-cli directory,
```bash
cargo update
```
3. Run the CLI by running
```bash
cargo run --
```