Skip to content

Files

This branch is 309 commits ahead of, 236 commits behind feast-dev/feast:master.

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

    go build -o feast ./go/main.go
    ./feast --type=http --port=8080