forked from SavoBit/docs-6
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·329 lines (315 loc) · 12.5 KB
/
mkdocs.yml
File metadata and controls
executable file
·329 lines (315 loc) · 12.5 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
# Project information
site_name: Macrometa Docs
site_url: https://macrometa.com/docs/
site_author: Durga
site_description: Access data instantly across the globe in your Apps & APIs for exceptional performance and scale. <br> One interface, multiple data models!
site_hero_title: Macrometa API Documentation
# Repository
# repo_name: docs
repo_url: https://github.com/Macrometacorp/docs
edit_uri: edit/master/docs/
# Copyright
copyright: Copyright © 2017 - 2021 Macrometa Corp
# Configuration
theme:
name: null
custom_dir: material
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
- tabs
- instant
palette:
scheme: default
primary: indigo
accent: indigo
font:
# text: Arial
# text: Arvo
text: Roboto
# text: B612
code: Roboto Mono
icon:
logo: logo
favicon: assets/favicon.ico
# Plugins
plugins:
- search
- minify:
minify_html: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/macrometacorp
- icon: fontawesome/brands/twitter
link: https://twitter.com/macrometa
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/macrometa-corporation/
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# - pymdownx.highlight:
# linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- attr_list
# Page tree
nav:
- Home: index.md
- Essentials:
- Quickstart: quickstart.md
- Essentials: essentials.md
- Authentication: authentication.md
- Troubleshooting: troubleshooting.md
- Quotas and Limits: quotas.md
- Drivers: apikeys.md
- Credits: credits.md
- Collections:
- Key Value:
- Quick Start: keyvalue/quickstart.md
- Tutorials:
- Using Rest API: keyvalue/tutorials/using-rest-api.md
- Bulk Update with RestQL: keyvalue/tutorials/bulk-update-restql.md
# - ToDo App (CloudFlare): keyvalue/tutorials/todo-app-cfworkers.md
- Documents:
- Quick Start: documents/quickstart.md
- Tutorials:
- Using Rest API: documents/tutorials/using_rest_api.md
- Working with Documents: documents/tutorials/working-with-documents.md
- Bulk Update with RestQL: documents/tutorials/bulk-update-restql.md
- Realtime Updates: documents/tutorials/using-realtime-updates.md
# - Spot Collections: documents/tutorials/using-spotcollections.md
- Maps, Sets, SortedSets: documents/tutorials/maps_sets_sortedsets.md
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- C8QL Examples: c8ql/examples.md
- Indexing:
- Overview: documents/indexing/overview.md
- Index Basics: documents/indexing/index-basics.md
- Working with Indexes: documents/indexing/working-with-indexes.md
- Index Utilization: documents/indexing/index-utilization.md
- GeoSpatial:
- Concepts: geospatial/concepts.md
- Tutorial: geospatial/tutorial.md
- Indexes: documents/indexing/working-with-indexes#geo-spatial-indexes
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- C8QL Examples: c8ql/examples.md
- Transactions:
- Overivew: c8ql/transactions/overview.md
- Transaction Invocation: c8ql/transactions/transaction-invocation.md
- Passing Parameters: c8ql/transactions/passing-parameters.md
- Locking and Isolation: c8ql/transactions/locking-isolation.md
- Durability: c8ql/transactions/durability.md
- Limitations: c8ql/transactions/limitations.md
- DynamoMode:
- Using AWS Console CLI: dynamo/using-aws-cli.md
- AWS Javascript SDK (browser): dynamo/using-aws-js-browser.md
- AWS Javascript SDK (nodejs): dynamo/using-aws-js-nodejs.md
- AWS Python SDK: dynamo/using-aws-boto3.md
- mmdynamo Javascript SDK (browser): dynamo/using-mmdynamo-browser.md
- Graphs:
- Quick Start: graphs/quickstart.md
- Concepts: graphs/concepts.md
- Tutorials:
- Using Rest API: graphs/tutorials/using_rest_api.md
- Graph Queries: graphs/tutorials/graph-queries.md
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- C8QL Examples: c8ql/examples.md
- Search:
# - Quick Start: search/quickstart.md
- Overview: search/Overview.md
- Views: search/Views.md
- Analyzers: search/Analyzers.md
- Tutorials:
- Using Rest API: documents/tutorials/using_rest_api.md
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- C8QL Examples: c8ql/examples.md
- Query Workers:
- Concepts: restql/concepts.md
- Tutorials:
- RestQL Tutorial: restql/tutorial.md
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- C8QL Examples: c8ql/examples.md
- Streams:
- Quick Start: streams/quickstart.md
- Concepts: streams/concepts.md
- Tutorials:
- Using Rest API: streams/tutorials/using_rest_api.md
- Pub-Sub with Streams: streams/tutorials/pub-sub-streams.md
- Realtime Updates: streams/tutorials/using-realtime-updates.md
- Integrating Plugins: streams/tutorials/integrating-plugins.md
- Stream Workers:
- Quick Start: cep/quickstart.md
- Tutorials:
- Using Rest API: cep/tutorials/using_rest_api.md
- Create Stream App: cep/tutorials/create-stream-app.md
- Consuming Data: cep/tutorials/consuming-data.md
- Transforming Data: cep/tutorials/transforming-data.md
- Enriching Data: cep/tutorials/enriching-data.md
- Filtering Data: cep/tutorials/filtering-data.md
- Summarizing Data: cep/tutorials/summarizing-data.md
- Correlating Data: cep/tutorials/correlating-data.md
- Publishing Data: cep/tutorials/publishing-data.md
# - Triggering Flows: cep/tutorials/routing-data.md
- Executing Scripts: cep/tutorials/executing-scripts.md
- Reference:
- Overview: cep/reference/overview.md
- Basics: cep/reference/basics.md
- Values & Types: cep/reference/values-n-types.md
- Data Cleansing: cep/reference/data-cleansing.md
- Enriching Data: cep/tutorials/enriching-data.md
- Data Transformations: cep/reference/data-transformation.md
- Data Summarizations: cep/reference/data-summarization.md
- Patterns & Trends: cep/reference/patterns-n-trends.md
- Data Pipelines: cep/reference/data-pipelining.md
- Error Handling: cep/reference/error-handling.md
- Query Guide: cep/reference/query-guide.md
- Functions: cep/reference/functions.md
- Extensions:
- Execution:
- Context: cep/reference/extensions/execution/context.md
- Map: cep/reference/extensions/execution/map.md
- Json: cep/reference/extensions/execution/json.md
- List: cep/reference/extensions/execution/list.md
- Math: cep/reference/extensions/execution/math.md
- Regex: cep/reference/extensions/execution/regex.md
- Reorder: cep/reference/extensions/execution/reorder.md
- Time: cep/reference/extensions/execution/time.md
- Unique: cep/reference/extensions/execution/unique.md
- Streaming ML: cep/reference/extensions/execution/streamingml.md
- Connectors:
- HTTP: cep/reference/extensions/io/http.md
- Google Pub-Sub: cep/reference/extensions/io/gcp-pubsub.md
- AWS S3: cep/reference/extensions/io/s3.md
- Kafka: cep/reference/extensions/io/kafka.md
- Format Mappers:
- Json: cep/reference/extensions/mappers/json.md
- CSV: cep/reference/extensions/mappers/csv.md
- Key-Value: cep/reference/extensions/mappers/keyvalue.md
- Text: cep/reference/extensions/mappers/text.md
- C8 Query Language:
- Introduction: c8ql/introduction.md
- C8QL Tutorial: c8ql/c8ql-tutorial.md
- Additional Examples: c8ql/examples.md
- Coming from SQL: c8ql/coming-from-sql.md
- Fundamentals: c8ql/fundamentals.md
- Operators: c8ql/operators.md
- Data Queries: c8ql/data-queries.md
- Examples:
- Overview: c8ql/examples/overview.md
- Counting: c8ql/examples/counting.md
- Date Modification Queries: c8ql/examples/data-modification-queries.md
- Diffing Documents: c8ql/examples/diffing-documents.md
- Dynamic Attribute Names: c8ql/examples/dynamic-attribute-names.md
- Grouping: c8ql/examples/grouping.md
- Joins: c8ql/examples/joins.md
- Multiple Path Search: c8ql/examples/multiple-path-search.md
- Projections and Filters: c8ql/examples/projections-and-filters.md
- Queries Without Collections: c8ql/examples/queries-without-collections.md
- Remove Vertex: c8ql/examples/remove-vertex.md
- Sub-Queries: c8ql/examples/subqueries.md
- Traversals: c8ql/examples/traversals.md
- Operations:
- Overview: c8ql/operations/overview.md
- FOR: c8ql/operations/for.md
- RETURN: c8ql/operations/return.md
- FILTER: c8ql/operations/filter.md
- SEARCH: c8ql/operations/search.md
- SORT: c8ql/operations/sort.md
- LIMIT: c8ql/operations/limit.md
- LET: c8ql/operations/let.md
- COLLECT: c8ql/operations/collect.md
- REMOVE: c8ql/operations/remove.md
- UPDATE: c8ql/operations/update.md
- REPLACE: c8ql/operations/replace.md
- INSERT: c8ql/operations/insert.md
- UPSERT: c8ql/operations/upsert.md
- WITH: c8ql/operations/with.md
- Functions:
- Overview: c8ql/functions/overview.md
- String: c8ql/functions/string.md
- Numeric: c8ql/functions/numeric.md
- Date: c8ql/functions/date.md
- Array: c8ql/functions/array.md
- Document: c8ql/functions/document.md
- Geo: c8ql/functions/geo.md
- Fulltext: c8ql/functions/fulltext.md
- Search: c8ql/functions/search.md
- Miscellaneous: c8ql/functions/miscellaneous.md
- Type Check & Cast: c8ql/functions/type-cast.md
- Graphs:
- Overview: c8ql/graphs/overview.md
- Shortest Path: c8ql/graphs/shortest-path.md
- K Shortest Paths: c8ql/graphs/k-shortest-paths.md
- Traversals: c8ql/graphs/traversals.md
- Transactions:
- Overview: c8ql/transactions/overview.md
- Durability: c8ql/transactions/durability.md
- Locking Isolation: c8ql/transactions/locking-isolation.md
- Passing Parameters: c8ql/transactions/passing-parameters.md
- Transaction Invocation: c8ql/transactions/transaction-invocation.md
- Limitations: c8ql/transactions/limitations.md
- Array Operators: c8ql/array-operators.md
- Common Errors: c8ql/common-errors.md
- Demos & Tutorials:
- Address Book: demos/address-book.md
- Crypto Trading: demos/crypto-trading.md
- Bookstore: demos/cf-bookstore.md
- Forever 42: demos/cf-forever42.md
- Fashion store and Fashion Store Dynamo: demos/fashion-store.md
- Fleet Management: demos/fleet-management.md
- RT Stream ETL: demos/realtime-stream-etl.md
- RT Data Distribution (Event Hub): demos/realtime-data-distribution.md
# - OTT Sample App: demos/ott.md
# - Facemask: demos/facemask.md
# - Multiplayer FPS: demos/multiplayer-fps.md
- Oxford Economics: demos/streamlit-oxford.md
- Realtime Log Analytics: demos/realtime-log-analytics.md
- Credit Card Fraud: demos/credit-card-fraud.md
- Polling App (Gatsby): demos/jamstack-gatsby.md
- Working with Cloudflare Workers: demos/cloudflare-workers.md
- Dynamo Mode: demos/dynamo.md
- C8QL Examples: demos/c8ql-examples.md
# - Task Tracking App (Netlify): demos/task-tracking.md
# - Castle Knight Game: demos/castle-knight.md
# - Interactive Command Line: demos/repls_js.md
# Google Analytics
google_analytics:
- UA-133170545-1
- auto