项目作者: VertebrateResequencing

项目描述 :
High performance Workflow Runner
高级语言: Go
项目地址: git://github.com/VertebrateResequencing/wr.git
创建时间: 2013-06-07T12:16:02Z
项目社区:https://github.com/VertebrateResequencing/wr

开源协议:GNU General Public License v3.0

下载


wr - workflow runner

Gitter
GoDoc
Go Report Card
Build Status

wr is a workflow runner. You use it to run the commands in your workflow easily,
automatically, reliably, with repeatability, and while making optimal use of
your available computing resources.

wr is implemented as a polling-free in-memory job queue with an on-disk acid
transactional embedded database, written in go.

Its main benefits over other software workflow management systems are its very
low latency and overhead, its high performance at scale, its real-time status
updates with a view on all your workflows on one screen, its permanent
searchable history of all the commands you have ever run, and its “live”
dependencies enabling easy automation of on-going projects.

Furthermore, wr has best-in-class support for OpenStack, providing incredibly
easy deployment and auto-scaling without you having to know anything about
OpenStack. For use in clouds such as AWS, GCP and others, wr also has the
built-in ability to self-deploy to any Kubernetes cluster. And it has built-in
support for mounting S3-like object stores, providing an easy way of running
commands against remote files whilst enjoying high
performance
.

Download

download

Alternatively, build it yourself (see go.mod for the minimum version of go
required):

  1. git clone https://github.com/VertebrateResequencing/wr.git
  2. cd wr
  3. make

The wr executable should now be in $HOME/go/bin.

Documentation

Complete usage information is available using the -h option to wr and its
sub-commands.

Guided usage, tips, notes and tutorials are available here:
https://workflow-runner.readthedocs.io/