FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/examples/operator-quickstart/feast.yaml at pytorch-template · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
examples
/
operator-quickstart
/
feast.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
55 lines (55 loc) · 1.23 KB
Breadcrumbs
feast
/
examples
/
operator-quickstart
/
feast.yaml
Copy path
File metadata and controls
55 lines (55 loc) · 1.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
apiVersion
:
v1
kind
:
Secret
metadata
:
name
:
feast-data-stores
namespace
:
feast
stringData
:
redis
:
|
connection_string: redis.feast.svc.cluster.local:6379
sql
:
|
path: postgresql+psycopg://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres.feast.svc.cluster.local:5432/${POSTGRES_DB}
cache_ttl_seconds: 60
sqlalchemy_config_kwargs:
echo:
false
pool_pre_ping:
true
---
apiVersion
:
feast.dev/v1alpha1
kind
:
FeatureStore
metadata
:
name
:
example
namespace
:
feast
spec
:
feastProject
:
credit_scoring_local
feastProjectDir
:
git
:
url
:
https://github.com/feast-dev/feast-credit-score-local-tutorial
ref
:
598a270
services
:
offlineStore
:
persistence
:
file
:
type
:
duckdb
onlineStore
:
persistence
:
store
:
type
:
redis
secretRef
:
name
:
feast-data-stores
server
:
envFrom
:
-
secretRef
:
name
:
postgres-secret
env
:
-
name
:
MPLCONFIGDIR
value
:
/tmp
resources
:
requests
:
cpu
:
150m
memory
:
128Mi
registry
:
local
:
persistence
:
store
:
type
:
sql
secretRef
:
name
:
feast-data-stores
Back
|
FazBrowse Home
|
New Git URL