Skip to content

Commit 3cde8a4

Browse files
committed
Add basic customer transactions example
1 parent 767bc70 commit 3cde8a4

4 files changed

Lines changed: 637 additions & 24 deletions

File tree

examples/basic/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Feast Basic Customer Transactions Example
2+
3+
This is a minimal example of using Feast. In this example we will
4+
1. Create a synthetic customer feature dataset
5+
2. Register a feature set to represent these features in Feast
6+
3. Ingest these features into Feast
7+
4. Create a feature query to retrieve historical feature data
8+
5. Create a feature query to retrieve online feature data
9+
10+
Please ensure that Feast is already installed and running before starting this example.

0 commit comments

Comments
 (0)