Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 638 Bytes

The Filecache library/tool is designed to manage files used in production by keeping a deduplicated cache of file chunks used to create a file or files, and a database of files to chunks relationships.

Note: This is extremely early in development. There's plenty left to do before this is stable enough to move out of early development.

  • Add client support
  • Add database support to map files to chunks
  • Add server support
  • Add server and client communication support (with authentication?)
  • Add a C API
  • Add automated testing
  • Add API and user documentation
  • Add license (Assume Apache2 for now)