Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remram44/file_archive
A file store with searchable metadata
https://github.com/remram44/file_archive
archive file-storage metadata python vistrails
Last synced: 20 days ago
JSON representation
A file store with searchable metadata
- Host: GitHub
- URL: https://github.com/remram44/file_archive
- Owner: remram44
- License: other
- Created: 2013-09-26T02:26:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T18:26:14.000Z (over 4 years ago)
- Last Synced: 2024-10-11T07:31:03.044Z (about 1 month ago)
- Topics: archive, file-storage, metadata, python, vistrails
- Language: Python
- Size: 176 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# file_archive: A file store with searchable metadata
[![Build Status](https://github.com/remram44/file_archive/workflows/Test/badge.svg)](https://github.com/remram44/file_archive/actions)
[![Coverage Status](https://img.shields.io/coveralls/github/remram44/file_archive.svg)](https://coveralls.io/r/remram44/file_archive?branch=master)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/remram44)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/