File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33### Overview
44This guide is targeted at developers looking to contribute to Feast Serving:
5- - [ Building and running Feast Serving locally] ( #building-and-running-feast-serving-locally )
6- - [ Unit / Integration Tests] ( #unit-/-integration-tests )
7- - [ Developing against Feast Helm charts] ( #developing-against-feast-helm-charts )
5+ - [ Getting Started Guide for Feast Serving Developers] ( #getting-started-guide-for-feast-serving-developers )
6+ - [ Overview] ( #overview )
7+ - [ Building and running Feast Serving locally:] ( #building-and-running-feast-serving-locally )
8+ - [ Pre-requisites] ( #pre-requisites )
9+ - [ Steps] ( #steps )
10+ - [ Debugging Feast Serving] ( #debugging-feast-serving )
11+ - [ Unit / Integration Tests] ( #unit--integration-tests )
12+ - [ Developing against Feast Helm charts] ( #developing-against-feast-helm-charts )
813
914### Building and running Feast Serving locally:
1015
@@ -25,12 +30,14 @@ From the Feast GitHub root, run:
2530 feast :
2631 project : feast_demo
2732 registry : /Users/[your username]/GitHub/feast-demo/feature_repo/data/registry.db
33+ entityKeySerializationVersion : 2
2834 ` ` `
2935 2. An example of if you're using Redis with a remote registry:
3036 ` ` ` yaml
3137 feast :
3238 project : feast_java_demo
3339 registry : gs://[YOUR BUCKET]/demo-repo/registry.db
40+ entityKeySerializationVersion : 2
3441 activeStore : online
3542 stores :
3643 - name : online
You can’t perform that action at this time.
0 commit comments