-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
151 lines (151 loc) · 6.09 KB
/
Copy pathmkdocs.yml
File metadata and controls
151 lines (151 loc) · 6.09 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
site_name: GraFlo
site_url: https://growgraph.github.io/graflo
repo_url: https://github.com/growgraph/graflo
repo_name: growgraph/graflo
copyright: Copyright © 2021-2026 GrowGraph
theme:
name: material
user_color_mode_toggle: true
palette:
- scheme: default
primary: green
accent: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: yellow
toggle:
icon: material/toggle-switch
name: Switch to light mode
logo: assets/project_logo.png
icon:
repo: fontawesome/brands/github
favicon: assets/favicon.ico
plugins:
- search
- glightbox
- gen-files:
scripts:
- docs/_build/gen_pages.py
- literate-nav
- table-reader: []
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_full_path: true
show_source: true
show_root_toc_entry: false
docstring_style: google
show_category_heading: true
show_if_no_docstring: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting_started/installation.md
- Quick Start: getting_started/quickstart.md
- Creating a Manifest: getting_started/creating_manifest.md
- Concepts:
- Overview: concepts/index.md
- Architecture:
- Diagrams: concepts/architecture/diagrams.md
- Core components: concepts/architecture/core_components.md
- Capabilities: concepts/architecture/capabilities.md
- Schema and manifest:
- Sampling and profiling: concepts/schema/sampling_and_profiling.md
- Vertex identity: concepts/schema/vertex_identity.md
- Cross-resource identity discovery: concepts/schema/cross_resource_identity.md
- Cards: concepts/schema/cards.md
- Backend indexes: concepts/schema/backend_indexes.md
- Manifest evolution: concepts/schema/manifest_evolution.md
- Version control: concepts/schema/versioning.md
- GraFlo ontology: concepts/schema/ontology.md
- Ingestion:
- Transforms: concepts/ingestion/transforms.md
- Parallelism: concepts/ingestion/parallelism.md
- Document cast errors: concepts/ingestion/doc_errors.md
- Connectors:
- Table views and SelectSpec: concepts/connectors/table_views.md
- API connector: concepts/connectors/api_connector.md
- Kafka connector: concepts/connectors/kafka_connector.md
- Runtime connector updates: concepts/connectors/runtime_updates.md
- Operations:
- Graph export and migration: concepts/operations/graph_export_migration.md
- Object storage: concepts/operations/object_storage.md
- Migration and practices: concepts/operations/migration_and_practices.md
- Guides:
- Guides index: guides/index.md
- Importing and layering: guides/importing.md
- Graph DB migration: guides/graph_db_migration.md
- Graph namespace and schema: guides/graph_namespace_and_schema.md
- Graph export and replay: guides/graph_export_and_replay.md
- API env wiring: guides/api_env_wiring.md
- Identity inference: guides/identity_inference.md
- TigerGraph bulk load: guides/tigergraph_bulk_load.md
- SQL schema inference: guides/sql_schema_inference.md
- Adding a database backend: guides/adding_a_backend.md
- Examples:
- Examples Index: examples/index.md
- 1 - Ingest Multiple Tabular Sources (CSV, ArangoDB): examples/example-1.md
- 2 - JSON with Edges between the same Vertex Type (ArangoDB): examples/example-2.md
- 3 - CSV with Edge Weights and Multiple Relations (Neo4j): examples/example-3.md
- 4 - Dynamic Relations from Keys (Neo4j): examples/example-4.md
- 5 - Ingesting Data from PostgreSQL Tables: examples/example-5.md
- 6 - RDF / Turtle Ingestion with Explicit Resource Mapping: examples/example-6.md
- 7 - Polymorphic Objects and Relations (vertex_router + dynamic edge): examples/example-7.md
- 8 - Multi-Edge Weights with Filters and dress Transform: examples/example-8.md
- 9 - Explicit connector_connection Proxy Wiring: examples/example-9.md
- 10 - TigerGraph bulk load and S3 staging: examples/example-10.md
- 11 - Flat-row dynamic edges with vertex_router: examples/example-11.md
- 12 - Vertex Roles and Multi-intent Edges: examples/example-12.md
- 13 - Graph Export and Migration: examples/example-13.md
- 14 - API env wiring: examples/example-14.md
- 15 - Identity inference from CSV: examples/example-15.md
- 16 - Secondary identities for edge-only sources: examples/example-16.md
- 17 - Identity funnel across two sources: examples/example-17.md
- 18 - Cross-resource identity discovery: examples/example-18.md
- 19 - Union of manifests with conditional equivalence: examples/example-19.md
- "20 - Version control: fork, conflict, resolve, merge": examples/example-20.md
- 21 - Identity alignment on a routed source: examples/example-21.md
- API Reference: reference/
- Contributing: contributing.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- admonition
- codehilite
- footnotes
- meta
- pymdownx.blocks.caption
- pymdownx.details
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.emoji
- pymdownx.tasklist
- pymdownx.keys
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.betterem
- pymdownx.caret
- pymdownx.tilde
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.arithmatex
- pymdownx.progressbar
- pymdownx.escapeall
- toc:
permalink: true