Skip to content

Commit 15e4808

Browse files
authored
chore: Update 'What is Feast' documentation (#4651)
update 'What is Feast' documentation Signed-off-by: Matt Green <emgeee@users.noreply.github.com>
1 parent 18d0eaa commit 15e4808

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ for serving features at low-latency in production systems and applications.
1313
Feast is a configurable operational data system that re-uses existing infrastructure to manage and serve machine learning
1414
features to realtime models. For more details please review our [architecture](getting-started/architecture/overview.md).
1515

16+
Concretely, Feast provides:
17+
18+
* A python SDK for programtically defining features, entities, sources, and (optionally) transformations
19+
* A python SDK for for reading and writing features to configured offline and online data stores
20+
* An [optional feature server](reference/feature-servers/README.md) for reading and writing features (useful for non-python languages)
21+
* A [UI](reference/alpha-web-ui.md) for viewing and exploring information about features defined in the project
22+
* A [CLI tool](reference/feast-cli-commands.md) for viewing and updating feature information
23+
1624
Feast allows ML platform teams to:
1725

1826
* **Make features consistently available for training and low-latency serving** by managing an _offline store_ (to process historical data for scale-out batch scoring or model training), a low-latency _online store_ (to power real-time prediction)_,_ and a battle-tested _feature server_ (to serve pre-computed features online).

0 commit comments

Comments
 (0)