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

pagePython SDK

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

pageFeast CLI

Online Serving Clients

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

Last updated