| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Pre-requisites:
database: postgres user: postgres password: password
host: localhost port: 6379
Run the following maven command to start Feast Core GRPC service running on port 6565 locally
# Using configuration from src/main/resources/application.yml
mvn spring-boot:run
# Using configuration from custom location e.g. /tmp/config.application.yml
mvn spring-boot:run -Dspring.config.location=/tmp/config.application.ymlIf you have grpc_cli installed, you can check that Feast Core is running
grpc_cli ls localhost:6565 grpc_cli call localhost:6565 GetFeastCoreVersion "" grpc_cli call localhost:6565 ListStores ""
| Back | FazBrowse Home | New Git URL |