You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- An AWS account setup with credentials via `aws configure` (e.g see [AWS credentials quickstart](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds))
- An AWS account setup with credentials via `aws configure` (e.g see [AWS credentials quickstart](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-creds))
32
+
- GCP
33
+
- GCP account
34
+
-`gcloud` CLI
35
+
-**Module 1 pre-requisites**:
36
+
- Java 11 (for Spark, e.g. `brew install java11`)
30
37
31
38
Since we'll be learning how to leverage Feast in CI/CD, you'll also need to fork this workshop repository.
Copy file name to clipboardExpand all lines: module_0/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ It's worth noting that there are multiple types of feature views. `OnDemandFeatu
110
110
There are three user groups here worth considering. The ML platform team, the ML engineers running batch inference on models, and the data scientists building models.
111
111
112
112
## User group 1: ML Platform Team
113
-
The team here sets up the centralized Feast feature repository and CI/CD in GitHub. This is what's seen in `feature_repo_aws/`.
113
+
The team here sets up the centralized Feast feature repository and CI/CD in GitHub. This is what's seen in `feature_repo_aws/` or `feature_repo_gcp/`.
114
114
115
115
### Step 0 (AWS): Setup S3 bucket for registry and file sources
116
116
This assumes you have an AWS account & Terraform setup. If you don't:
@@ -639,7 +639,7 @@ We don't need to do anything new here since data scientists will be doing many o
639
639
640
640
There are two ways data scientists can use Feast:
641
641
- Use Feast primarily as a way of pulling production ready features.
642
-
- See the `client_aws/` or `client_no_yaml` folders for examples of how users can pull features by only having a `feature_store.yaml` or instantiating a `RepoConfig` object
642
+
- See the `client_aws/`/`client_gcp/`, or `client_no_yaml` folders for examples of how users can pull features by only having a `feature_store.yaml` or instantiating a `RepoConfig` object
643
643
- This is **not recommended** since data scientists cannot register feature services to indicate they depend on certain features in production.
644
644
- **[Recommended]** Have a local copy of the feature repository (e.g. `git clone`) and author / iterate / re-use features.
0 commit comments