-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
390 lines (369 loc) · 17 KB
/
mkdocs.yml
File metadata and controls
390 lines (369 loc) · 17 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
site_name: RecSys
site_description: Production-ready recommendation system suite (service, ranking, pipelines, evaluation)
repo_url: https://github.com/aatuh/recsys
edit_uri: edit/master/docs/
site_url: https://recsys.app
copyright: >
Copyright © RecSys
- <a href="#__consent">Change cookie settings</a>
docs_dir: docs
site_dir: .site
use_directory_urls: true
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.indexes
- navigation.path
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- content.action.view
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/showcase/recsys-suite
name: RecSys suite on LinkedIn
analytics:
provider: google
property: G-G37MNTT2PG
consent:
title: Cookie consent
description: >-
We use cookies to measure documentation usage and improve this site.
You can accept or reject analytics cookies.
actions:
- accept
- reject
- manage
cookies:
analytics:
name: Google Analytics
checked: false
plugins:
- search
- swagger-ui-tag:
extra_css:
- stylesheets/swagger-iframe.css
- tags
- blog:
blog_dir: whats-new
- social
- git-revision-date-localized:
type: timeago
strict: false
fallback_to_build_date: true
- git-authors:
strict: false
show_email_address: false
- redirects:
redirect_maps:
business/index.md: for-businesses/index.md
start-here/receng.md: recsys-engineering/index.md
developers/integration-spec.md: reference/integration-spec.md
- minify:
minify_html: true
- glightbox
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_css:
- stylesheets/tasklists.css
extra_javascript:
- https://unpkg.com/mermaid@10.9.1/dist/mermaid.min.js
- javascripts/mermaid-init.js
- javascripts/swagger-resize-fix.js
- javascripts/swagger-iframe-autosize.js
nav:
- Home: index.md
- Start here:
- Start here: start-here/index.md
- What is RecSys?: start-here/what-is-recsys.md
- Choose data mode: start-here/choose-data-mode.md
- Minimum components by goal: start-here/minimum-components-by-goal.md
- Pilot plan: start-here/pilot-plan.md
- Pilot deployment options: start-here/pilot-deployment-options.md
- Responsibilities (RACI): start-here/responsibilities.md
- Security, privacy, compliance: start-here/security-privacy-compliance.md
- Operational reliability & rollback: start-here/operational-reliability-and-rollback.md
- Known limitations: start-here/known-limitations.md
- FAQ: start-here/faq.md
- Docs map: start-here/docs-map.md
- Repo layout: start-here/repo-layout.md
- Customer onboarding checklist: start-here/customer-onboarding-checklist.md
- ROI and risk model: start-here/roi-and-risk-model.md
- Personas:
- Developer: personas/developer.md
- Business representative: personas/business-representative.md
# - Technical writer: personas/technical-writer.md
- SRE / on-call: operations/index.md
- Recommendation systems expert: personas/recommendation-systems-expert.md
- Tutorials:
- tutorials/index.md
- Quickstart (minimal): tutorials/quickstart-minimal.md
- Quickstart (full validation): tutorials/quickstart.md
- Local end-to-end (20–30 minutes): tutorials/local-end-to-end.md
- Production-like run (artifact/manifest): tutorials/production-like-run.md
- Minimal pilot (DB-only): tutorials/minimal-pilot-db-only.md
- Verify determinism: tutorials/verify-determinism.md
- Verify joinability: tutorials/verify-joinability.md
- Datasets: tutorials/datasets/index.md
- How-to guides:
- how-to/index.md
- Integrate recsys-service: how-to/integrate-recsys-service.md
- Minimum pilot setup (one surface): how-to/pilot-minimum-setup.md
- Minimal integration (one surface): how-to/minimal-integration.md
- Integration checklist: how-to/integration-checklist.md
- Troubleshooting for integrators: how-to/troubleshooting-integration.md
- Add a signal end-to-end: how-to/add-signal-end-to-end.md
- Run eval and make ship decisions: how-to/run-eval-and-ship.md
- Validate logging and joinability: how-to/validate-logging.md
- Tune ranking safely: how-to/tune-ranking.md
- Operate pipelines: how-to/operate-pipelines.md
- Deploy with Helm: how-to/deploy-helm.md
- Run docs locally: how-to/run-docs-locally.md
- Contribute to docs: how-to/contribute-docs.md
- Integration cookbooks: how-to/integration-cookbooks/index.md
- Reference:
- reference/index.md
- Auth and tenancy: reference/auth-and-tenancy.md
- Minimum instrumentation spec: reference/minimum-instrumentation.md
- Integration spec: reference/integration-spec.md
- API:
- OpenAPI / Swagger UI: reference/api/api-reference.md
- Recommend request fields: reference/api/recommend-request.md
- Examples: reference/api/examples.md
- Errors: reference/api/errors.md
- Admin API: reference/api/admin.md
- Compatibility policy: reference/api/compatibility-policy.md
- Data contracts:
- Overview: reference/data-contracts/index.md
- Field catalog: reference/data-contracts/field-catalog.md
- Join logic: reference/data-contracts/join-logic.md
- Events (eval): reference/data-contracts/eval-events.md
- Exposure/outcome/assignment schemas: reference/data-contracts/exposure-outcome-assignment.md
- Config:
- reference/config/index.md
- recsys-service: reference/config/recsys-service.md
- recsys-eval: reference/config/recsys-eval.md
- recsys-pipelines: reference/config/recsys-pipelines.md
- CLI:
- reference/cli/index.md
- recsys-eval: reference/cli/recsys-eval.md
- recsys-pipelines: reference/cli/recsys-pipelines.md
- Database:
- reference/database/index.md
- Schema: reference/database/schema.md
- Migrations: reference/database/migrations.md
- DB-only seeding: reference/database/db-only-seeding.md
- Explanation:
- explanation/index.md
- How it works: explanation/how-it-works.md
- Suite architecture: explanation/suite-architecture.md
- Candidate vs ranking: explanation/candidate-vs-ranking.md
- Data modes: explanation/data-modes.md
- Surface namespaces: explanation/surface-namespaces.md
- Exposure logging & attribution: explanation/exposure-logging-and-attribution.md
- Evaluation modes: explanation/evaluation-modes.md
- Evaluation validity: explanation/eval-validity.md
- Evaluation reasoning and pitfalls: explanation/evaluation-reasoning.md
- Interpreting metrics and reports: explanation/metric-interpretation.md
- Guarantees & non-goals: explanation/guarantees-and-non-goals.md
- Limitations and risks: explanation/limitations-and-risks.md
- Ethics & fairness: explanation/ethics-and-fairness.md
- Customization map: explanation/customization-map.md
- Experimentation model: explanation/experimentation-model.md
- Cold start strategies: explanation/cold-start-strategies.md
- Capability matrix: explanation/capability-matrix.md
- Pipelines operational invariants: explanation/pipelines-operational-invariants.md
- Artifacts and manifest lifecycle: explanation/artifacts-and-manifest-lifecycle.md
- For businesses:
- for-businesses/index.md
- Executive summary: for-businesses/executive-summary.md
- Buyer journey (5 minutes): for-businesses/buyer-journey.md
- Self-serve procurement: for-businesses/self-serve-procurement.md
- Use cases: for-businesses/use-cases.md
- Success metrics: for-businesses/success-metrics.md
- Value model (ROI): for-businesses/value-model.md
- TCO & effort: for-businesses/tco-and-effort.md
- Benchmarks & methodology: for-businesses/benchmarks.md
- Alternatives & build vs buy: for-businesses/alternatives.md
- Evidence: for-businesses/evidence.md
- Procurement pack: for-businesses/procurement-pack.md
- Procurement checklist: for-businesses/procurement-checklist.md
- Decision readiness matrix: for-businesses/decision-readiness.md
- Start an evaluation: evaluate/index.md
- Pricing:
- pricing/index.md
- Buyer guide: pricing/evaluation-and-licensing.md
- Licensing:
- licensing/index.md
- Commercial use: licensing/commercial.md
- Evaluation license: licensing/eval_license.md
- Commercial license: licensing/commercial_license.md
- Order form: licensing/order_form.md
- Pricing definitions: licensing/pricing.md
- Trust center:
- security/index.md
- Security pack: security/security-pack.md
- Security posture snapshot: security/posture-snapshot.md
- Commercial procurement artifacts: security/commercial-procurement-artifacts.md
- DPA and SCC terms: security/dpa-and-scc.md
- Subprocessors and distribution details: security/subprocessors.md
- SLA and support schedule: security/sla-schedule.md
- Operations:
- operations/index.md
- Production readiness checklist: operations/production-readiness-checklist.md
- Performance & capacity: operations/performance-and-capacity.md
- Baseline benchmarks: operations/baseline-benchmarks.md
- Failure modes & diagnostics: operations/failure-modes.md
- Runbooks:
- Empty recs: operations/runbooks/empty-recs.md
- Stale manifest: operations/runbooks/stale-manifest.md
- Database migration issues: operations/runbooks/db-migration-issues.md
- Rollback config rules: operations/runbooks/rollback-config-rules.md
- Service not ready: operations/runbooks/service-not-ready.md
- Components:
- components/index.md
- recsys-algo:
- recsys-algo/index.md
- Concepts: recsys-algo/concepts.md
- Ranking reference: recsys-algo/ranking-reference.md
- Scoring model spec: recsys-algo/scoring-model.md
- Store ports: recsys-algo/store-ports.md
- Examples: recsys-algo/examples.md
- Releases: recsys-algo/releases.md
- recsys-eval:
- recsys-eval/docs/index.md
- Overview: recsys-eval/overview.md
- Workflows:
- Offline gate in CI: recsys-eval/docs/workflows/offline-gate-in-ci.md
- Online A/B in production: recsys-eval/docs/workflows/online-ab-in-production.md
- Decision playbook (ship/hold/rollback): recsys-eval/docs/decision-playbook.md
- Default evaluation pack: recsys-eval/docs/default-evaluation-pack.md
- Interpretation cheat sheet: recsys-eval/docs/workflows/interpretation-cheat-sheet.md
- Concepts: recsys-eval/docs/concepts.md
- Data contracts: recsys-eval/docs/data_contracts.md
- Integration: recsys-eval/docs/integration.md
- Metrics: recsys-eval/docs/metrics.md
- Interpreting results: recsys-eval/docs/interpreting_results.md
- OPE: recsys-eval/docs/ope.md
- Interleaving: recsys-eval/docs/interleaving.md
- Architecture: recsys-eval/docs/architecture.md
- CI gates: recsys-eval/docs/ci_gates.md
- Scaling: recsys-eval/docs/scaling.md
- Runbooks: recsys-eval/docs/runbooks.md
- Troubleshooting: recsys-eval/docs/troubleshooting.md
- Security & privacy: recsys-eval/docs/security_privacy.md
- Style guide: recsys-eval/docs/style.md
- Roadmap: recsys-eval/docs/roadmap.md
- recsys-pipelines:
- recsys-pipelines/docs/index.md
- Overview: recsys-pipelines/overview.md
- Start here: recsys-pipelines/docs/start-here.md
- Glossary: recsys-pipelines/docs/glossary.md
- Learning paths:
- Engineer: recsys-pipelines/docs/learning-paths/engineer.md
- Data engineer: recsys-pipelines/docs/learning-paths/data-engineer.md
- SRE / on-call: recsys-pipelines/docs/learning-paths/sre-oncall.md
- Product / stakeholders: recsys-pipelines/docs/learning-paths/product.md
- Tutorials:
- Local quickstart: recsys-pipelines/docs/tutorials/local-quickstart.md
- Job-per-container mode: recsys-pipelines/docs/tutorials/job-mode.md
- How-to:
- Operate pipelines daily: recsys-pipelines/docs/how-to/operate-daily.md
- Backfill safely: recsys-pipelines/docs/how-to/backfill-safely.md
- Roll back artifacts safely: recsys-pipelines/docs/how-to/rollback-safely.md
- Run incremental: recsys-pipelines/docs/how-to/run-incremental.md
- Run a backfill: recsys-pipelines/docs/how-to/run-backfill.md
- Schedule pipelines: recsys-pipelines/docs/how-to/schedule-pipelines.md
- Debug failures: recsys-pipelines/docs/how-to/debug-failures.md
- Roll back the manifest: recsys-pipelines/docs/how-to/rollback-manifest.md
- Add artifact type: recsys-pipelines/docs/how-to/add-artifact-type.md
- Add event field: recsys-pipelines/docs/how-to/add-event-field.md
- Explanation:
- Architecture: recsys-pipelines/docs/explanation/architecture.md
- Data lifecycle: recsys-pipelines/docs/explanation/data-lifecycle.md
- Windows and backfills: recsys-pipelines/docs/explanation/windows-and-backfills.md
- Artifacts and versioning: recsys-pipelines/docs/explanation/artifacts-and-versioning.md
- Validation and guardrails: recsys-pipelines/docs/explanation/validation-and-guardrails.md
- Documentation approach: recsys-pipelines/docs/explanation/documentation-approach.md
- Reference:
- CLI: recsys-pipelines/docs/reference/cli.md
- Config: recsys-pipelines/docs/reference/config.md
- Output layout: recsys-pipelines/docs/reference/output-layout.md
- Exit codes: recsys-pipelines/docs/reference/exit-codes.md
- Event schema: recsys-pipelines/docs/reference/schemas-events.md
- Artifact schema: recsys-pipelines/docs/reference/schemas-artifacts.md
- Operations:
- SLOs and freshness: recsys-pipelines/docs/operations/slos-and-freshness.md
- Runbooks:
- Pipeline failed: recsys-pipelines/docs/operations/runbooks/pipeline-failed.md
- Validation failed: recsys-pipelines/docs/operations/runbooks/validation-failed.md
- Limit exceeded: recsys-pipelines/docs/operations/runbooks/limit-exceeded.md
- Stale artifacts: recsys-pipelines/docs/operations/runbooks/stale-artifacts.md
- Contributing:
- Dev workflow: recsys-pipelines/docs/contributing/dev-workflow.md
- Style guide: recsys-pipelines/docs/contributing/style.md
- Releasing: recsys-pipelines/docs/contributing/releasing.md
- Project:
- project/index.md
- Glossary: project/glossary.md
- Message map: project/message-map.md
- Support model: project/support.md
- Security policy: project/security.md
- Governance: project/governance.md
- Contributing: project/contributing.md
- Code of conduct: project/code_of_conduct.md
- Docs style guide: project/docs-style.md
- Documentation quality gates: project/docs-quality-gates.md
- Persona journey tests and scoring rubric: project/persona-journey-tests.md
- Linking and naming style reference: project/linking-style.md
- Canonical content map: project/canonical-map.md
- Docs templates: project/docs-templates.md
- Docs per release policy: project/docs-per-release.md
- Docs versioning: project/docs-versioning.md
- Licenses readme: project/licenses_readme.md
- What's new:
- whats-new/index.md
- Tags: tags.md