Skip to main content

A lightweight framework to build and execute data processing pipelines in pyspark (Apache Spark's python API)

Project 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sparklanes-0.2.2.tar.gz (14.9 kB view hashes)

Uploaded Source

Built Distributions

sparklanes-0.2.2-py3-none-any.whl (17.8 kB view hashes)

Uploaded Python 3

sparklanes-0.2.2-py2-none-any.whl (17.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page