Skip to main content

Big Data analytics powered by Apache Spark

Project description

http://www.repostatus.org/badges/latest/wip.svg https://travis-ci.org/cbg-ethz/pybda.svg?branch=master https://codecov.io/gh/cbg-ethz/pybda/branch/master/graph/badge.svg https://api.codacy.com/project/badge/Grade/1822ba83768d4d7389ba667a9c839638 https://readthedocs.org/projects/pybda/badge/?version=latest

A commandline tool for analysis of big biological data sets using Snakemake, powered by Apache Spark.

Introduction

PyBDA is a Python library and command line tool for big data analytics and machine learning scaling to tera byte sized data sets.

In order to make PyBDA scale to big data sets, we use Apache Spark’s DataFrame API which, if developed against, automatically distributes data to the nodes of a high-performance cluster and does the computation of expensive machine learning tasks in parallel. For scheduling, PyBDA uses Snakemake to automatically execute pipelines of jobs. In particular, PyBDA will first build a DAG of methods/jobs you want to execute in succession (e.g. dimensionality reduction into clustering) and then compute every method by traversing the DAG. In the case of a successful computation of a job, PyBDA will write results and plots, and create statistics. If one of the jobs fails PyBDA will report where and which method failed (owing to Snakemake’s scheduling) such that the same pipeline can effortlessly be continued from where it failed the last time.

Documentation

Check out the documentation here. The documentation will walk you though

  • the installation process,

  • setting up Apache Spark,

  • using pybda.

Author

Simon Dirmeier simon.dirmeier at bsse.ethz.ch.

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

pybda-0.0.3.tar.gz (44.3 kB view hashes)

Uploaded Source

Built Distribution

pybda-0.0.3-py2.py3-none-any.whl (92.3 kB view hashes)

Uploaded Python 2 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