This is a minimal example of using Feast. In this example, we will walk through the following:
- Create and register an Entity, and Feature Table.
- Retrieve and inspect registered Feature Tables.
- Generate mock data and ingest into Feature Table's GCS batch source.
- Perform historical retrieval with data from Feature Table's GCS batch source.
- Populate online storage with data from Feature Table's GCS batch source.
- Populate online storage with data from Feature Table's Kafka stream source.
- Perform online retrieval using Feature References.