lablup/raftify

Add `--storage-type` option in CLI

Ouverte

#141 ouverte le 3 oct. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (14 forks)auto 404
cligood first issuelog-storage

Métriques du dépôt

Stars
 (45 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur