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:

pageAdding a new offline storepageAdding a new online storepageAdding a custom batch materialization enginepageAdding a custom provider