Quick Start

Getting started with the Storage Kit.

There are different ways to get started in using the Storage Kit.

Ways of getting the Storage Kit:

  • Docker: Quick way to launch and try out the latest builds. No build environment required.

  • Local Build: Build and run the Storage Kit locally. Requires a JDK 16 build environment including, Gradle.

  • Dependency (JVM): The Storage Kit can be used directly as JVM-dependency via Maven or Gradle.

Where to use the Storage Kit:

  • CLI Tool: The Storage Kit comes with a command-line interface (CLI) tool, which offers a rich set of commands to run the entire functionality the Storage Kit provides. The CLI tool can be used by running the Docker container or the executable by the local build.

  • REST API: In case you want to run the Storage Kit as a service, your application can access all functionalities via the REST API.

  • Dependency (JVM): The Storage Kit can be used directly as JVM-dependency via Maven or Gradle.

Last updated