2025-06-18 13:17:45 +02:00
2025-06-18 13:17:45 +02:00
2025-06-12 15:52:01 +02:00
cli
2025-06-17 22:31:34 +02:00
cli
2025-06-17 22:31:34 +02:00
2025-06-17 23:26:44 +02:00
2025-06-17 23:08:32 +02:00
2025-06-12 15:53:45 +02:00
2025-06-17 23:28:51 +02:00

Logo

ArcHIVE

A lightweight in-memory database written in Rust

Usage

CLI

Download a binary or compile it yourself using cargo build --release --bin archive-cli

To compile the CLI and install it globally run cargo install --path .

Server

Docker

The repository contains a simple compose.yaml

Binary

Alternatively you can run the server binary directly

Download a binary or compile it yourself using cargo build --release --bin archive-server

Environment variables

This is a list of the server's environment variables and their default values:

  • SERVER_HOST=0.0.0.0
  • SERVER_PORT=6171
  • MAX_CONNECTIONS=256
  • LOG_LEVEL=info
Description
A lightweight in-memory database written in Rust
Readme 212 KiB
0.1.0 Latest
2025-06-17 21:33:24 +00:00
Languages
Rust 98.9%
Dockerfile 1.1%