Skip to content

Commit 97a614e

Browse files
Graduate Python feature server (feast-dev#2263)
* Graduate Python feature server from alpha Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete useless doc files Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Restructure docs to point to correct feast-snowflake-gcp-aws folder Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Modify Python feature server docs Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Delete more useless doc files Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Remove python_feature_server flag from helm charts and Java tests Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 6d7f6e5 commit 97a614e

21 files changed

Lines changed: 14 additions & 74 deletions

docs/SUMMARY.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
## How-to Guides
3939

4040
* [Running Feast with Snowflake/GCP/AWS](how-to-guides/feast-snowflake-gcp-aws/README.md)
41-
* [Install Feast](how-to-guides/feast-gcp-aws/install-feast.md)
42-
* [Create a feature repository](how-to-guides/feast-gcp-aws/create-a-feature-repository.md)
43-
* [Deploy a feature store](how-to-guides/feast-gcp-aws/deploy-a-feature-store.md)
44-
* [Build a training dataset](how-to-guides/feast-gcp-aws/build-a-training-dataset.md)
45-
* [Load data into the online store](how-to-guides/feast-gcp-aws/load-data-into-the-online-store.md)
46-
* [Read features from the online store](how-to-guides/feast-gcp-aws/read-features-from-the-online-store.md)
41+
* [Install Feast](how-to-guides/feast-snowflake-gcp-aws/install-feast.md)
42+
* [Create a feature repository](how-to-guides/feast-snowflake-gcp-aws/create-a-feature-repository.md)
43+
* [Deploy a feature store](how-to-guides/feast-snowflake-gcp-aws/deploy-a-feature-store.md)
44+
* [Build a training dataset](how-to-guides/feast-snowflake-gcp-aws/build-a-training-dataset.md)
45+
* [Load data into the online store](how-to-guides/feast-snowflake-gcp-aws/load-data-into-the-online-store.md)
46+
* [Read features from the online store](how-to-guides/feast-snowflake-gcp-aws/read-features-from-the-online-store.md)
4747
* [Running Feast in production](how-to-guides/running-feast-in-production.md)
4848
* [Upgrading from Feast 0.9](https://docs.google.com/document/u/1/d/1AOsr\_baczuARjCpmZgVd8mCqTF4AZ49OEyU4Cn-uTT0/edit)
4949
* [Adding a custom provider](how-to-guides/creating-a-custom-provider.md)
@@ -75,9 +75,10 @@
7575
* [Feature repository](reference/feature-repository/README.md)
7676
* [feature\_store.yaml](reference/feature-repository/feature-store-yaml.md)
7777
* [.feastignore](reference/feature-repository/feast-ignore.md)
78+
* [Feature servers](reference/feature-servers/README.md)
79+
* [Local feature server](reference/feature-servers/local-feature-server.md)
7880
* [\[Alpha\] On demand feature view](reference/alpha-on-demand-feature-view.md)
7981
* [\[Alpha\] Stream ingestion](reference/alpha-stream-ingestion.md)
80-
* [\[Alpha\] Local feature server](reference/feature-server.md)
8182
* [\[Alpha\] AWS Lambda feature server](reference/alpha-aws-lambda-feature-server.md)
8283
* [Feast CLI reference](reference/feast-cli-commands.md)
8384
* [Python API reference](http://rtd.feast.dev)

docs/architecture.md

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

docs/build-a-training-dataset.md

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

docs/create-a-feature-repository.md

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

docs/deploy-a-feature-store.md

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

docs/entities.md

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

docs/feature-views.md

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

docs/load-data-into-the-online-store.md

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

docs/read-features-from-the-online-store.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Feature servers
2+
3+
Feast users can choose to retrieve features from a feature server, as opposed to through the Python SDK.
4+
5+
{% page-ref page="local-feature-server.md" %}

0 commit comments

Comments
 (0)