Skip to content

An experimental SQL-like shell for Apache Kudu

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

danburkert/ksql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An experimental SQL-like shell for Apache Kudu

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published