From 0878f64051f98420fd32e5d79d4b0ae11729f476 Mon Sep 17 00:00:00 2001 From: leonrayang Date: Tue, 4 Jan 2022 14:16:17 +0800 Subject: [PATCH] Update ROADMAP.md Signed-off-by: leonrayang --- ROADMAP.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 79a28714d..57cc0d3e6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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) - - - - - -