Installation

This guide covers different ways to install Korvet.

Docker

The easiest way to run Korvet is using Docker:

docker pull redisfield/korvet:latest

Distribution Package

Download the distribution package (.tar or .zip) from Korvet Releases.

Extract the Archive

# For .tar
tar -xf korvet-<version>.tar

# For .zip
unzip korvet-<version>.zip

Run Korvet

The distribution includes a startup script with all required JVM options:

cd korvet-<version>
./bin/korvet

Replace <version> with the downloaded version (e.g., 0.1.0).

System Requirements

  • Java: 17 or later

  • Redis: 7.0 or later with Redis Streams support

  • Memory: Minimum 512MB RAM (2GB+ recommended for production)

  • Storage: Depends on message volume and retention policy