feast

combinator-ml/feast/k8s

Terraform Module HCL K8S

Feast as a combinator.ml component

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

Feast tl; dr; A combinator data component that installs Feast, a feature store. - Introduction - Test Drive - Usage Introduction Feast is an open-source feature store. A feature store allows you to manage, govern, and trace features derived from raw data. This is useful because it helps to unify and standardise, which reduces waste, improves quality, and makes models more reproducible. Feast does not perform any computation. You can think of it as a meta-database; a database that manages other databases. It effectively creates a cache of feature data, keyed by time. The Feast libraries and CLIs provide a consistent way of pushing or streaming new data into the cache. Downstream systems use a similar interface to access point-in-time data. Learn more about feast in the documentation. Test D

Inputs (2)
NameTypeDescriptionDefault
name_prefixstringPrefix to be used when naming the different components of Feast"combinator"
namespacestring(Optional) The namespace to install into. Defaults to feast."feast"
Resources (4)
helm_releasekubernetes_namespacekubernetes_secretrandom_password
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud K8S
★ Stars0
Forks1
Total downloads1.0k
Inputs2
Resources4
Examples2
LicenseApache-2.0
Namespacecombinator-ml
Updated