Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Connect to Feast

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

{% page-ref page="python-sdk.md" %}

Feast CLI

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

{% page-ref page="feast-cli.md" %}

Online Serving Clients

The following clients can be used to retrieve online feature values: