This workshop aims to teach basic Feast concepts and walk you through how to achieve common architectures.
This workshop assumes you have the following installed:
- A local development environment that supports running Jupyter notebooks (e.g. VSCode with Jupyter plugin)
- Python 3.7+
- pip
- Docker & Docker Compose (e.g.
brew install docker docker-compose)
See also: Feast quickstart
| Description | Module |
|---|---|
| Setting up and using an initial feature repo | Module 0 |
| Online feature retrieval with Kafka, Spark, Redis | Module 1 |
| On demand feature views | TBD |
| Fetching features for batch scoring | TBD |
| Feast Web UI | TBD |
| Versioning features / models in Feast | TBD |
| Data quality monitoring in Feast | TBD |
| Deploying a feature server to AWS Lambda | TBD |