Skip to content

Ravanon/dispel4py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dispel4Py

Dispel4Py is a Python library used to describe abstract workflows for distributed data-intensive applications. These workflows are compositions of processing elements representing knowledge discovery activities (such as batch database querying, noise filtering and data aggregation) through which significant volumes of data can be streamed in order to manufacture a useful knowledge artefact. Such processing elements may themselves be defined by compositions of other, more fundamental computational elements, in essence having their own internal workflows. Users can construct workflows importing existing processing elements from a registry, or can define their own, recording them in a registry for later use by themselves or others.

Abstract dataflows described in Dispel4Py can be executed in numerous environments, for example using a Storm cluster or as an MPI job. Thus Dispel4Py allows to construct workflows without particular knowledge of the specific context in which they are to be executed, granting them greater generic applicability.

Dependencies

Dispel4Py has been tested with Python versions 2.7.5, 2.7.2 and 2.6.6.

The following Python packages are required to run Dispel4Py:

If using the MPI mapping:

If using the Storm mapping:

Installation

The easiest way to install dispel4py is via pip (https://pypi.python.org/pypi/pip):

sudo pip install git+git://github.com/akrause2014/dispel4py.git@master

Alternatively, download the ZIP or clone this repository to your desktop and add it to the PYTHON_PATH.

Docker image

A Docker image with the latest Dispel4Py installation is available from the Docker Hub: https://registry.hub.docker.com/u/akrause2014/dispel4py/

Documentation

The wiki documentation explains how to install and test Dispel4Py: https://github.com/akrause2014/dispel4py/wiki

Dispel4Py user documentation: http://www2.epcc.ed.ac.uk/~amrey/VERCE/Dispel4Py/

Travis CI

Build Status https://travis-ci.org/akrause2014/dispel4py

Logo

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • Makefile 4.2%
  • Shell 2.1%
  • Java 0.6%