lablup/raftify

Add `--storage-type` option in CLI

Open

#141 opened on Oct 3, 2024

 (0 comments) (0 reactions) (0 assignees)Rust (14 forks)auto 404
cligood first issuelog-storage

Repository metrics

Stars
 (45 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide