mdatapipe

Multiprocess plugin-driven engine for data collecting, analyzing and reporting


Keywords
data-analysis, data-mining, data-structures, database
License
Apache-2.0
Install
pip install mdatapipe==0.0.3

Documentation

mdatapipe

pypi version GitHub Forks GitHub Open Issues travis-ci for master branch coverage report for master branch sphinx documentation for latest release

Requirements

  • Python 3.6+ (currently tested with 2.7, 3.6)

Installation

To install the development version:

pip install mdatapipe

To install the latest released version:

pip install https://github.com/mdatapipe/mdatapipe/archive/master.zip

Examples

mdatapipe run pipeline.yaml

Bugs and Feature Requests

Bug reports and feature requests are happily accepted via the GitHub Issue Tracker. Pull requests are welcome. Issues that don't have an accompanying pull request will be worked on as my time and priority allows.

Guidelines

Testing

Testing is done via pytest, driven by tox.

Testing is as simple as:

pip install tox
tox

Release Checklist