falcon-datamover


Namefalcon-datamover JSON
Version 1.0.8 PyPI version JSON
download
home_page
SummaryOnline File Transfer Optimization
upload_time2024-01-12 22:23:17
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright (c) 2023 HIGH PERFORMANCE COMPUTING AND NETWORKING (HPCN) LAB, UNR Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords data-transfer high-performance-networks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Falcon: Online File Transfers Optimization
The application can only correctly function on Linux-based operating systems due to several Linux-based functional dependencies.

## Installation

You can install the falcon-datamover package from [PyPI](https://pypi.org/project/falcon-datamover/):

    pip install falcon-datamover

or

    python3 -m pip install falcon-datamover

The Falcon package is supported on Python 3.6 and above.

## Usage

Falcon is a command line application. please run help to find required arguments

    $ falcon --help
    usage: falcon [-h] [--host HOST] [--port PORT] [--data_dir DATA_DIR] [--method METHOD] [--max_cc MAX_CC] [--direct DIRECT] [--checksum CHECKSUM] agent

    positional arguments:
    agent                Please choose agent type: sender or receiver

    optional arguments:
    -h, --help           show this help message and exit
    --host HOST          Receiver host address; default: 127.0.0.1
    --port PORT          Receiver port number; default: 50021
    --data_dir DATA_DIR  data directory of sender or receiver
    --method METHOD      choose one of them : gradient, probe
    --max_cc MAX_CC      maximum concurrency
    --direct DIRECT      enable direct I/O
    --checksum CHECKSUM  enable checksum verification

for example: on the receiver node:

    $ falcon receiver --host 10.10.1.2 --port 5000 --data_dir /data/dest/

similarly, on the sender node:

    $ falcon sender --host 10.10.1.2 --port 5000 --data_dir /data/src/ --method probe

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "falcon-datamover",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "data-transfer,high-performance-networks",
    "author": "",
    "author_email": "Md Arifuzzaman <arif@nevada.unr.edu>",
    "download_url": "https://files.pythonhosted.org/packages/9c/e5/66414f6e56b33f0a783cf7333f3618d4a1a9cd4b1428fbb619ae105c5246/falcon-datamover-1.0.8.tar.gz",
    "platform": null,
    "description": "# Falcon: Online File Transfers Optimization\nThe application can only correctly function on Linux-based operating systems due to several Linux-based functional dependencies.\n\n## Installation\n\nYou can install the falcon-datamover package from [PyPI](https://pypi.org/project/falcon-datamover/):\n\n    pip install falcon-datamover\n\nor\n\n    python3 -m pip install falcon-datamover\n\nThe Falcon package is supported on Python 3.6 and above.\n\n## Usage\n\nFalcon is a command line application. please run help to find required arguments\n\n    $ falcon --help\n    usage: falcon [-h] [--host HOST] [--port PORT] [--data_dir DATA_DIR] [--method METHOD] [--max_cc MAX_CC] [--direct DIRECT] [--checksum CHECKSUM] agent\n\n    positional arguments:\n    agent                Please choose agent type: sender or receiver\n\n    optional arguments:\n    -h, --help           show this help message and exit\n    --host HOST          Receiver host address; default: 127.0.0.1\n    --port PORT          Receiver port number; default: 50021\n    --data_dir DATA_DIR  data directory of sender or receiver\n    --method METHOD      choose one of them : gradient, probe\n    --max_cc MAX_CC      maximum concurrency\n    --direct DIRECT      enable direct I/O\n    --checksum CHECKSUM  enable checksum verification\n\nfor example: on the receiver node:\n\n    $ falcon receiver --host 10.10.1.2 --port 5000 --data_dir /data/dest/\n\nsimilarly, on the sender node:\n\n    $ falcon sender --host 10.10.1.2 --port 5000 --data_dir /data/src/ --method probe\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 HIGH PERFORMANCE COMPUTING AND NETWORKING (HPCN) LAB, UNR  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Online File Transfer Optimization",
    "version": "1.0.8",
    "project_urls": {
        "Homepage": "https://github.com/arif-zaman/falcon-datamover"
    },
    "split_keywords": [
        "data-transfer",
        "high-performance-networks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb648379000a5d7cfdaa94e4dae0df596852cae3ada7bd2c5737f993e68ce530",
                "md5": "c4356294dcdc9abee435d29cefe0f050",
                "sha256": "55d21b178c9d8f28d6d19d3d555b6d8afd15aaa144e51d4a9dd0bec732126ebf"
            },
            "downloads": -1,
            "filename": "falcon_datamover-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4356294dcdc9abee435d29cefe0f050",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12504,
            "upload_time": "2024-01-12T22:23:16",
            "upload_time_iso_8601": "2024-01-12T22:23:16.349167Z",
            "url": "https://files.pythonhosted.org/packages/eb/64/8379000a5d7cfdaa94e4dae0df596852cae3ada7bd2c5737f993e68ce530/falcon_datamover-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ce566414f6e56b33f0a783cf7333f3618d4a1a9cd4b1428fbb619ae105c5246",
                "md5": "b392a4e7a9c9a3bcca0210cec5c8aeee",
                "sha256": "f2d0036f7a9d02acbfe1f8155bcbb2a98f0a6c272c5701301c6a48e18bb01981"
            },
            "downloads": -1,
            "filename": "falcon-datamover-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "b392a4e7a9c9a3bcca0210cec5c8aeee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12193,
            "upload_time": "2024-01-12T22:23:17",
            "upload_time_iso_8601": "2024-01-12T22:23:17.558928Z",
            "url": "https://files.pythonhosted.org/packages/9c/e5/66414f6e56b33f0a783cf7333f3618d4a1a9cd4b1428fbb619ae105c5246/falcon-datamover-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-12 22:23:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arif-zaman",
    "github_project": "falcon-datamover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "falcon-datamover"
}
        
Elapsed time: 0.19486s