lablup/raftify

Add `--storage-type` option in CLI

Aberta

#141 aberto em 3 de out. de 2024

 (0 comentário) (0 reação) (0 responsável)Rust (14 forks)auto 404
cligood first issuelog-storage

Métricas do repositório

Stars
 (45 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador