Install the Feast CLI using pip:
Configure the CLI to connect to your Feast Core deployment:
By default, all configuration is stored in ~/.feast/config
The CLI is a wrapper around the Feast Python SDK:
The Feast Python SDK is used as a library to interact with a Feast deployment.
Define, register, and manage entities and features
Ingest data into Feast
Build and retrieve training datasets
Retrieve online features
The Feast CLI is a command line implementation of the Feast Python SDK.
Define, register, and manage entities and features from the terminal
Ingest data into Feast
Manage ingestion jobs
The following clients can be used to retrieve online feature values:
Install the using pip:
Connect to an existing Feast Core deployment: