This page is part of the documentation of auKsys/5

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

Further reading

  • Use of auKsys docker images.
  • The tutorials contain example of use of auksys.