Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 702 Bytes

Feast Kafka Postgres demo

Overview

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

Setup

Setting up Feast

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