sparksampling-client


Namesparksampling-client JSON
Version 0.3.0 PyPI version JSON
download
home_page
Summaryclient for sparksampling
upload_time2023-07-07 08:11:51
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache License 2.0
keywords pyspark-sampling sparksampling_client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            This is a Python Grpc Stub for ``sparksampling``

# sparksampling
`sparksampling` is a PySpark-based sampling and data quality assessment GRPC service that supports containerized deployments and Spark on K8S


## Feature

- Common sampling methods: Random, Stratified, Simple
- Relationship Sampling based on DAG and Topological sorting
- Cloud Native and Spark on K8S support


# QUICK START

## Installation

The trial only requires direct installation using pypi

``pip install sparksampling``

run as

``sparksampling``

The service will start and listen on port 8530

## Docker

``docker run -p 8530:8530 wh1isper/pysparksampling:latest``

# MORE

For more, see our github page: https://github.com/Wh1isper/pyspark-sampling/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sparksampling-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pyspark-sampling,sparksampling_client",
    "author": "",
    "author_email": "Wh1isper <9573586@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/c5/2473deee09fe58d7816ee9c14bb8bf098f6d89a7e8ccd9721a84910977fc/sparksampling_client-0.3.0.tar.gz",
    "platform": null,
    "description": "This is a Python Grpc Stub for ``sparksampling``\n\n# sparksampling\n`sparksampling` is a PySpark-based sampling and data quality assessment GRPC service that supports containerized deployments and Spark on K8S\n\n\n## Feature\n\n- Common sampling methods: Random, Stratified, Simple\n- Relationship Sampling based on DAG and Topological sorting\n- Cloud Native and Spark on K8S support\n\n\n# QUICK START\n\n## Installation\n\nThe trial only requires direct installation using pypi\n\n``pip install sparksampling``\n\nrun as\n\n``sparksampling``\n\nThe service will start and listen on port 8530\n\n## Docker\n\n``docker run -p 8530:8530 wh1isper/pysparksampling:latest``\n\n# MORE\n\nFor more, see our github page: https://github.com/Wh1isper/pyspark-sampling/\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "client for sparksampling",
    "version": "0.3.0",
    "project_urls": {
        "Source": "https://github.com/Wh1isper/pyspark-sampling"
    },
    "split_keywords": [
        "pyspark-sampling",
        "sparksampling_client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27a8693c04b4b8badd686ae9a41a6651b5f80803ef1eaa4354506eb8c79550fc",
                "md5": "426afbf4963670deb7c99d1afd357bb8",
                "sha256": "7e75bfadbc1ea3ac4d793a21c96b9a6fd915bc89ee2f651c19e8c2636f5ff897"
            },
            "downloads": -1,
            "filename": "sparksampling_client-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "426afbf4963670deb7c99d1afd357bb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8529,
            "upload_time": "2023-07-07T08:11:49",
            "upload_time_iso_8601": "2023-07-07T08:11:49.384454Z",
            "url": "https://files.pythonhosted.org/packages/27/a8/693c04b4b8badd686ae9a41a6651b5f80803ef1eaa4354506eb8c79550fc/sparksampling_client-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c52473deee09fe58d7816ee9c14bb8bf098f6d89a7e8ccd9721a84910977fc",
                "md5": "9094c25d71b798aae66969f17dc6db00",
                "sha256": "28d61a16b039521b7bc3c1edffb54d4df0a490dc9e34e644736537d209cce291"
            },
            "downloads": -1,
            "filename": "sparksampling_client-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9094c25d71b798aae66969f17dc6db00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9307,
            "upload_time": "2023-07-07T08:11:51",
            "upload_time_iso_8601": "2023-07-07T08:11:51.012214Z",
            "url": "https://files.pythonhosted.org/packages/32/c5/2473deee09fe58d7816ee9c14bb8bf098f6d89a7e8ccd9721a84910977fc/sparksampling_client-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-07 08:11:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Wh1isper",
    "github_project": "pyspark-sampling",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sparksampling-client"
}
        
Elapsed time: 0.16368s