You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the following Feast components
7
7
* Feast Core: The central feature registry used to define and manage entities and features
8
8
* Feast Serving: A service used to serve the latest feature values to models
9
9
* Feast Java SDK: A client used to retrieve features from Feast Serving
10
10
* Helm Charts: The repository also contains Helm charts to deploy Feast Core and Feast Serving into a Kubernetes cluster
11
11
12
-
# Architecture
12
+
###Architecture
13
13
14
14

15
15
@@ -20,7 +20,7 @@ This repository contains the following Feast components
20
20
* The process of ingesting data into the online store (Redis) is decoupled from the process of reading from it. Please see [Feast Spark](https://github.com/feast-dev/feast-spark) for more details about ingesting data into the online store.
21
21
* The Go and Python Clients are not a part of this repository.
22
22
23
-
# Running tests
23
+
###Running tests
24
24
25
25
To run unit tests
26
26
@@ -34,14 +34,14 @@ To run integration tests
34
34
make test-java-integration
35
35
```
36
36
37
-
# Building docker images
37
+
###Building docker images
38
38
39
39
In order to build development versions of the Core and Serving images, please run the following commands:
0 commit comments