Skip to main content

Abstract workflows for distributed data-intensive applications

Project description

dispel4py is a free and open-source Python library for describing abstract stream-based workflows for distributed data-intensive applications. It enables users to focus on their scientific methods, avoiding distracting details and retaining flexibility over the computing infrastructure they use. It delivers mappings to diverse computing infrastructures, including cloud technologies, HPC architectures and specialised data-intensive machines, to move seamlessly into production with large-scale data loads. The dispel4py system maps workflows dynamically onto multiple enactment systems, such as MPI, STORM and Multiprocessing, without users having to modify their workflows.

Among all the features of dispel4py we would like highlight the following ones:

  • Abstract: users don’t need to worry about the properties of underlying middleware, implementations or systems.

  • Distributed: dispel4py is designed for programming for large applications, by exploiting heterogeneous, distributed systems. Abstract workflows get translated and enacted-executed in a number of contexts, such as Apache Storm and MPI-powered clusters.

  • Data-intensive: data-intensive applications are those which are complex due to data-volume, data complexity or sophisticated data handling. dispel4py employs the data streaming model for dealing with large volumes of data over distributed systems, or with complex data-driven algorithms.

  • Efficient: the data-streaming communicates data directly between stages without going via disk, which can often be an overhead and bottleneck.

  • Scalable: develop on your laptop and run in production.

  • Familiar: use your favourite editors and Python development tools.

  • Extensible: write your own data processing components.

  • Agile: rapidly prototype your methods on your own laptop then migrate them seamlessly to production scale.

  • Light weight: The cost of coupling stages is so low, that small steps can be mixed with major stages freely.

  • Ubiquitous: It runs anywhere Python runs, which is virtually everywhere.

  • Open: the software is freely usable under the Apache 2 license

What makes dispel4py different from other workflow systems is that it is built on the strength and familiarity of Python, it gains from many available scientific libraries, and it uses the tools that users normally use to program. It operates on data units in data streams rather than tasks on files and processes run continuously and concurrently coupled by streams. It can therefore deal with continuous data streams from observations, as well as handle finite streams from archives.

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

dispel4py-1.2.1.tar.gz (42.3 kB view details)

Uploaded Source

Built Distribution

dispel4py-1.2.1-py2.py3-none-any.whl (80.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dispel4py-1.2.1.tar.gz.

File metadata

  • Download URL: dispel4py-1.2.1.tar.gz
  • Upload date:
  • Size: 42.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dispel4py-1.2.1.tar.gz
Algorithm Hash digest
SHA256 80f02df139b1ada9b9810c640f85db638457d40966c0c3691e494b1787789105
MD5 3e679b023b89efa9e334d4889759214f
BLAKE2b-256 7eac1071cbe31350663020bf79ec42feeac62e9e67c505b6617c5486a80144be

See more details on using hashes here.

File details

Details for the file dispel4py-1.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dispel4py-1.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 37ec9e6a0cb2fc652fff1fde2a14046180eac1253564104dfd9217f3d6f38151
MD5 0487f3b30d6dffd88bf9d989756db184
BLAKE2b-256 d6c13169ddcbd334b17f7ce84912e901481851fe93640fd3342c87b4a05c57cb

See more details on using hashes here.

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