forked from caraml-dev/mlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-dev.yaml
94 lines (88 loc) · 2.36 KB
/
config-dev.yaml
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
oauthClientId: "[OAUTH_CLIENT_ID]"
applications:
- name: Merlin
description: Platform for deploying machine learning models
homepage: /merlin
configuration:
api: /api/merlin
iconName: machineLearningApp
navigation:
- label: Models
destination: /models
- label: Transformer Simulator
destination: /transformer-simulator
- name: Turing
description: Platform for setting up ML experiments
homepage: /turing
configuration:
api: /api/turing
iconName: graphApp
navigation:
- label: Routers
destination: /routers
- label: Ensemblers
destination: /ensemblers
- label: Ensembling Jobs
destination: /jobs
- label: Experiments
destination: /experiments
- name: Feast
description: Platform for managing and serving ML features
homepage: /feast
configuration:
api: /feast/api
iconName: appSearchApp
navigation:
- label: Entities
destination: /entities
- label: Feature Tables
destination: /featuretables
- label: Batch Ingestion Jobs
destination: /jobs/batch
- label: Stream Ingestion Jobs
destination: /jobs/stream
- name: Pipelines
description: Platform for managing ML pipelines
homepage: /pipeline
configuration:
iconName: pipelineApp
database:
host: "localhost"
database: "mlp"
user: "mlp"
password: "mlp"
docs:
- label: "Merlin User Guide"
href: "https://github.com/caraml-dev/merlin/blob/main/docs/getting-started/README.md"
- label: "Turing User Guide"
href: "https://github.com/caraml-dev/turing"
- label: "Feast User Guide"
href: "https://docs.feast.dev/user-guide/overview"
mlflow:
trackingURL: "http://mlflow.mlp.dev"
streams:
marketing:
- growth
- retention
operations:
- inventory
- partners
defaultSecretStorage:
name: default-secret-storage
type: vault
config:
vaultConfig:
url: http://localhost:8200
role: my-role
mountPath: secret
pathPrefix: mlp-secret/{{ .Project }}/
# DO NOT USE THIS IN PRODUCTION
# ONLY FOR TESTING PURPOSES
authMethod: token
token: root
# webhooks:
# enabled: true
# config:
# OnProjectCreated:
# - url: http://localhost:8081/project_created
# method: POST