Important
This Helm Chart repo has traditionally been used for deploying CALYPR-related services by external collaborators (e.g. Gen3-Workflow + Funnel)
The larger CALYPR "Umbrella" Helm Chart may be found at calypr/gen3-helm
Moving forward, this repo will likely be merged into calypr/gen3-helm at which point collaborators can be notified of the change.
Helm charts for deploying various projects on any kubernetes cluster.
helm repo add ohsu https://ohsu-comp-bio.github.io/helm-charts
helm repo update ohsu
# Install GRIP
helm upgrade --install grip ohsu/grip
# Install Funnel
helm upgrade --install funnel ohsu/funnel
| Program | Description |
|---|---|
![]() |
GRIP GRIP stands for GRaph Integration Platform. It provides a graph interface on top of a variety of existing database technologies including: MongoDB, Elasticsearch, PostgreSQL, MySQL, MariaDB, Badger, and LevelDB. |
![]() |
Funnel Funnel is a toolkit for distributed, batch task execution, including a server, worker, and a set of compute, storage, and database backends. |
GRIP π§
helm upgrade --install funnel ohsu/grip --create-namespace --namespace grip
Funnel πͺοΈοΈ
helm upgrade --install funnel ohsu/funnel --create-namespace --namespace funnel
Adapted from the Gen3 Helm Charts repo from the Center for Translational Data Science

