Skip to content

malawski/hyperflow

 
 

Repository files navigation

#HyperFlow: a distributed workflow execution engine

##Description

HyperFlow provides a model of computation, workflow description language and enactment engine for complex, distributed workflows.

Browse the wiki pages to learn more about the HyperFlow workflow model.

##Getting started

The latest release of HyperFlow is 1.0.0

###Installation

  • Install the latest node.js (http://nodejs.org)
  • Install dependencies (in hyperflow directory): npm install -d
  • Install the Redis server 2.6.x or higher (http://redis.io) (tested with version 2.6.x)
  • npm install https://github.com/dice-cyfronet/hyperflow/archive/1.0.0.tar.gz

###Running

  • Start the redis server
  • Run example workflows from the examples directory as follows:
    hflow run <wf_directory>

About

HyperFlow: a distributed workflow engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.9%
  • HTML 3.4%
  • CSS 2.3%
  • Shell 0.4%