Metadata-Version: 2.1
Name: kraken-pyds
Version: 2.0.1
Summary: kraken: python distributed data transfer tool.
Home-page: https://github.com/yassineazzouz/kraken
Author: Yassine Azzouz
Author-email: yassine.azzouz@agmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/v/kraken-pyds
            :target: https://pypi.org/project/kraken-pyds
        
        .. image:: https://img.shields.io/pypi/pyversions/kraken-pyds
            :target: https://pypi.org/project/kraken-pyds
        
        .. image:: https://img.shields.io/travis/com/yassineazzouz/kraken
            :target: https://travis-ci.com/yassineazzouz/kraken
        
        .. image:: https://img.shields.io/codecov/c/github/yassineazzouz/kraken
            :target: https://codecov.io/gh/yassineazzouz/kraken
        
        Kraken
        ==================================
        
        
        Kraken is a distributed, fast, and reliable data transfer service for efficiently moving large amounts of data between different storage technologies. It uses a distributed master worker architecture, to allow very fast data transfer speed and horizontal scaling, while implementing multiple failover, recovery and data consistency checks mechanisms to ensure robustness, fault tolerance and reliability.
        
        
        *Kraken* typical use cases include but are not limited to :
        - Data migration (across storage technologies)
        - Data Replication.
        - Backup and Disaster recovery.
        - Data life cycle management.
        
        
        Features
        --------
        
        * Distributed data transfer service.
        * Support multiple storage technologies.
        * Easy to setup, configurable services.
        * Command line interface to submit and monitor jobs.
        * Support multiple scheduling algorithms and job priority.
        * Support multiple jobs placement policies across workers.
        
        Install
        ---------------
        
        ::
        
            pip install kraken-pyds
        
Keywords: thrift python kraken hdfs
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
