-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
144 lines (138 loc) · 4.95 KB
/
mkdocs.yml
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
site_name: Data Catering
site_url: https://data.catering/
repo_url: https://github.com/pflooky/data-caterer
repo_name: data-caterer
extra_css:
- stylesheets/extra.css
plugins:
- open-in-new-tab
- search
- optimize
theme:
name: material
logo: diagrams/logo/data_catering_transparent.svg
favicon: diagrams/logo/data_catering_transparent.svg
features:
- navigation.tabs
- navigation.sections
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.top
- navigation.footer
- navigation.path
- content.code.copy
- content.code.select
- content.tabs.link
- toc.integrate
- toc.follow
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: deep orange
accent: orange
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: orange
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/git-alt
nav:
- Home: 'index.md'
- Get Started: 'get-started/docker.md'
- Setup:
- 'setup/index.md'
- Guide:
- 'setup/guide/index.md'
- Scenario:
- First Data Generation: 'setup/guide/scenario/first-data-generation.md'
- Multiple Records Per Column Value: 'setup/guide/scenario/records-per-column.md'
- Foreign Keys Across Data Sources: 'setup/guide/scenario/batch-and-event.md'
- Data Validations: 'setup/guide/scenario/data-validation.md'
- Auto Generate From Data Connection: 'setup/guide/scenario/auto-generate-connection.md'
- Delete Generated Data: 'setup/guide/scenario/delete-generated-data.md'
- Generate Batch and Event Data: 'setup/guide/scenario/batch-and-event.md'
- Data Sources:
- Files (CSV, JSON, ORC, Parquet): 'setup/guide/scenario/first-data-generation.md'
- Cassandra: 'setup/guide/data-source/cassandra.md'
- Kafka: 'setup/guide/data-source/kafka.md'
- Solace: 'setup/guide/data-source/solace.md'
- Marquez Metadata Source: 'setup/guide/data-source/marquez-metadata-source.md'
- OpenMetadata Source: 'setup/guide/data-source/open-metadata-source.md'
- HTTP: 'setup/guide/data-source/http.md'
- Configuration: 'setup/configuration.md'
- Connection: 'setup/connection.md'
- Generator:
- Data Generator: 'setup/generator/data-generator.md'
- Record Count: 'setup/generator/count.md'
- Report: 'setup/generator/report.md'
- Validation:
- 'setup/validation.md'
- Basic: 'setup/validation/basic-validation.md'
- Group by/Aggregate: 'setup/validation/group-by-validation.md'
- Upstream: 'setup/validation/upstream-data-source-validation.md'
- Foreign Keys: 'setup/foreign-key.md'
- Deployment: 'setup/deployment.md'
- Advanced: 'setup/advanced.md'
- Use Case and Comparison:
- 'use-case.md'
- Business Value: 'use-case/business-value.md'
- Comparison: 'use-case/comparison.md'
- Roadmap: 'use-case/roadmap.md'
- About:
- 'about.md'
- Terms of service: 'legal/terms-of-service.md'
- Privacy policy: 'legal/privacy-policy.md'
- Sponsor: 'sponsor.md'
extra:
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/data-catering/shared_invite/zt-2664ylbpi-w3n7lWAO~PHeOG9Ujpm~~w
- icon: fontawesome/brands/github
link: https://github.com/pflooky/data-caterer-example
- icon: fontawesome/brands/medium
link: https://medium.com/@pflooky
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/peter-flook/
- icon: fontawesome/solid/paper-plane
link: mailto:peter.flook@data.catering
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-4098CTH5TX
markdown_extensions:
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true