Skip to main content

Simple data processing (ETL) library with support for multi-processing

Project description

Python Simple Flow

  • Simple framework with a defined structure for data processing with support for multi-process
  • Data processing flow is split into four phases:
    • Source: Fetch the data from a source
    • Ingress: Register the data received, log or in DB for trace-ability
    • Transform: Business logic of transforming the data to your business needs
    • Egress: Push the data to downstream or your storage
  • Processing can be done in one process, like running it in-process or in multi processing mode
  • Mode to be chosen depends on the task you are doing
  • Easy setting up logger even in multi processing mode

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

py-simple-flow-2020.8.23.3.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

py_simple_flow-2020.8.23.3-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

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