lablup/raftify

Add `--storage-type` option in CLI

Offen

#141 geöffnet am 03.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (14 Forks)auto 404
cligood first issuelog-storage

Repository-Metriken

Stars
 (45 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The current method of building and using the RocksDB CLI tool works without any issues, but we need to consider better approaches.

For example, since all storage dependencies are already included when building the raftify-cli, we could allow specifying the storage type as an option.

Contributor Guide