ohsu-comp-bio / funnel

Funnel is a toolkit for distributed task execution via a simple, standard API.

Home Page:https://ohsu-comp-bio.github.io/funnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Compliance Tests Status Gitter License: MIT Godoc

Funnel

https://ohsu-comp-bio.github.io/funnel/

Funnel is a toolkit for distributed, batch task execution, including a server, worker, and a set of compute, storage, and database backends. Given a task description, Funnel will find a worker to execute the task, download inputs, run a series of (Docker) containers, upload outputs, capture logs, and track the whole process.

Funnel is an implementation of the GA4GH Task Execution Schemas, an effort to standardize the APIs used for task execution across many platforms.

Funnel provides an API server, multiple storage backends (local FS, S3, Google Bucket, etc.), multiple compute backends (local, HTCondor, Google Cloud, etc.), and a web dashboard.

About

Funnel is a toolkit for distributed task execution via a simple, standard API.

https://ohsu-comp-bio.github.io/funnel

License:MIT License


Languages

Language:Go 95.6%Language:JavaScript 1.7%Language:CSS 1.1%Language:Shell 0.6%Language:HTML 0.5%Language:Makefile 0.3%Language:Dockerfile 0.2%