There was an error while loading. Please reload this page.
1 parent 767bc70 commit 3cde8a4Copy full SHA for 3cde8a4
4 files changed
examples/basic/README.md
@@ -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