https://github.com/rasmunk/deling
deling, for accessing and storing data across remote storage systems
https://github.com/rasmunk/deling
Last synced: 6 months ago
JSON representation
deling, for accessing and storing data across remote storage systems
- Host: GitHub
- URL: https://github.com/rasmunk/deling
- Owner: rasmunk
- License: gpl-2.0
- Created: 2017-10-31T08:57:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T15:43:53.000Z (7 months ago)
- Last Synced: 2024-11-08T16:39:33.472Z (7 months ago)
- Language: Python
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======
deling
======.. image:: https://readthedocs.org/projects/deling/badge/?version=latest
:target: https://deling.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/deling.svg
:target: https://badge.fury.io/py/delingdeling is a set of utilities for accessing and writing data across remote data storages.
Installation
------------Installation from pypi
.. code-block:: sh
pip install deling
Installation from source
.. code-block:: sh
git clone https://github.com/rasmunk/deling.git
cd deling
make installDatastores
----------This package contains a set of datastores for accessing and conducting IO operations against remote data storage systems.
Currently the package supports datastores that can be accessed through the following protocols:- `SFTP `_
- `SSHFS `_Helper Datastores
-----------------To ease the use of the datastores, a set of helper datastores are provided. These datastores are wrappers around the basic datastore that have been implemented.
The helper datastores are:- ERDAShare/ERDASFTPShare which connects to pre-created `ERDA `_ sharelinks.
Additional documentation can be found at `ReadTheDocs `_