This is a working demo of using Feast in a sample business case with Postgres and Kafka data sources. It is based on feast-demo
Prerequisites:
- Python 3.8
- running Kafka instance available at localhost:9092
- running Kafka REST Proxy instance available at localhost:8082
Install the necessary requirements
pip install -r requirements.txt
We have already set up a feature repository in feature_repo/.
Run the demo
cd feature_repo/
python demo/get_features_demo_kafka.py