pachyderm

combinator-ml/pachyderm/k8s

Terraform Module HCL K8S

Pachyderm on Kubernetes. A Terraform module for combinator.ml.

Install
module "pachyderm" {
source = "combinator-ml/pachyderm/k8s"
version = "0.0.4"
}
plain text: /constructs/tfmod-combinator-ml-pachyderm-k8s/install.txt
⭐ Source on GitHub 📦 Registry page
README

Pachyderm tl; dr; A combinator data component that installs Pachyderm, a data lineage and pipelining solution. - Introduction - Test Drive - Usage Introduction Pachyderm is an open-source-driven solution that provides data lineage and pipelines. Data lineage is important for \_provenance\_; knowing the origin of downstream assets. In ML, the assets are often models and the provenance describes how the model became to be. Precise knowledge of what a model was trained upon is important for disaster recovery, auditing, and robustness. Pipelines encode a process. This can be anything from automating pre-processing, to training and deploying models. Pachyderm's solution is unique beacuse it is backed by data lineage; i.e. data driven pipelines, not process driven ones. Test Drive The fastest wa

Inputs (2)
NameTypeDescriptionDefault
namespacestring(Optional) The namespace to install the release into."pachyderm"
valueslist(string)(Optional) List of values in raw yaml to pass to helm. See https://github.com/pa[ "tls:\n certName: null # Disable TL
Outputs (1)
namespace — Namespace is the kubernetes namespace of the release.
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud K8S
★ Stars0
Forks2
Total downloads4.7k
Inputs2
Outputs1
Resources1
Examples3
LicenseApache-2.0
Namespacecombinator-ml
Updated