-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate example notebooks (#456)
* Deduplicate example notebooks * Merge docker-compose.yml for both batch and online serving.
- Loading branch information
Showing
11 changed files
with
242 additions
and
1,218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
# General | ||
COMPOSE_PROJECT_NAME=feast | ||
|
||
FEAST_VERSION=latest | ||
|
||
# Feast Core | ||
FEAST_CORE_IMAGE=gcr.io/kf-feast/feast-core | ||
FEAST_CORE_CONFIG=direct-runner | ||
FEAST_CORE_GCP_SERVICE_ACCOUNT_KEY=placeholder | ||
FEAST_CORE_CONFIG=direct-runner.yml | ||
FEAST_CORE_GCP_SERVICE_ACCOUNT_KEY=placeholder.json | ||
|
||
# Feast Serving | ||
FEAST_SERVING_IMAGE=gcr.io/kf-feast/feast-serving | ||
FEAST_ONLINE_SERVING_CONFIG=online-serving | ||
FEAST_ONLINE_STORE_CONFIG=redis-store | ||
FEAST_BATCH_SERVING_CONFIG=batch-serving | ||
FEAST_BATCH_STORE_CONFIG=bq-store | ||
FEAST_BATCH_SERVING_GCP_SERVICE_ACCOUNT_KEY=placeholder | ||
FEAST_JOB_STAGING_LOCATION=gs://your-gcp-project/bucket | ||
FEAST_ONLINE_SERVING_CONFIG=online-serving.yml | ||
FEAST_ONLINE_STORE_CONFIG=redis-store.yml | ||
FEAST_BATCH_SERVING_CONFIG=batch-serving.yml | ||
FEAST_BATCH_STORE_CONFIG=bq-store.yml | ||
FEAST_BATCH_SERVING_GCP_SERVICE_ACCOUNT_KEY=placeholder.json | ||
FEAST_JOB_STAGING_LOCATION=gs://your-gcs-bucket/staging | ||
|
||
FEAST_JUPYTER_IMAGE=gcr.io/kf-feast/feast-jupyter | ||
FEAST_JUPYTER_GCP_SERVICE_ACCOUNT_KEY=placeholder | ||
# Jupyter | ||
FEAST_JUPYTER_GCP_SERVICE_ACCOUNT_KEY=placeholder.json | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
infra/docker-compose/jupyter/features/cust_trans_fs_updated.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.