-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
154 lines (151 loc) · 5.89 KB
/
mkdocs.yml
File metadata and controls
154 lines (151 loc) · 5.89 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
site_name: Phlo Lakehouse Platform
site_description: Documentation for the Phlo data lakehouse platform
site_author: Phlo Team
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.prune
- navigation.indexes
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
- search.suggest
- search.highlight
- search.share
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- mermaid2
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_symbol_type_toc: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Core Concepts: getting-started/core-concepts.md
- Guides:
- Developer Guide: guides/developer-guide.md
- Workflow Development: guides/workflow-development.md
- Data Migrations: guides/data-migrations.md
- dbt Development: guides/dbt-development.md
- Data Modeling: guides/data-modeling.md
- Dagster Assets: guides/dagster-assets.md
- Capability Primitives: guides/capability-primitives.md
- Orchestrator Adapters: guides/orchestrator-adapters.md
- Operations Contracts: guides/operations-contracts.md
- Logging: guides/logging.md
- Hook Event Bus: guides/hook-event-bus.md
- Semantic Layer: guides/semantic-layer.md
- Plugin Development: guides/plugin-development.md
- Plugin Registry: guides/plugin-registry.md
- Compose Generation: guides/compose-generation.md
- Service Packages: guides/service-packages.md
- Discovery And Registry Benchmarks: guides/discovery-registry-benchmarks.md
- Testing Strategy: guides/testing-strategy.md
- Setup:
- Hasura: setup/hasura.md
- PostgREST: setup/postgrest.md
- Observability: setup/observability.md
- OpenMetadata: setup/openmetadata.md
- Security: setup/security.md
- Packages:
- Overview: packages/index.md
- Data Processing:
- phlo-dagster: packages/phlo-dagster.md
- phlo-dlt: packages/phlo-dlt.md
- phlo-dbt: packages/phlo-dbt.md
- phlo-iceberg: packages/phlo-iceberg.md
- phlo-delta: packages/phlo-delta.md
- phlo-pandera: packages/phlo-pandera.md
- phlo-lineage: packages/phlo-lineage.md
- Infrastructure:
- phlo-postgres: packages/phlo-postgres.md
- phlo-nessie: packages/phlo-nessie.md
- phlo-trino: packages/phlo-trino.md
- phlo-minio: packages/phlo-minio.md
- phlo-rustfs: packages/phlo-rustfs.md
- Observability:
- phlo-grafana: packages/phlo-grafana.md
- phlo-prometheus: packages/phlo-prometheus.md
- phlo-loki: packages/phlo-loki.md
- phlo-alloy: packages/phlo-alloy.md
- phlo-otel: packages/phlo-otel.md
- phlo-clickstack: packages/phlo-clickstack.md
- phlo-alerting: packages/phlo-alerting.md
- API Layer:
- phlo-api: packages/phlo-api.md
- phlo-mcp: packages/phlo-mcp.md
- phlo-postgrest: packages/phlo-postgrest.md
- phlo-hasura: packages/phlo-hasura.md
- Data Catalog:
- phlo-openmetadata: packages/phlo-openmetadata.md
- User Interface:
- phlo-observatory: packages/phlo-observatory.md
- phlo-superset: packages/phlo-superset.md
- phlo-pgweb: packages/phlo-pgweb.md
- Development:
- phlo-testing: packages/phlo-testing.md
- phlo-core-plugins: packages/phlo-core-plugins.md
- Reference:
- Architecture: reference/architecture.md
- API Reference: reference/phlo-api.md
- Canonical RBAC: reference/canonical-rbac.md
- CLI Reference: reference/cli-reference.md
- Configuration: reference/configuration-reference.md
- Plugin API: reference/plugin-api.md
- Quality Checks Catalog: reference/quality-checks-catalog.md
- DuckDB Queries: reference/duckdb-queries.md
- Common Errors: reference/common-errors.md
- Errors:
- Error Index: errors/README.md
- PHLO-001 Asset Not Discovered: errors/PHLO-001.md
- PHLO-002 Schema Mismatch: errors/PHLO-002.md
- PHLO-003 Invalid Cron: errors/PHLO-003.md
- PHLO-004 Validation Failed: errors/PHLO-004.md
- PHLO-005 Missing Schema: errors/PHLO-005.md
- PHLO-006 Ingestion Failed: errors/PHLO-006.md
- PHLO-007 Table Not Found: errors/PHLO-007.md
- PHLO-008 Infrastructure Error: errors/PHLO-008.md
- PHLO-200 Schema Conversion: errors/PHLO-200.md
- PHLO-201 Type Conversion: errors/PHLO-201.md
- PHLO-300 DLT Pipeline Failed: errors/PHLO-300.md
- PHLO-301 DLT Source Error: errors/PHLO-301.md
- PHLO-400 Iceberg Catalog: errors/PHLO-400.md
- PHLO-401 Iceberg Table: errors/PHLO-401.md
- PHLO-402 Iceberg Write: errors/PHLO-402.md
- Observatory:
- Extensions: observatory/extensions.md
- Operations:
- Operations Guide: operations/operations-guide.md
- Audit Logging: operations/audit-logging.md
- Production Readiness: operations/production-readiness.md
- Best Practices: operations/best-practices.md
- Testing: operations/testing.md
- Troubleshooting: operations/troubleshooting.md