Denormalized makes it easy to compute real-time features and write them directly to your Feast online store. This guide will walk you through setting up a streaming pipeline that computes feature aggregations and pushes them to Feast in real-time.
Prerequisites
Python 3.8+
Kafka cluster (local or remote)
For a full working demo, check out the feast-example repo.
Quick Start
First, create a new Python project or use our template:
mkdir my-feature-project
cd my-feature-project
python -m venv .venv
source .venv/bin/activate # or `.venv\Scripts\activate` on Windows
pip install denormalized[feast] feast