An open API service indexing awesome lists of open source software.

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

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/deling

deling 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 install

Datastores
----------

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 `_