DataFS is an abstraction layer for data storage systems. It manages file versions and metadata using a json-like storage system like AWS's DynamoDB and relies on PyFilesystem to abstract file storage, allowing you to store files locally and on the cloud in a seamless interface.


Keywords
datafs, command-line-tool, data-version-control, file-management, python, storage
License
MIT
Install
pip install datafs==0.6.6

Documentation

DataFS Distributed Data Management System

https://travis-ci.org/ClimateImpactLab/DataFS.svg?branch=master https://coveralls.io/repos/github/ClimateImpactLab/DataFS/badge.svg?branch=master Documentation Status Updates

DataFS is an abstraction layer for data storage systems. It manages file versions and metadata using a json-like storage system like AWS's DynamoDB and relies on PyFilesystem to abstract file storage, allowing you to store files locally and on the cloud in a seamless interface.

Usage

See examples for more extensive use cases.

Features

Todo

Add a front-end

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.