All Projects → ohsu-comp-bio → Funnel

ohsu-comp-bio / Funnel

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Funnel

Google Graphql Functions
Run graphql queries on Google Cloud Functions (beta). This package can also serve a GraphiQL UI out-of-the-box. This project is mainly a modification of the excellent express-graphiql maintained by Facebook. This project is published using a BSD-style licence.
Stars: ✭ 38 (-56.32%)
Mutual labels:  google-cloud
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+1182.76%)
Mutual labels:  google-cloud
Google Cloud Visualstudio
Google Cloud Tools for Visual Studio
Stars: ✭ 80 (-8.05%)
Mutual labels:  google-cloud
Atlantis On Gke
A set of @HashiCorp Terraform configurations for running Atlantis on @GoogleCloud GKE
Stars: ✭ 44 (-49.43%)
Mutual labels:  google-cloud
Manageiq
ManageIQ Open-Source Management Platform
Stars: ✭ 1,089 (+1151.72%)
Mutual labels:  google-cloud
Terrastack
This project is archived, but the idea of Terrastack lives on in the Terraform CDK. - https://github.com/hashicorp/terraform-cdk
Stars: ✭ 71 (-18.39%)
Mutual labels:  google-cloud
Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+1004.6%)
Mutual labels:  google-cloud
Kubeformation
Create declarative cluster specifications for your managed Kubernetes vendor (GKE, AKS)
Stars: ✭ 86 (-1.15%)
Mutual labels:  google-cloud
Google Auth Library Nodejs
🔑 Google Auth Library for Node.js
Stars: ✭ 1,094 (+1157.47%)
Mutual labels:  google-cloud
Firegraph
GraphQL Superpowers for Google Cloud Firestore
Stars: ✭ 80 (-8.05%)
Mutual labels:  google-cloud
Bitcoin Info Action
App for the google assistant that give you information on bitcoin (e.g. price, market cap etc')
Stars: ✭ 45 (-48.28%)
Mutual labels:  google-cloud
Imagenet
Trial on kaggle imagenet object localization by yolo v3 in google cloud
Stars: ✭ 56 (-35.63%)
Mutual labels:  google-cloud
Drachtio Freeswitch Modules
A collection of open-sourced freeswitch modules that I use in various drachtio applications
Stars: ✭ 73 (-16.09%)
Mutual labels:  google-cloud
Grpc Gke Nlb Tutorial
gRPC load-balancing on GKE using Envoy
Stars: ✭ 42 (-51.72%)
Mutual labels:  google-cloud
Fog Google
Fog for Google Cloud Platform
Stars: ✭ 83 (-4.6%)
Mutual labels:  google-cloud
Esper Tv
Esper instance for TV news analysis
Stars: ✭ 37 (-57.47%)
Mutual labels:  google-cloud
Microservices Design Patterns
Microservice Architecture using multiple languages
Stars: ✭ 62 (-28.74%)
Mutual labels:  google-cloud
Hands Detection
Hands video tracker using the Tensorflow Object Detection API and Faster RCNN model. The data used is the Hand Dataset from University of Oxford.
Stars: ✭ 87 (+0%)
Mutual labels:  google-cloud
Google Actions Starter
A Node.js server for Google Assistant (and Google Home).
Stars: ✭ 85 (-2.3%)
Mutual labels:  google-cloud
Tf Serving K8s Tutorial
A Tutorial for Serving Tensorflow Models using Kubernetes
Stars: ✭ 78 (-10.34%)
Mutual labels:  google-cloud

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].