# he3fs **Repository Path**: src-openeuler/he3fs ## Basic Information - **Project Name**: he3fs - **Description**: He3FS is a file system based on KV store. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-01-17 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: db ## README # he3fs #### 介绍 He3FS is a file system based on KV store. #### 软件架构 He3FS是基于KV存储实现的一款用户态文件系统,实现了常用的FUSE接口,将文件系统元数据和文件都以键值对的形式存储在KV存储上,同时实现本地优先队列,具有高性能。 ![架构图](./arch.png) #### 安装教程及使用 1. 安装tikv集群(参照pingcap文档中心:https://docs.pingcap.com/zh/) 2. 启动tikv集群和pd集群 (测试可以启动单机测试集群:tiup playground --mode tikv-slim --kv 1 --pd 1) 3. 挂载文件系统 (1) 创建一个挂载点 mkdir /your_path/mountpoint/ (2)将he3fs挂载到挂载点 ./he3fs -f he3fs:pdIP:pdPORT /your_path/mountpoint (3)其他启动设置参考:./he3fs --help #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)