| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
In module 1, we focus on building features for online serving, and keeping them fresh with a combination of batch feature materialization and stream feature ingestion.
First, we install Feast with Redis support:
pip install "feast[redis]"
We have already set up a feature repository in feature_repo/.
We then use Docker Compose to spin up a local Kafka cluster and automatically publish events to it.
docker-compose up
Now run the Jupyter notebook (feature_repo/workshop.ipynb)
| Back | FazBrowse Home | New Git URL |