Skip to content

Commit 7aae72b

Browse files
woopgitbook-bot
authored andcommitted
GitBook: [master] 3 pages modified
1 parent e12ec75 commit 7aae72b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/SUMMARY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77

88
## Getting Started
99

10-
* [Install Feast](getting-started/install-feast.md)
10+
* [Installing Feast](getting-started/installing-feast.md)
11+
* [Using Feast](https://github.com/gojek/feast/blob/master/examples/basic/basic.ipynb)
12+
13+
## Reference
14+
15+
* [Python SDK](https://api.docs.feast.dev/python/)
1116

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Install Feast
1+
# Installing Feast
22

33
## Overview
44

55
This installation guide will demonstrate two ways of installing Feast:
66

7-
* [**Minikube \(Minimal\)**](install-feast.md#minikube)**:** This installation has no external dependencies, but does not have a historical feature store installed. It allows users to quickly get a feel for Feast.
8-
* \*\*\*\*[**Google Kubernetes Engine \(Recommended\):**](install-feast.md#google-kubernetes-engine) \_\*\*\_The guide that follows is a single cluster Feast installation on Google's GKE. It has Google Cloud specific dependencies like BigQuery, Dataflow, and Google Cloud Storage.
7+
* [**Minikube \(Minimal\)**](installing-feast.md#minikube)**:** This installation has no external dependencies, but does not have a historical feature store installed. It allows users to quickly get a feel for Feast.
8+
* [**Google Kubernetes Engine \(Recommended\):**](installing-feast.md#google-kubernetes-engine) This guide installs a single cluster Feast installation on Google's GKE. It has Google Cloud specific dependencies like BigQuery, Dataflow, and Google Cloud Storage.
99

1010
## Minikube
1111

0 commit comments

Comments
 (0)