Skip to content

Commit 053843b

Browse files
committed
Clean up documentation
1 parent fcccc0a commit 053843b

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,31 @@
33

44
### Overview
55

6-
This repository contains the following Feast components
7-
* Feast Core: The central feature registry used to define and manage entities and features
8-
* Feast Serving: A service used to serve the latest feature values to models
9-
* Feast Java SDK: A client used to retrieve features from Feast Serving
10-
* Helm Charts: The repository also contains Helm charts to deploy Feast Core and Feast Serving into a Kubernetes cluster
6+
This repository contains the following Feast components.
7+
* Feast Core: The central feature registry used to define and manage entities and features.
8+
* Feast Serving: A service used to serve the latest feature values to models.
9+
* Feast Java SDK: A client used to retrieve features from Feast Serving.
10+
* Helm Charts: The repository also contains Helm charts to deploy Feast Core and Feast Serving into a Kubernetes cluster.
1111

1212
### Architecture
1313

1414
![](docs/architecture.png)
1515

1616

17-
* Feast Core has a dependency on Postgres
18-
* Feast Serving has a dependency on an online store (database) for retrieving features (like Redis)
19-
* Feast Serving has a dependency on Feast Core
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.
17+
* Feast Core has a dependency on Postgres.
18+
* Feast Serving has a dependency on an online store (Redis) for retrieving features. 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.
19+
* Feast Serving has a dependency on Feast Core.
2120
* The Go and Python Clients are not a part of this repository.
2221

2322
### Running tests
2423

25-
To run unit tests
24+
To run unit tests:
2625

2726
```
2827
make test-java
2928
```
3029

31-
To run integration tests
30+
To run integration tests:
3231

3332
```
3433
make test-java-integration

0 commit comments

Comments
 (0)