Skip to content

Commit

Permalink
Feast diagrams (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Sep 16, 2024
1 parent ab5ece8 commit d37b8a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file added docs/modules/ROOT/images/feast_batch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/modules/ROOT/images/feast_streaming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Feature Engineering with Feast
= Get Started with Feast Batch Features
:description: This tutorial will get you started with feature engineering using the Hazelcast integration with Feast.

{description}
Expand All @@ -9,6 +9,9 @@ You will setup an offline feature store with PostgreSQL and an online feature st
Then, populate the offline feature store using Jet jobs.
Finally, you will transfer the features in the offline store to the online store.

.Overview of Feast batch workflow
image:ROOT:feast_batch.png[Feast batch wokflow]

== Before you Begin

You will need the following ready before starting the tutorial:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Feast Streaming Features
= Get Started with Feast Streaming Features
:description: This tutorial will get you started with streaming features using the Hazelcast integration with Feast.

{description}
Expand All @@ -8,6 +8,9 @@
You will setup an offline feature store with PostgreSQL and an online feature store with Hazelcast.
Then update the online feature store using a Jet job in real time from transactions streaming in a Kafka topic.

.Overview of Feast streaming workflow
image:ROOT:feast_streaming.png[Feast streaming wokflow]

== Before you Begin

You will need the following ready before starting the tutorial:
Expand Down

0 comments on commit d37b8a8

Please sign in to comment.