Note
Adapted from the Gen3 Helm Charts repo from the Center for Translational Data Science
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