lablup/raftify

Add `--storage-type` option in CLI

开放

#141 创建于 2024年10月3日

 (0 条评论) (0 个反应) (0 位负责人)Rust (14 个派生)auto 404
cligood first issuelog-storage

仓库指标

星标
 (45 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南