Skip to content

getindata/feast-kafka-postgres-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published