Skip to content

leo_storage stores files (objects) and file's attributes (metadata) and automatically replicates files and recovers inconsistent files.

License

Notifications You must be signed in to change notification settings

gitinsky/leo_storage

 
 

Repository files navigation

leo_storage

Build Status

Overview

  • "leo_storage" is one of the core component of LeoFS. Main roles are described below.
    • "leo_storage" is log structure file system for Object/BLOB. Also, It includes metadata-server which is powered by bitcask.
    • "leo_storage" is master-less; It has NO-SPOF.
    • LeoFS's storage-cluster consists of a set of loosely connected nodes.
  • Detail document is here.
  • "leo_storage" uses rebar build system. Makefile so that simply running "make" at the top level should work.
  • "leo_storage" requires Erlang R15B03-1 or later.

About

leo_storage stores files (objects) and file's attributes (metadata) and automatically replicates files and recovers inconsistent files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 99.6%
  • Makefile 0.4%