= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
A Workflow Engine for Computational Experiments
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
ketrew.3.1.0.tar.gz
md5=a748ddd1ed7a97fd9ba5587341eb24f5
Description
Ketrew is:
- An OCaml library providing an EDSL API to define complex and convoluted workflows (interdependent steps/programs using a lot of data, with many parameter variations, running on different hosts with various schedulers).
- A client-server application to interact with these workflows. The engine at heart of the server takes care of orchestrating workflows, and keeps track of everything that succeeds, fails, or gets lost. The clients interact with an API and with two user-interfaces: a terminal-app and a WebUI.
Published: 13 Apr 2017
Dependencies (20)
-
reactiveData
>= "0.2"
-
tyxml
>= "4.0.0"
-
js_of_ocaml
>= "2.6" & < "3.0"
- conduit
-
lwt
< "3.0.0"
-
cohttp
>= "0.21.0" & < "0.99"
-
ppx_deriving_yojson
>= "3.0"
- ppx_deriving
- uri
- yojson
-
cmdliner
>= "1.0.0"
- pvem_lwt_unix
- pvem
- docout
- nonstd
- sosa
- ocamlify
- ocamlfind
-
omake
>= "0.9.8.6-0.rc1"
-
ocaml
>= "4.03.0"
Dev Dependencies
-
None
Used by
-
None
Conflicts (2)
-
ppx_sexp_conv
>= "v0.9.0"
-
ppx_inline_test
>= "v0.9.0"
On This Page