Metadata-Version: 2.1
Name: tanit
Version: 2.0.1
Summary: tanit: python distributed data transfer tool.
Home-page: https://github.com/yassineazzouz/tanit
Author: Yassine Azzouz
Author-email: yassine.azzouz@agmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/v/tanit
            :target: https://pypi.org/project/tanit
        
        .. image:: https://img.shields.io/pypi/pyversions/tanit
            :target: https://pypi.org/project/tanit
        
        .. image:: https://img.shields.io/travis/com/yassineazzouz/tanit
            :target: https://travis-ci.com/yassineazzouz/tanit
        
        .. image:: https://img.shields.io/codecov/c/github/yassineazzouz/tanit
            :target: https://codecov.io/gh/yassineazzouz/tanit
        
        Tanit
        ==================================
        
        
        Tanit 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.
        
        
        *Tanit* 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 tanit-pyds
        
Keywords: thrift python tanit 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
