Skip to content

hmli/simplefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplefs

按照 Facebook Haystack 论文用 Golang 实现的文件存储系统, 仅作学习用. 生产环境请使用下面 参考 中推荐的项目.

论文原文: facebook haystack

组件

  • api. 用来测试和展示效果的 HTTP API
  • core. 对 Haystack 中 needle, directory, store 的实现
  • main. Main 函数
  • utils. 其它功能

与原文的出入

TODO

参考

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

File storage based on golang and facebook haystack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages