From 0915aef1d5f1803444b9dd9678242bfc00983317 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Fri, 25 Oct 2024 22:22:39 -0400 Subject: [PATCH] chore: Update denormalized.md docs --- docs/reference/denormalized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/denormalized.md b/docs/reference/denormalized.md index 13bec910c8..281e97de55 100644 --- a/docs/reference/denormalized.md +++ b/docs/reference/denormalized.md @@ -1,6 +1,6 @@ # Streaming feature computation with Denormalized -Denormalized makes it easy to compute real-time features and write them directly to your Feast feature store. This guide will walk you through setting up a streaming pipeline that computes feature aggregations and pushes them to Feast in real-time. +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. ![Denormalized/Feast integration diagram](../assets/feast-denormalized.png)