An experimental SQL-like shell for Apache Kudu.
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;
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