Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bshafiee/BFS
Behrooz File System (BFS)
https://github.com/bshafiee/BFS
Last synced: 15 days ago
JSON representation
Behrooz File System (BFS)
- Host: GitHub
- URL: https://github.com/bshafiee/BFS
- Owner: bshafiee
- License: other
- Created: 2014-06-30T18:29:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T01:37:55.000Z (about 9 years ago)
- Last Synced: 2024-07-23T11:08:48.082Z (4 months ago)
- Language: C++
- Homepage: http://bshafiee.github.io/BFS/
- Size: 17.3 MB
- Stars: 53
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BFS
========BFS is an open-source distributed, scalable, replicated in-memory filesystem. BFS provides a POSIX compatible interface and can be mounted under any directory and be used same as a traditional filesystem such as Ext4 or NTFS as a userspace application without any kernel modification. BFS utilizes memory to store data which means a blazingly fast read/write speed. BFS is backed by Openstack Swift object storage (backend storage can be a disk, Amazon S3, or any other persistent storage as well). BFS nodes can communicate thorough a TCP connection or a faster ZERO_Networking solution. In ZERO_Networking mode the regular operating system network stack is bypassed and raw packets are shared between userspace and kernel.
Refer to http://bshafiee.github.io/BFS/ for more information.