Update ROADMAP.md

Signed-off-by: leonrayang <chl696@sina.com>
This commit is contained in:
leonrayang 2022-01-04 14:16:17 +08:00 committed by leonrayang
parent 10ebbd6760
commit 0878f64051

View File

@ -4,21 +4,20 @@ Here we draft the engineering roadmap of ChubaoFS.
## Interfaces
FUSE-based POSIX inteface (done)
S3-compatible object store (done)
## Core Feature
* Multi cache layer to support data lake, including Erasure-Code (Publishing in progress)
## Core Subsystems
Authentication (done)
* Solve the nonatomic problem of rename (May 2022)
Cross-zone replication (done)
* Multi version of data storage such as snapshot and history (May 2022)
Reed-Solomon coding (May 2020)
Volume/file Lease (May 2020)
* Memory chubaofs built on distributed unused memory (May 2022)
* Audit function on Data operation flow (May 2022)
## Ecosystem
@ -26,9 +25,3 @@ Volume/file Lease (May 2020)
* ChubaoDB, a ChubaoFS-based document store & search (WIP)