Customizing Feast

Feast is highly pluggable and configurable:

  • One can use existing plugins (offline store, online store, batch materialization engine, providers) and configure those using the built in options. See reference documentation for details.

  • The other way to customize Feast is to build your own custom components, and then point Feast to delegate to them.

Below are some guides on how to add new custom components:

Adding a new offline storeAdding a new online storeAdding a custom batch materialization engineAdding a custom provider

Last updated