This is a minimal example of using Feast. In this example we will
- Create a synthetic customer feature dataset
- Register a feature set to represent these features in Feast
- Ingest these features into Feast
- Create a feature query to retrieve historical feature data
- Create a feature query to retrieve online feature data
Please ensure that Feast is already installed and running before starting this example.