auksys
WARNING auKsys/5 has been released as stable, but this documentation has not been fully updated with changes since auKsys/4. In case of questions or mistakes, you can use the support project.
auksys is a tool for running kDB, pralin, scql using the official docker images. The source code is available in gitlab.
Quick Start
Provided Rust is installed in the system (either via package or the official install guide):
cargo install auksys
Then running the following will start a kDB store with a web interface:
auksys start kdb/store --web
The auksys tool includes online help with the list of different commands and usage:
auksys --help