[Update 10/31/2024] This Go feature server code is updated from the Expedia Group's forked Feast branch (https://github.com/EXPEbdodla/feast) on 10/22/2024. Thanks the engineers of the Expedia Groups who contributed and improved the Go feature server. This directory contains the Go logic that's executed by the `EmbeddedOnlineFeatureServer` from Python. ## Build and Run To build and run the Go Feature Server locally, create a feature_store.yaml file with necessary configurations and run below commands: ```bash go build -o feast ./go/main.go ./feast --type=http --port=8080 ```