Skip to content

Commit 9224b06

Browse files
committed
fix go
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 845ca0a commit 9224b06

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

infra/charts/feast-feature-server/README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Current chart version is `0.23.0`
44

55
## Installation
6+
### Python feature server
67
Docker repository and tag are required. Helm install example:
78
```
89
helm install feast-feature-server . --set image.repository=REPO --set image.tag=TAG
@@ -22,9 +23,13 @@ RUN pip install feast
2223
COPY feature_store.yaml /feature_store.yaml
2324
```
2425

26+
### Go feature server
27+
> Warning: this is experimental, and only supports a local file registry + Redis
28+
2529
Furthermore, if you wish to use the Go feature server, then you must install the Apache Arrow C++ libraries, and your `feature_store.yaml` should include `go_feature_server: True`.
26-
For more details, see the [docs](https://docs.feast.dev/reference/feature-servers/go-feature-server).
27-
The docker image might look like:
30+
For more details, see the [docs](https://docs.feast.dev/reference/feature-servers/go-feature-server).
31+
32+
The docker image might look like:
2833
```
2934
FROM python:3.8
3035

infra/charts/feast-feature-server/README.md.gotmpl

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Current chart version is `{{ template "chart.version" . }}`
44

55
## Installation
6+
### Python feature server
67
Docker repository and tag are required. Helm install example:
78
```
89
helm install feast-feature-server . --set image.repository=REPO --set image.tag=TAG
@@ -22,9 +23,13 @@ RUN pip install feast
2223
COPY feature_store.yaml /feature_store.yaml
2324
```
2425

26+
### Go feature server
27+
> Warning: this is experimental, and only supports a local file registry + Redis
28+
2529
Furthermore, if you wish to use the Go feature server, then you must install the Apache Arrow C++ libraries, and your `feature_store.yaml` should include `go_feature_server: True`.
26-
For more details, see the [docs](https://docs.feast.dev/reference/feature-servers/go-feature-server).
27-
The docker image might look like:
30+
For more details, see the [docs](https://docs.feast.dev/reference/feature-servers/go-feature-server).
31+
32+
The docker image might look like:
2833
```
2934
FROM python:3.8
3035

0 commit comments

Comments
 (0)