funnel

command module
v0.0.0-...-c9c84e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2023 License: MIT Imports: 3 Imported by: 0

README

Build Status Gitter 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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
Package cmd contains the Funnel CLI commands.
Package cmd contains the Funnel CLI commands.
aws
gce
run
Package compute contains code for accessing compute resources from many different cluster types, including AWS, Google Cloud, and HPC-style cluster scheduler.
Package compute contains code for accessing compute resources from many different cluster types, including AWS, Google Cloud, and HPC-style cluster scheduler.
batch
Package batch contains code for accessing compute resources via AWS Batch.
Package batch contains code for accessing compute resources via AWS Batch.
gridengine
Package gridengine contains code for accessing compute resources via Open Grid Engine.
Package gridengine contains code for accessing compute resources via Open Grid Engine.
htcondor
Package htcondor contains code for accessing compute resources via HTCondor.
Package htcondor contains code for accessing compute resources via HTCondor.
kubernetes
Package kubernetes contains code for accessing compute resources via the Kubernetes v1 Batch API.
Package kubernetes contains code for accessing compute resources via the Kubernetes v1 Batch API.
local
Package local contains code for accessing compute resources via the local computer, for Funnel development and debugging.
Package local contains code for accessing compute resources via the local computer, for Funnel development and debugging.
noop
Package noop contains a compute backend that does nothing, for testing purposes.
Package noop contains a compute backend that does nothing, for testing purposes.
pbs
Package pbs contains code for accessing compute resources via PBS/Torque.
Package pbs contains code for accessing compute resources via PBS/Torque.
scheduler
Code generated by mockery v1.0.0.
Code generated by mockery v1.0.0.
slurm
Package slurm contains code for accessing compute resources via Slurm.
Package slurm contains code for accessing compute resources via Slurm.
Package config contains Funnel configuration structures and defaults.
Package config contains Funnel configuration structures and defaults.
gce
internal
Package config Code generated by go-bindata.
Package config Code generated by go-bindata.
database
Package events contains code for writing task events to various systems.
Package events contains code for writing task events to various systems.
Package examples bundles example tasks into the Funnel CLI.
Package examples bundles example tasks into the Funnel CLI.
internal
Package examples Code generated by go-bindata.
Package examples Code generated by go-bindata.
Package logger contains Funnel's logging code.
Package logger contains Funnel's logging code.
Package server contains code for serving the Funnel API, and accessing database backends.
Package server contains code for serving the Funnel API, and accessing database backends.
Package tes is a generated protocol buffer package.
Package tes is a generated protocol buffer package.
Package util is the dumping ground for helper functions without a good home.
Package util is the dumping ground for helper functions without a good home.
aws
rpc
Package version reports the Funnel version.
Package version reports the Funnel version.
Code generated for package webdash by go-bindata DO NOT EDIT.
Code generated for package webdash by go-bindata DO NOT EDIT.
Package worker contains code which executes a task.
Package worker contains code which executes a task.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL