Skip to content

Commit fbc1d61

Browse files
authored
Remove unsupported java parts (feast-dev#2029)
* remove core Signed-off-by: pyalex <moskalenko.alexey@gmail.com> * fix sdk Signed-off-by: pyalex <moskalenko.alexey@gmail.com> * update dependencies Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
1 parent 63680ba commit fbc1d61

File tree

193 files changed

+179
-16894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+179
-16894
lines changed

java/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@
44
### Overview
55

66
This repository contains the following Feast components.
7-
* Feast Core: The central feature registry used to define and manage entities and features.
87
* Feast Serving: A service used to serve the latest feature values to models.
98
* 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.
119

1210
### Architecture
1311

14-
![](docs/architecture.png)
15-
16-
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.
20-
* The Go and Python Clients are not a part of this repository.
12+
Feast Serving has a dependency on an online store (Redis) for retrieving features.
13+
The process of ingesting data into the online store (Redis) is decoupled from the process of reading from it.
2114

2215
### Contributing
2316
Guides on Contributing:
@@ -26,4 +19,4 @@ Guides on Contributing:
2619
- [Development Guide for feast-java (this repository)](CONTRIBUTING.md)
2720

2821
### Installing using Helm
29-
Please see the Helm charts in [charts](infra/charts).
22+
Please see the Helm charts in [charts](https://github.com/feast-dev/feast-helm-charts).

java/common-test/pom.xml

Lines changed: 0 additions & 172 deletions
This file was deleted.

java/common-test/src/main/java/feast/common/it/BaseIT.java

Lines changed: 0 additions & 182 deletions
This file was deleted.

0 commit comments

Comments
 (0)