Metadata-Version: 2.1
Name: sparksampling
Version: 0.1.2
Summary: pyspark-sampling
Home-page: https://github.com/Wh1isper/pyspark-sampling
Author: wh1isper
Author-email: 9573586@qq.com
License: UNKNOWN
Keywords: sparksampling
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
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: >=3.5
License-File: LICENSE

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


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


