Skip to content

pombredanne/file_archive

 
 

Repository files navigation

file_archive: A file store with searchable metadata

Build Status Coverage Status Say Thanks!

This is a file archiving system. You submit it files with a set of metadata, as key-value pairs, and it allows you to later retrieve the files that match conditions on these metadata.

It uses a flat file-store where files are stored under their 40 characters SHA1 hash, and a SQLite3 database for the metadata.

Its purpose is to be used as a persistent file store for the VisTrails workflow and provenance management system: http://www.vistrails.org/

About

A file store with searchable metadata

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.2%
  • Batchfile 0.3%