Metadata-Version: 2.1
Name: sparklanes
Version: 0.2.3
Summary: A lightweight framework to build and execute data processing pipelines in pyspark (Apache Spark's python API)
Home-page: https://github.com/ksbg/sparklanes
Author: Kevin Baumgarten
Author-email: kevin@ksbg.io
License: UNKNOWN
Project-URL: sparklanes documentation, https://sparklanes.readthedocs.io/
Description: sparklanes is a lightweight data processing framework for Apache Sparkwritten in Python. It was built with the intention to make buildingcomplex spark processing pipelines simpler, by shifting the focustowards writing data processing code without having to spent much timeon the surrounding application architecture.
        Data processing pipelines, or *lanes*, are built by stringing togetherencapsulated processor classes, which allows creation of lane definitionswith an arbitrary processor order, where processors can be easilyremoved, added or swapped.
        Processing pipelines can be defined using *lane configuration YAML files*,to then be packaged and submitted to spark using a single command.Alternatively, the same can be achieved manually by using the frameworkAPI.
Keywords: spark,pyspark,data,processing,preprocessing,pipelines
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
