-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathvercel.json
316 lines (309 loc) · 29.8 KB
/
vercel.json
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
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"trailingSlash": false,
"redirects": [
{ "source": "/", "destination": "/docs", "permanent": false },
{ "source": "/docs/apiVwrsMetrics", "destination": "/docs/photoniq/vwrs/vwrs-metrics", "permanent": true },
{ "source": "/docs/apps/coupon-fraud-prevention", "destination": "https://photoniq.macrometa.com/demo/digitalfingerprint/coupon-fraud", "permanent": true },
{ "source": "/docs/apps/fingerprinting-demo", "destination": "https://photoniq.macrometa.com/demo/digitalfingerprint/fingerprint-id", "permanent": true },
{ "source": "/docs/authentication", "destination": "/docs/account-management/auth", "permanent": true },
{ "source": "/docs/c8ql/got-tutorial", "destination": "/docs/queries/c8ql/got-tutorial", "permanent": true },
{ "source": "/docs/c8ql/graphs/", "destination": "/docs/queries/c8ql/graphs", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/json/toString", "destination": "/docs/cep/query-guide/functions/json/tostring", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/sink/http", "destination": "/docs/cep/sink/http", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/source/http", "destination": "/docs/cep/source/http", "permanent": true },
{ "source": "/docs/cep/reference/", "destination": "/docs/cep", "permanent": true },
{ "source": "/docs/cep/reference/functions", "destination": "/docs/cep/query-guide/functions", "permanent": true },
{ "source": "/docs/cep/reference/geospatial", "destination": "/docs/cep/query-guide/functions/geospatial", "permanent": true },
{ "source": "/docs/cep/reference/query-guide", "destination": "/docs/cep/query-guide", "permanent": true },
{ "source": "/docs/cep/stream-workers-example", "destination": "/docs/cep/examples/stream-workers-sdk-example", "permanent": true },
{ "source": "/docs/collections/graphs/", "destination": "/docs/graphs", "permanent": true },
{ "source": "/docs/collections/graphs/:match*", "destination": "/docs/graphs/:match*", "permanent": true },
{ "source": "/docs/demos/cloudflare-workers", "destination": "/docs/tutorials/cloudflare-workers", "permanent": true },
{ "source": "/docs/demos/dynamo", "destination": "/docs/tutorials/dynamo", "permanent": true },
{ "source": "/docs/documents", "destination": "/docs/tutorials/cloudflare-workers", "permanent": true },
{ "source": "/docs/essentials", "destination": "/docs/quickstart", "permanent": true },
{ "source": "/docs/essentials/CLI/commands", "destination": "/docs/cli", "permanent": true },
{ "source": "/docs/essentials/geofabrics", "destination": "/docs/geofabrics", "permanent": true },
{ "source": "/docs/essentials/troubleshooting", "destination": "/docs/references/troubleshooting", "permanent": true },
{ "source": "/docs/essentials/:match*", "destination": "/docs/quickstart", "permanent": true },
{ "source": "/docs/gdnsl/commands", "destination": "/docs/essentials/CLI/commands", "permanent": true },
{ "source": "/docs/keyvalue", "destination": "/docs/collections/keyvalue", "permanent": true },
{ "source": "/docs/troubleshooting", "destination": "/docs/references/troubleshooting", "permanent": true },
{ "source": "/docs/streams/tutorials/using_rest_api/", "destination": "/docs/collections/documents/tutorials/using_rest_api", "permanent": true },
{ "source": "/docs/what-is-macrometa", "destination": "/docs/quickstart", "permanent": true },
{ "source": "/docs//docs", "destination": "/" },
{ "source": "/docs/cep/change-data-capture-plugin", "destination": "/" },
{ "source": "/docs/cep/create-stream-worker", "destination": "/" },
{ "source": "/docs/cep/enrich-data", "destination": "/" },
{ "source": "/docs/cep/enrich-data/", "destination": "/" },
{ "source": "/docs/cep/enrich-data/enrich-data-external-services", "destination": "/" },
{ "source": "/docs/cep/enrich-data/enrich-data-with-plugins", "destination": "/" },
{ "source": "/docs/cep/enrich-data/enrich-data-with-stream", "destination": "/" },
{ "source": "/docs/cep/event-playback", "destination": "/" },
{ "source": "/docs/cep/examples/source-and-sink-example", "destination": "/" },
{ "source": "/docs/cep/examples/table-and-store-example", "destination": "/" },
{ "source": "/docs/cep/query-guide/adhoc", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/batch", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/delay", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/externalTime", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/length", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/lengthBatch", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/pol2Cart", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/session", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/sort", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/time", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/core/timeLength", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/script/javascript", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sink/http.md", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sinkmapper/avro", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sinkmapper/json", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sinkmapper/xml", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/source/http.md", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/avro", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/binary", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/csv", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/json", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/keyvalue", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/passThrough", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/sourcemapper/text", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/store/rdbms", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/store/redis", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/unique/ever", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/unique/firstLengthBatch", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/unique/firstTimeBatch", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/unique/lengthBatch", "destination": "/" },
{ "source": "/docs/cep/query-guide/functions/unique/time", "destination": "/" },
{ "source": "/docs/cep/query-guide/join-stream", "destination": "/" },
{ "source": "/docs/cep/query-guide/named-aggregation", "destination": "/" },
{ "source": "/docs/cep/query-guide/named-window", "destination": "/" },
{ "source": "/docs/cep/query-guide/stream", "destination": "/" },
{ "source": "/docs/cep/query-guide/table-collection", "destination": "/" },
{ "source": "/docs/cep/query-guide/trigger", "destination": "/" },
{ "source": "/docs/cep/reference/extensions/execution/regex/", "destination": "/" },
{ "source": "/docs/cep/sink/gcp-pubsub", "destination": "/" },
{ "source": "/docs/cep/sink/grpc", "destination": "/" },
{ "source": "/docs/cep/sink/grpc-service-response", "destination": "/" },
{ "source": "/docs/cep/sink/http", "destination": "/" },
{ "source": "/docs/cep/sink/http-call", "destination": "/" },
{ "source": "/docs/cep/sink/inMemory", "destination": "/" },
{ "source": "/docs/cep/sink/jms", "destination": "/" },
{ "source": "/docs/cep/sink/kafka", "destination": "/" },
{ "source": "/docs/cep/sink/kafkaMultiDC", "destination": "/" },
{ "source": "/docs/cep/sink/log", "destination": "/" },
{ "source": "/docs/cep/sink/mqtt", "destination": "/" },
{ "source": "/docs/cep/sink/nats", "destination": "/" },
{ "source": "/docs/cep/sink/prometheus", "destination": "/" },
{ "source": "/docs/cep/sink/rabbitmq", "destination": "/" },
{ "source": "/docs/cep/sink/s3", "destination": "/" },
{ "source": "/docs/cep/sink/sink-error-handling", "destination": "/" },
{ "source": "/docs/cep/sink/sink-mapping.md", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/email", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/grpc", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/grpc-call", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/grpc-service-response", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/inMemory", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/nats", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/rabbitmq", "destination": "/" },
{ "source": "/docs/cep/sink/sink-types/stream-sink", "destination": "/" },
{ "source": "/docs/cep/sink/sse", "destination": "/" },
{ "source": "/docs/cep/source/email", "destination": "/" },
{ "source": "/docs/cep/source/gcp-pubsub", "destination": "/" },
{ "source": "/docs/cep/source/grpc", "destination": "/" },
{ "source": "/docs/cep/source/grpc-call-response", "destination": "/" },
{ "source": "/docs/cep/source/http", "destination": "/" },
{ "source": "/docs/cep/source/http-call-response", "destination": "/" },
{ "source": "/docs/cep/source/inMemory", "destination": "/" },
{ "source": "/docs/cep/source/kafka", "destination": "/" },
{ "source": "/docs/cep/source/kafkaMultiDC", "destination": "/" },
{ "source": "/docs/cep/source/mqtt", "destination": "/" },
{ "source": "/docs/cep/source/nats", "destination": "/" },
{ "source": "/docs/cep/source/source-error-handling", "destination": "/" },
{ "source": "/docs/cep/source/source-types/change-data-capture-plugin", "destination": "/" },
{ "source": "/docs/cep/source/source-types/email", "destination": "/" },
{ "source": "/docs/cep/source/source-types/grpc", "destination": "/" },
{ "source": "/docs/cep/source/source-types/grpc-call-response", "destination": "/" },
{ "source": "/docs/cep/source/source-types/grpc-service", "destination": "/" },
{ "source": "/docs/cep/source/source-types/inMemory", "destination": "/" },
{ "source": "/docs/cep/source/source-types/nats", "destination": "/" },
{ "source": "/docs/cep/source/source-types/stream-source", "destination": "/" },
{ "source": "/docs/cep/source/sourcemapper/avro", "destination": "/" },
{ "source": "/docs/cep/source/sourcemapper/json", "destination": "/" },
{ "source": "/docs/cep/source/sourcemapper/passThrough", "destination": "/" },
{ "source": "/docs/cep/source/sse", "destination": "/" },
{ "source": "/docs/cep/source/tcp", "destination": "/" },
{ "source": "/docs/cep/store", "destination": "/" },
{ "source": "/docs/cep/store-rdbms-plugin", "destination": "/" },
{ "source": "/docs/cep/store/", "destination": "/" },
{ "source": "/docs/cep/store/rdbms", "destination": "/" },
{ "source": "/docs/cep/stream.md", "destination": "/" },
{ "source": "/docs/cep/trigger", "destination": "/" },
{ "source": "/docs/cep/tutorials/consuming-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/correlating-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/create-stream-app", "destination": "/" },
{ "source": "/docs/cep/tutorials/executing-scripts", "destination": "/" },
{ "source": "/docs/cep/tutorials/executing-scripts/", "destination": "/" },
{ "source": "/docs/cep/tutorials/filtering-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/filtering-data/", "destination": "/" },
{ "source": "/docs/cep/tutorials/publishing-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/summarizing-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/transforming-data", "destination": "/" },
{ "source": "/docs/cep/tutorials/transforming-data/", "destination": "/" },
{ "source": "/docs/cep/windows/windows-in-queries", "destination": "/" },
{ "source": "/docs/CLI/search-views-cli", "destination": "/" },
{ "source": "/docs/collections/dynamo/reference", "destination": "/" },
{ "source": "/docs/collections/dynamo/reference/", "destination": "/" },
{ "source": "/docs/collections/dynamo/reference/mmdynamo/deleteAnItem", "destination": "/" },
{ "source": "/docs/collections/dynamo/reference/readAnItem", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-boto3", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-cli", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-js-browser", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-js-browser/", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-js-nodejs", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-aws-js-nodejs/", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-mmdynamo-browser", "destination": "/" },
{ "source": "/docs/collections/dynamo/using-mmdynamo-browser/", "destination": "/" },
{ "source": "/docs/collections/graphs/example-graphs", "destination": "/" },
{ "source": "/docs/cep/examples/data-summarization", "destination": "/" },
{ "source": "/docs/graphs/graph-concepts/working-with-graphs", "destination": "/" },
{ "source": "/docs/graphs/example-graphs", "destination": "/" },
{ "source": "/docs/graphs/graph-examples/multiple-path-search", "destination": "/" },
{ "source": "/docs/graphs/graph-queries/graph-functions", "destination": "/" },
{ "source": "/docs/graphs/graph-queries/traversal-queries/outbound-inbound-any", "destination": "/" },
{ "source": "/docs/graphs/using-rest-api", "destination": "/" },
{ "source": "/docs/queries/c8ql/functions/search", "destination": "/" },
{ "source": "/docs/queries/data-queries/data-modification-queries", "destination": "/" },
{ "source": "/docs/queries/sql/tutorial/sql-crud", "destination": "/" },
{ "source": "/docs/queryworkers/bind-parameters", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/array-operators", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/c8ql-syntax", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/coming-from-sql", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/common-errors", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/counting", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/diffing-documents", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/joins", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/queries-without-collections", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/remove-vertex", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/examples/subqueries", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/array", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/date", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/fulltext", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/search", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/functions/string", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/got-tutorial", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/got-tutorial/", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/got-tutorial/c8ql-crud", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/got-tutorial/filter-results", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/graphs/k-shortest-paths", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/graphs/shortest-path", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/graphs/traversals", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/collect", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/filter", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/for", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/insert", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/remove", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/sort", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operations/update", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/operators", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/queries-null-attributes", "destination": "/" },
{ "source": "/docs/queryworkers/c8ql/type-and-value-order", "destination": "/" },
{ "source": "/docs/queryworkers/data-access-queries", "destination": "/" },
{ "source": "/docs/queryworkers/data-modification-queries", "destination": "/" },
{ "source": "/docs/queryworkers/redis", "destination": "/" },
{ "source": "/docs/queryworkers/redis/data-type-format", "destination": "/" },
{ "source": "/docs/queryworkers/redis/redis-sdks", "destination": "/" },
{ "source": "/docs/queryworkers/running-queries", "destination": "/" },
{ "source": "/docs/search/getting-started", "destination": "/" },
{ "source": "/docs/search/patterns", "destination": "/" },
{ "source": "/docs/search/:path*", "destination": "/docs/search-views", "permanent": true },
{ "source": "/docs/graph-tasks/create-graph", "destination": "/docs/graphs/graph-tasks/create-graph", "permanent": true },
{ "source": "/docs/graph-queries/", "destination": "/docs/graphs/graph-queries/", "permanent": true },
{ "source": "/docs/cep/aggregations/join-aggregations", "destination": "/docs/cep/query-guide/join/join-aggregations", "permanent": true },
{ "source": "/docs/cep/examples/enrich-data-with-collection", "destination": "/docs/cep/examples/enriching-data/enrich-data-with-collection", "permanent": true },
{ "source": "/docs/cep/examples/enrich-data-with-stream", "destination": "/docs/cep/examples/enriching-data/enrich-data-with-stream", "permanent": true },
{ "source": "/docs/cep/examples/stream-workers-sdk-example", "destination": "/docs/cep/examples/basic-examples/stream-workers-sdk-example", "permanent": true },
{ "source": "/docs/cep/examples/table-and-window-example", "destination": "/docs/cep/examples/basic-examples/table-and-window-example", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/core/cron", "destination": "/docs/cep/windows/window-types/cron", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/core/sizeOfSet-stream", "destination": "/docs/cep/query-guide/functions/core/sizeOfSet", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/map/createFromXML", "destination": "/docs/cep/source/source-mapping/", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/store/mongodb", "destination": "/docs/cep/source/source-types/", "permanent": true },
{ "source": "/docs/cep/query-guide/functions/unique/externalTimeBatch", "destination": "/docs/cep/windows/window-types/unique/tumbling-external-time", "permanent": true },
{ "source": "/docs/cep/query-guide/windows-queries", "destination": "/docs/cep/windows/windows-queries", "permanent": true },
{ "source": "/docs/cep/sink/email", "destination": "/docs/cep/sink/sink-types/", "permanent": true },
{ "source": "/docs/cep/sink/grpc-call", "destination": "/docs/cep/sink/sink-types/", "permanent": true },
{ "source": "/docs/cep/sink/http-service-response", "destination": "/docs/cep/sink/sink-types/http-service-response", "permanent": true },
{ "source": "/docs/cep/sink/sink-mapping/xml", "destination": "/docs/cep/sink/sink-mapping/", "permanent": true },
{ "source": "/docs/cep/source/prometheus", "destination": "/docs/cep/source/source-types/prometheus", "permanent": true },
{ "source": "/docs/cep/source/sourcemapper/binary", "destination": "/docs/cep/source/source-mapping/binary", "permanent": true },
{ "source": "/docs/cep/source/sourcemapper/csv", "destination": "/docs/cep/source/source-mapping/csv", "permanent": true },
{ "source": "/docs/cep/tutorials/create-stream-worker", "destination": "/docs/cep/stream-worker-tasks/create-stream-worker", "permanent": true },
{ "source": "/docs/cep/windows/window-types/unique/externalTimeBatch", "destination": "/docs/cep/windows/window-types/unique/tumbling-external-time", "permanent": true },
{ "source": "/docs/cep/windows/window-types/unique/firstLengthBatch", "destination": "/docs/cep/windows/window-types/unique/first", "permanent": true },
{ "source": "/docs/cep/windows/window-types/unique/time", "destination": "/docs/cep/windows/window-types/unique/sliding-time", "permanent": true },
{ "source": "/docs/cep/windows/window-types/unique/timeBatch", "destination": "/docs/cep/windows/window-types/unique/tumbling-time", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/query-docs-as-api", "destination": "/docs/collections/documents/tutorials/rest-apis-doc-store-example", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/query-docs-using-c8ql", "destination": "/docs/collections/documents/tutorials/c8ql-docs-queries", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/using-realtime-updates", "destination": "/docs/collections/documents/tutorials/c8ql-docs-queries", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/using-realtime-updates/", "destination": "/docs/collections/documents/tutorials/c8ql-docs-queries", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/work-with-documents-api", "destination": "/docs/collections/documents/tutorials/rest-apis-doc-store-example", "permanent": true },
{ "source": "/docs/collections/documents/tutorials/working-with-documents/", "destination": "/docs/collections/documents/tutorials/c8ql-docs-queries", "permanent": true },
{ "source": "/docs/graphs/getting-started", "destination": "/docs/graphs/getting-started-with-graphs", "permanent": true },
{ "source": "/docs/graphs/graph-concepts/coming-from-relational-world", "destination": "/docs/graphs/graph-concepts/gdn-graphs-vs-relational-db", "permanent": true },
{ "source": "/docs/graphs/graph-functions", "destination": "/docs/graphs/graph-queries/graph-keywords/", "permanent": true },
{ "source": "/docs/graphs/graph-queries/k-shortest-paths", "destination": "/docs/graphs/graph-queries/k-shortest-paths-queries/", "permanent": true },
{ "source": "/docs/graphs/graph-queries/k-shortest-paths/k-shortest-paths-syntax", "destination": "/docs/graphs/graph-queries/k-shortest-paths-queries/k-shortest-paths-syntax", "permanent": true },
{ "source": "/docs/graphs/graph-queries/shortest-path", "destination": "/docs/graphs/graph-queries/shortest-path-queries/", "permanent": true },
{ "source": "/docs/graphs/graph-queries/traversals", "destination": "/docs/graphs/graph-queries/traversal-queries/", "permanent": true },
{ "source": "/docs/photoniq/prerendering/prerendering-tasks-api", "destination": "/docs/apiPrerendering#/", "permanent": true },
{ "source": "/docs/photoniq/prerendering/validate-prerendering", "destination": "/docs/photoniq/prerendering/monitor-prerendering/validate-prerendering", "permanent": true },
{ "source": "/docs/queries/graph-queries", "destination": "/docs/graphs/graph-queries/", "permanent": true },
{ "source": "/docs/queries/graph-queries/shortest-path", "destination": "/docs/graphs/graph-queries/shortest-path-queries/", "permanent": true },
{ "source": "/docs/queries/graph-queries/traversals", "destination": "/docs/graphs/graph-queries/traversal-queries/", "permanent": true },
{ "source": "/docs/queries/query-examples/remove-vertex", "destination": "/docs/graphs/graph-examples/", "permanent": true },
{ "source": "/docs/queries/query-examples/traversals", "destination": "/docs/graphs/graph-queries/traversal-queries/traversal-examples", "permanent": true },
{ "source": "/docs/queries/sql/tutorial/", "destination": "/docs/queries/got-tutorial/", "permanent": true },
{ "source": "/docs/queryworkers/building-queries", "destination": "/docs/queries/building-queries", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/examples/data-modification-queries", "destination": "/docs/queries/query-examples/data-modification-queries", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/examples/dynamic-attribute-names", "destination": "/docs/queries/query-examples/dynamic-attribute-names", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/functions/database", "destination": "/docs/queries/c8ql/functions/database", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/got-tutorial/geospatial-queries", "destination": "/docs/queries/got-tutorial/geospatial-queries", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/got-tutorial/graph-traversal", "destination": "/docs/queries/got-tutorial/graph-traversal", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/operations/return", "destination": "/docs/queries/c8ql/operations/return", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/operations/upsert", "destination": "/docs/queries/c8ql/operations/upsert", "permanent": true },
{ "source": "/docs/queryworkers/c8ql/operations/with", "destination": "/docs/queries/c8ql/operations/with", "permanent": true },
{ "source": "/docs/queryworkers/projection-queries", "destination": "/docs/queries/data-access-queries/projection-queries", "permanent": true },
{ "source": "/docs/queryworkers/sql/", "destination": "/docs/queries/sql/", "permanent": true },
{ "source": "/docs/queryworkers/sql/tutorial", "destination": "/docs/queries/sql/getting-started-sql", "permanent": true },
{ "source": "/docs/search/functions", "destination": "/docs/search-views/fulltext-search/queries/search-functions/", "permanent": true },
{ "source": "/docs/streams/stream-basics/create-consumers", "destination": "/docs/streams/stream-tasks/create-consumers", "permanent": true },
{ "source": "/docs/streams/stream-basics/message-queues/set-message-queue", "destination": "/docs/streams/stream-tasks/set-message-queue", "permanent": true },
{ "source": "/docs/tutorials/graph-example", "destination": "/docs/tutorials/graph-tutorial", "permanent": true },
{ "source": "/docs/photoniq/photoniq-demos", "destination": "https://photoniq.macrometa.com/demo", "permanent": true },
{ "source": "/docs/photoniq/functions/faas-commands", "destination": "docs/photoniq/functions/functions-cli", "permanent": true },
{ "source": "/docs/photoniq/functions/faas-commands/faas-cli", "destination": "docs/photoniq/functions/functions-cli", "permanent": true },
{ "source": "/docs/photoniq/functions/faas-commands/faas-cli-commands", "destination": "docs/photoniq/functions/functions-cli", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-18-0", "destination": "/docs/releases/2024/release-notes-0-18-0", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-17", "destination": "/docs/releases/2023/release-notes-0-17-17", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-16", "destination": "/docs/releases/2023/release-notes-0-17-16", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-15", "destination": "/docs/releases/2023/release-notes-0-17-15", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-12", "destination": "/docs/releases/2023/release-notes-0-17-12", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-11", "destination": "/docs/releases/2022/release-notes-0-17-11", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-10", "destination": "/docs/releases/2022/release-notes-0-17-10", "permanent": true },
{ "source": "/docs/release-notes/release-notes-0-17-09", "destination": "/docs/releases/2022/release-notes-0-17-09", "permanent": true },
{ "source": "/docs/photoniq/functions/using-functions/configuring-functions", "destination": "/docs/photoniq/functions/developing-functions/configuring-functions", "permanent": true },
{ "source": "/docs/photoniq/functions/using-functions", "destination": "/docs/photoniq/functions/developing-functions", "permanent": true },
{ "source": "/docs/queryworkers/sql", "destination": "/docs/queryworkers", "permanent": true },
{ "source": "/docs/cep/reference", "destination": "/docs/cep", "permanent": true },
{ "source": "/docs/cep/quickstart", "destination": "/docs/cep/getting-started-stream-workers", "permanent": true },
{ "source": "/docs/streams/quickstart", "destination": "/docs/streams/getting-started-streams", "permanent": true },
{ "source": "/docs/streams/concepts", "destination": "/docs/streams/stream-basics", "permanent": true },
{ "source": "/docs/cep/reference/basics", "destination": "/docs/cep/stream-worker-basics", "permanent": true },
{ "source": "/docs/cep/reference/extensions/execution/reorder", "destination": "/docs/cep/query-guide/functions/reorder", "permanent": true },
{ "source": "/docs/demos/crypto-trading", "destination": "/docs/apps/crypto-trading", "permanent": true },
{ "source": "/docs/photoniq/event-delivery/clients/Connection", "destination": "/docs/photoniq/event-delivery/clients/connection", "permanent": true }
]
}