https://github.com/oikomi/jbfs
JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统
https://github.com/oikomi/jbfs
Last synced: 2 months ago
JSON representation
JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统
- Host: GitHub
- URL: https://github.com/oikomi/jbfs
- Owner: oikomi
- Created: 2016-01-13T05:51:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T11:50:27.000Z (over 9 years ago)
- Last Synced: 2025-03-28T15:12:08.751Z (3 months ago)
- Language: Java
- Homepage:
- Size: 46 MB
- Stars: 18
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JBFS
JBFS 是基于facebook haystack 开发的一套分布式海量小文件存储系统
Status
======It is not usable yet and still under early development.
Todo
======
- [ ] support distributed uuid(snowflake)
- [ ] support supper_block recovery from failures
- [ ] store support performance statistics used for directory dispatch
- [ ] store support write cache (total num) for kernel
- [ ] store support compact volume
- [ ] store support logic delete
- [ ] directory fully load balancing架构
======