danburkert / ksql

An experimental SQL-like shell for Apache Kudu
Apache License 2.0
7 stars 3 forks source link

ksql

An experimental SQL-like shell for Apache Kudu.

Using ksql

Archives containing pre-compiled binaries are available for Linux and macOS on the releases page. After starting the shell, type help; to see available commands.

$ ksql
ksql> help;

Building from Source

ksql is written in Rust, and uses Cargo, the Rust package manager for building the project. The easiest way to install Rust and Cargo is through rustup. Once cargo is installed, building ksql is easy:

# navigate to the checked-out ksql repository directory, then run ksql:
cargo run --release