Skip to content

Commit

Permalink
Remove unsupported java parts (#2029)
Browse files Browse the repository at this point in the history
* remove core

Signed-off-by: pyalex <[email protected]>

* fix sdk

Signed-off-by: pyalex <[email protected]>

* update dependencies

Signed-off-by: pyalex <[email protected]>
  • Loading branch information
pyalex authored Nov 12, 2021
1 parent 63680ba commit fbc1d61
Show file tree
Hide file tree
Showing 193 changed files with 179 additions and 16,894 deletions.
13 changes: 3 additions & 10 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@
### Overview

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

### Architecture

![](docs/architecture.png)


* Feast Core has a dependency on Postgres.
* 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.
* Feast Serving has a dependency on Feast Core.
* The Go and Python Clients are not a part of this repository.
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.

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

### Installing using Helm
Please see the Helm charts in [charts](infra/charts).
Please see the Helm charts in [charts](https://github.com/feast-dev/feast-helm-charts).
172 changes: 0 additions & 172 deletions java/common-test/pom.xml

This file was deleted.

182 changes: 0 additions & 182 deletions java/common-test/src/main/java/feast/common/it/BaseIT.java

This file was deleted.

Loading

0 comments on commit fbc1d61

Please sign in to comment.