meadow-integration 1.0.41 → 1.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/BUILDING-AND-PUBLISHING.md +2 -2
  2. package/README.md +27 -8
  3. package/docs/README.md +1 -1
  4. package/docs/_cover.md +1 -1
  5. package/docs/_topbar.md +1 -1
  6. package/docs/_version.json +3 -3
  7. package/docs/architecture.md +14 -225
  8. package/docs/css/docuserve.css +327 -0
  9. package/docs/data-clone/diagrams/architecture-diagram.excalidraw +1756 -0
  10. package/docs/data-clone/diagrams/architecture-diagram.mmd +8 -0
  11. package/docs/data-clone/diagrams/architecture-diagram.svg +2 -0
  12. package/docs/data-clone/overview.md +2 -32
  13. package/docs/diagrams/configuration-cascade-2.excalidraw +831 -0
  14. package/docs/diagrams/configuration-cascade-2.mmd +8 -0
  15. package/docs/diagrams/configuration-cascade-2.svg +2 -0
  16. package/docs/diagrams/configuration-cascade.excalidraw +831 -0
  17. package/docs/diagrams/configuration-cascade.mmd +8 -0
  18. package/docs/diagrams/configuration-cascade.svg +2 -0
  19. package/docs/diagrams/data-synchronization-pipeline.excalidraw +3278 -0
  20. package/docs/diagrams/data-synchronization-pipeline.mmd +42 -0
  21. package/docs/diagrams/data-synchronization-pipeline.svg +2 -0
  22. package/docs/diagrams/data-transformation-pipeline.excalidraw +2929 -0
  23. package/docs/diagrams/data-transformation-pipeline.mmd +31 -0
  24. package/docs/diagrams/data-transformation-pipeline.svg +2 -0
  25. package/docs/diagrams/docker-deployment.excalidraw +1963 -0
  26. package/docs/diagrams/docker-deployment.mmd +23 -0
  27. package/docs/diagrams/docker-deployment.svg +2 -0
  28. package/docs/diagrams/high-level-system-architecture.excalidraw +5752 -0
  29. package/docs/diagrams/high-level-system-architecture.mmd +66 -0
  30. package/docs/diagrams/high-level-system-architecture.svg +2 -0
  31. package/docs/diagrams/module-structure.excalidraw +15206 -0
  32. package/docs/diagrams/module-structure.mmd +56 -0
  33. package/docs/diagrams/module-structure.svg +2 -0
  34. package/docs/diagrams/sync-mode-comparison.excalidraw +3660 -0
  35. package/docs/diagrams/sync-mode-comparison.mmd +33 -0
  36. package/docs/diagrams/sync-mode-comparison.svg +2 -0
  37. package/docs/implementation-reference.md +2 -58
  38. package/docs/index.html +2 -2
  39. package/docs/retold-catalog.json +388 -284
  40. package/docs/retold-keyword-index.json +24830 -16291
  41. package/example-applications/mapping-demo/README.md +2 -10
  42. package/example-applications/mapping-demo/diagrams/architecture.excalidraw +1866 -0
  43. package/example-applications/mapping-demo/diagrams/architecture.mmd +8 -0
  44. package/example-applications/mapping-demo/diagrams/architecture.svg +2 -0
  45. package/example-applications/mapping-demo/package.json +0 -3
  46. package/example-applications/mapping-demo/web/mapping-demo-editor.js +5 -5
  47. package/example-applications/mapping-demo/web/mapping-demo-editor.min.js +2 -2
  48. package/example-applications/mapping-demo/web/pict.min.js +2 -2
  49. package/package.json +7 -7
  50. package/source/services/clone/Meadow-Service-DeleteCursorStore.js +105 -0
  51. package/source/services/clone/Meadow-Service-Sync-Entity-OngoingEventualConsistency.js +327 -92
  52. package/source/services/clone/Meadow-Service-Sync.js +2 -0
  53. package/test/Meadow-Integration-BisectionSync_test.js +15 -5
  54. package/test/Meadow-Integration-NewStrategies_test.js +15 -5
  55. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteCursor_test.js +228 -0
  56. package/test/Meadow-Integration-OngoingEventualConsistencyDeleteSync_test.js +311 -0
@@ -0,0 +1,1963 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "cluster-Build",
8
+ "type": "rectangle",
9
+ "x": 2,
10
+ "y": -19,
11
+ "width": 1089,
12
+ "height": 271,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 816,
27
+ "version": 1,
28
+ "versionNonce": 816,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "cluster-label-Build",
38
+ "type": "text",
39
+ "x": 2,
40
+ "y": -14,
41
+ "width": 1089,
42
+ "height": 21,
43
+ "angle": 0,
44
+ "strokeColor": "#8A7F72",
45
+ "backgroundColor": "transparent",
46
+ "fillStyle": "solid",
47
+ "strokeWidth": 1,
48
+ "strokeStyle": "solid",
49
+ "roughness": 1,
50
+ "opacity": 100,
51
+ "groupIds": [],
52
+ "frameId": null,
53
+ "roundness": null,
54
+ "seed": 816,
55
+ "version": 1,
56
+ "versionNonce": 816,
57
+ "isDeleted": false,
58
+ "boundElements": null,
59
+ "updated": 1,
60
+ "link": null,
61
+ "locked": false,
62
+ "text": "Docker Build",
63
+ "fontSize": 15,
64
+ "fontFamily": 5,
65
+ "textAlign": "center",
66
+ "verticalAlign": "top",
67
+ "containerId": null,
68
+ "originalText": "Docker Build",
69
+ "autoResize": true,
70
+ "lineHeight": 1.25,
71
+ "index": null
72
+ },
73
+ {
74
+ "id": "cluster-Runtime",
75
+ "type": "rectangle",
76
+ "x": 555,
77
+ "y": 223,
78
+ "width": 857,
79
+ "height": 271,
80
+ "angle": 0,
81
+ "strokeColor": "#8A7F72",
82
+ "backgroundColor": "transparent",
83
+ "fillStyle": "solid",
84
+ "strokeWidth": 1,
85
+ "strokeStyle": "dashed",
86
+ "roughness": 1,
87
+ "opacity": 100,
88
+ "groupIds": [],
89
+ "frameId": null,
90
+ "roundness": {
91
+ "type": 3
92
+ },
93
+ "seed": 732,
94
+ "version": 1,
95
+ "versionNonce": 732,
96
+ "isDeleted": false,
97
+ "boundElements": [],
98
+ "updated": 1,
99
+ "link": null,
100
+ "locked": false,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "cluster-label-Runtime",
105
+ "type": "text",
106
+ "x": 555,
107
+ "y": 228,
108
+ "width": 857,
109
+ "height": 21,
110
+ "angle": 0,
111
+ "strokeColor": "#8A7F72",
112
+ "backgroundColor": "transparent",
113
+ "fillStyle": "solid",
114
+ "strokeWidth": 1,
115
+ "strokeStyle": "solid",
116
+ "roughness": 1,
117
+ "opacity": 100,
118
+ "groupIds": [],
119
+ "frameId": null,
120
+ "roundness": null,
121
+ "seed": 732,
122
+ "version": 1,
123
+ "versionNonce": 732,
124
+ "isDeleted": false,
125
+ "boundElements": null,
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "text": "Docker Runtime",
130
+ "fontSize": 15,
131
+ "fontFamily": 5,
132
+ "textAlign": "center",
133
+ "verticalAlign": "top",
134
+ "containerId": null,
135
+ "originalText": "Docker Runtime",
136
+ "autoResize": true,
137
+ "lineHeight": 1.25,
138
+ "index": null
139
+ },
140
+ {
141
+ "id": "cluster-External",
142
+ "type": "rectangle",
143
+ "x": 1474,
144
+ "y": 223,
145
+ "width": 338,
146
+ "height": 271,
147
+ "angle": 0,
148
+ "strokeColor": "#8A7F72",
149
+ "backgroundColor": "transparent",
150
+ "fillStyle": "solid",
151
+ "strokeWidth": 1,
152
+ "strokeStyle": "dashed",
153
+ "roughness": 1,
154
+ "opacity": 100,
155
+ "groupIds": [],
156
+ "frameId": null,
157
+ "roundness": {
158
+ "type": 3
159
+ },
160
+ "seed": 436,
161
+ "version": 1,
162
+ "versionNonce": 436,
163
+ "isDeleted": false,
164
+ "boundElements": [],
165
+ "updated": 1,
166
+ "link": null,
167
+ "locked": false,
168
+ "index": null
169
+ },
170
+ {
171
+ "id": "cluster-label-External",
172
+ "type": "text",
173
+ "x": 1474,
174
+ "y": 228,
175
+ "width": 338,
176
+ "height": 21,
177
+ "angle": 0,
178
+ "strokeColor": "#8A7F72",
179
+ "backgroundColor": "transparent",
180
+ "fillStyle": "solid",
181
+ "strokeWidth": 1,
182
+ "strokeStyle": "solid",
183
+ "roughness": 1,
184
+ "opacity": 100,
185
+ "groupIds": [],
186
+ "frameId": null,
187
+ "roundness": null,
188
+ "seed": 436,
189
+ "version": 1,
190
+ "versionNonce": 436,
191
+ "isDeleted": false,
192
+ "boundElements": null,
193
+ "updated": 1,
194
+ "link": null,
195
+ "locked": false,
196
+ "text": "External",
197
+ "fontSize": 15,
198
+ "fontFamily": 5,
199
+ "textAlign": "center",
200
+ "verticalAlign": "top",
201
+ "containerId": null,
202
+ "originalText": "External",
203
+ "autoResize": true,
204
+ "lineHeight": 1.25,
205
+ "index": null
206
+ },
207
+ {
208
+ "id": "shape-BASE-000000io",
209
+ "type": "rectangle",
210
+ "x": 61,
211
+ "y": 59,
212
+ "width": 208,
213
+ "height": 56,
214
+ "angle": 0,
215
+ "strokeColor": "#1B1F23",
216
+ "backgroundColor": "transparent",
217
+ "fillStyle": "solid",
218
+ "strokeWidth": 2,
219
+ "strokeStyle": "solid",
220
+ "roughness": 1,
221
+ "opacity": 100,
222
+ "groupIds": [],
223
+ "frameId": null,
224
+ "roundness": {
225
+ "type": 3
226
+ },
227
+ "seed": 672,
228
+ "version": 1,
229
+ "versionNonce": 672,
230
+ "isDeleted": false,
231
+ "boundElements": [
232
+ {
233
+ "id": "label-BASE-00000060",
234
+ "type": "text"
235
+ },
236
+ {
237
+ "id": "arrow-BASE-DEPS-000000cx",
238
+ "type": "arrow"
239
+ }
240
+ ],
241
+ "updated": 1,
242
+ "link": null,
243
+ "locked": false,
244
+ "index": null
245
+ },
246
+ {
247
+ "id": "label-BASE-00000060",
248
+ "type": "text",
249
+ "x": 69,
250
+ "y": 74.5,
251
+ "width": 192,
252
+ "height": 25,
253
+ "angle": 0,
254
+ "strokeColor": "#1B1F23",
255
+ "backgroundColor": "transparent",
256
+ "fillStyle": "solid",
257
+ "strokeWidth": 1,
258
+ "strokeStyle": "solid",
259
+ "roughness": 1,
260
+ "opacity": 100,
261
+ "groupIds": [],
262
+ "frameId": null,
263
+ "roundness": null,
264
+ "seed": 216,
265
+ "version": 1,
266
+ "versionNonce": 216,
267
+ "isDeleted": false,
268
+ "boundElements": null,
269
+ "updated": 1,
270
+ "link": null,
271
+ "locked": false,
272
+ "text": "node:20-bookworm",
273
+ "fontSize": 20,
274
+ "fontFamily": 5,
275
+ "textAlign": "center",
276
+ "verticalAlign": "middle",
277
+ "baseline": 15,
278
+ "containerId": "shape-BASE-000000io",
279
+ "originalText": "node:20-bookworm",
280
+ "autoResize": true,
281
+ "lineHeight": 1.25,
282
+ "index": null
283
+ },
284
+ {
285
+ "id": "shape-DEPS-000000r1",
286
+ "type": "rectangle",
287
+ "x": 359,
288
+ "y": 59,
289
+ "width": 120,
290
+ "height": 56,
291
+ "angle": 0,
292
+ "strokeColor": "#1B1F23",
293
+ "backgroundColor": "transparent",
294
+ "fillStyle": "solid",
295
+ "strokeWidth": 2,
296
+ "strokeStyle": "solid",
297
+ "roughness": 1,
298
+ "opacity": 100,
299
+ "groupIds": [],
300
+ "frameId": null,
301
+ "roundness": {
302
+ "type": 3
303
+ },
304
+ "seed": 973,
305
+ "version": 1,
306
+ "versionNonce": 973,
307
+ "isDeleted": false,
308
+ "boundElements": [
309
+ {
310
+ "id": "label-DEPS-000000lk",
311
+ "type": "text"
312
+ },
313
+ {
314
+ "id": "arrow-DEPS-mit-000000a0",
315
+ "type": "arrow"
316
+ },
317
+ {
318
+ "id": "arrow-BASE-DEPS-000000cx",
319
+ "type": "arrow"
320
+ },
321
+ {
322
+ "id": "arrow-DEPS-SRC-000000h4",
323
+ "type": "arrow"
324
+ }
325
+ ],
326
+ "updated": 1,
327
+ "link": null,
328
+ "locked": false,
329
+ "index": null
330
+ },
331
+ {
332
+ "id": "label-DEPS-000000lk",
333
+ "type": "text",
334
+ "x": 367,
335
+ "y": 74.5,
336
+ "width": 104,
337
+ "height": 25,
338
+ "angle": 0,
339
+ "strokeColor": "#1B1F23",
340
+ "backgroundColor": "transparent",
341
+ "fillStyle": "solid",
342
+ "strokeWidth": 1,
343
+ "strokeStyle": "solid",
344
+ "roughness": 1,
345
+ "opacity": 100,
346
+ "groupIds": [],
347
+ "frameId": null,
348
+ "roundness": null,
349
+ "seed": 776,
350
+ "version": 1,
351
+ "versionNonce": 776,
352
+ "isDeleted": false,
353
+ "boundElements": null,
354
+ "updated": 1,
355
+ "link": null,
356
+ "locked": false,
357
+ "text": "DEPS",
358
+ "fontSize": 20,
359
+ "fontFamily": 5,
360
+ "textAlign": "center",
361
+ "verticalAlign": "middle",
362
+ "baseline": 15,
363
+ "containerId": "shape-DEPS-000000r1",
364
+ "originalText": "DEPS",
365
+ "autoResize": true,
366
+ "lineHeight": 1.25,
367
+ "index": null
368
+ },
369
+ {
370
+ "id": "shape-mit-0000008k",
371
+ "type": "rectangle",
372
+ "x": 763,
373
+ "y": 150,
374
+ "width": 120,
375
+ "height": 56,
376
+ "angle": 0,
377
+ "strokeColor": "#1B1F23",
378
+ "backgroundColor": "transparent",
379
+ "fillStyle": "solid",
380
+ "strokeWidth": 2,
381
+ "strokeStyle": "solid",
382
+ "roughness": 1,
383
+ "opacity": 100,
384
+ "groupIds": [],
385
+ "frameId": null,
386
+ "roundness": {
387
+ "type": 3
388
+ },
389
+ "seed": 308,
390
+ "version": 1,
391
+ "versionNonce": 308,
392
+ "isDeleted": false,
393
+ "boundElements": [
394
+ {
395
+ "id": "label-mit-000000e0",
396
+ "type": "text"
397
+ },
398
+ {
399
+ "id": "arrow-DEPS-mit-000000a0",
400
+ "type": "arrow"
401
+ }
402
+ ],
403
+ "updated": 1,
404
+ "link": null,
405
+ "locked": false,
406
+ "index": null
407
+ },
408
+ {
409
+ "id": "label-mit-000000e0",
410
+ "type": "text",
411
+ "x": 771,
412
+ "y": 165.5,
413
+ "width": 104,
414
+ "height": 25,
415
+ "angle": 0,
416
+ "strokeColor": "#1B1F23",
417
+ "backgroundColor": "transparent",
418
+ "fillStyle": "solid",
419
+ "strokeWidth": 1,
420
+ "strokeStyle": "solid",
421
+ "roughness": 1,
422
+ "opacity": 100,
423
+ "groupIds": [],
424
+ "frameId": null,
425
+ "roundness": null,
426
+ "seed": 504,
427
+ "version": 1,
428
+ "versionNonce": 504,
429
+ "isDeleted": false,
430
+ "boundElements": null,
431
+ "updated": 1,
432
+ "link": null,
433
+ "locked": false,
434
+ "text": "mit",
435
+ "fontSize": 20,
436
+ "fontFamily": 5,
437
+ "textAlign": "center",
438
+ "verticalAlign": "middle",
439
+ "baseline": 15,
440
+ "containerId": "shape-mit-0000008k",
441
+ "originalText": "mit",
442
+ "autoResize": true,
443
+ "lineHeight": 1.25,
444
+ "index": null
445
+ },
446
+ {
447
+ "id": "shape-SRC-000000n4",
448
+ "type": "rectangle",
449
+ "x": 692,
450
+ "y": 49,
451
+ "width": 263,
452
+ "height": 56,
453
+ "angle": 0,
454
+ "strokeColor": "#1B1F23",
455
+ "backgroundColor": "transparent",
456
+ "fillStyle": "solid",
457
+ "strokeWidth": 2,
458
+ "strokeStyle": "solid",
459
+ "roughness": 1,
460
+ "opacity": 100,
461
+ "groupIds": [],
462
+ "frameId": null,
463
+ "roundness": {
464
+ "type": 3
465
+ },
466
+ "seed": 832,
467
+ "version": 1,
468
+ "versionNonce": 832,
469
+ "isDeleted": false,
470
+ "boundElements": [
471
+ {
472
+ "id": "label-SRC-000000gt",
473
+ "type": "text"
474
+ },
475
+ {
476
+ "id": "arrow-DEPS-SRC-000000h4",
477
+ "type": "arrow"
478
+ },
479
+ {
480
+ "id": "arrow-SRC-RUN-0000009w",
481
+ "type": "arrow"
482
+ }
483
+ ],
484
+ "updated": 1,
485
+ "link": null,
486
+ "locked": false,
487
+ "index": null
488
+ },
489
+ {
490
+ "id": "label-SRC-000000gt",
491
+ "type": "text",
492
+ "x": 700,
493
+ "y": 64.5,
494
+ "width": 247,
495
+ "height": 25,
496
+ "angle": 0,
497
+ "strokeColor": "#1B1F23",
498
+ "backgroundColor": "transparent",
499
+ "fillStyle": "solid",
500
+ "strokeWidth": 1,
501
+ "strokeStyle": "solid",
502
+ "roughness": 1,
503
+ "opacity": 100,
504
+ "groupIds": [],
505
+ "frameId": null,
506
+ "roundness": null,
507
+ "seed": 605,
508
+ "version": 1,
509
+ "versionNonce": 605,
510
+ "isDeleted": false,
511
+ "boundElements": null,
512
+ "updated": 1,
513
+ "link": null,
514
+ "locked": false,
515
+ "text": "Copy source + scripts",
516
+ "fontSize": 20,
517
+ "fontFamily": 5,
518
+ "textAlign": "center",
519
+ "verticalAlign": "middle",
520
+ "baseline": 15,
521
+ "containerId": "shape-SRC-000000n4",
522
+ "originalText": "Copy source + scripts",
523
+ "autoResize": true,
524
+ "lineHeight": 1.25,
525
+ "index": null
526
+ },
527
+ {
528
+ "id": "shape-CFG-000000m8",
529
+ "type": "rectangle",
530
+ "x": 614,
531
+ "y": 291,
532
+ "width": 418,
533
+ "height": 56,
534
+ "angle": 0,
535
+ "strokeColor": "#1B1F23",
536
+ "backgroundColor": "transparent",
537
+ "fillStyle": "solid",
538
+ "strokeWidth": 2,
539
+ "strokeStyle": "solid",
540
+ "roughness": 1,
541
+ "opacity": 100,
542
+ "groupIds": [],
543
+ "frameId": null,
544
+ "roundness": {
545
+ "type": 3
546
+ },
547
+ "seed": 800,
548
+ "version": 1,
549
+ "versionNonce": 800,
550
+ "isDeleted": false,
551
+ "boundElements": [
552
+ {
553
+ "id": "label-CFG-000000md",
554
+ "type": "text"
555
+ },
556
+ {
557
+ "id": "arrow-CFG-RUN-0000006s",
558
+ "type": "arrow"
559
+ }
560
+ ],
561
+ "updated": 1,
562
+ "link": null,
563
+ "locked": false,
564
+ "index": null
565
+ },
566
+ {
567
+ "id": "label-CFG-000000md",
568
+ "type": "text",
569
+ "x": 622,
570
+ "y": 306.5,
571
+ "width": 402,
572
+ "height": 25,
573
+ "angle": 0,
574
+ "strokeColor": "#1B1F23",
575
+ "backgroundColor": "transparent",
576
+ "fillStyle": "solid",
577
+ "strokeWidth": 1,
578
+ "strokeStyle": "solid",
579
+ "roughness": 1,
580
+ "opacity": 100,
581
+ "groupIds": [],
582
+ "frameId": null,
583
+ "roundness": null,
584
+ "seed": 805,
585
+ "version": 1,
586
+ "versionNonce": 805,
587
+ "isDeleted": false,
588
+ "boundElements": null,
589
+ "updated": 1,
590
+ "link": null,
591
+ "locked": false,
592
+ "text": ".meadow.config.json\\n(volume mount)",
593
+ "fontSize": 20,
594
+ "fontFamily": 5,
595
+ "textAlign": "center",
596
+ "verticalAlign": "middle",
597
+ "baseline": 15,
598
+ "containerId": "shape-CFG-000000m8",
599
+ "originalText": ".meadow.config.json\\n(volume mount)",
600
+ "autoResize": true,
601
+ "lineHeight": 1.25,
602
+ "index": null
603
+ },
604
+ {
605
+ "id": "shape-SCHEMA-0000002t",
606
+ "type": "rectangle",
607
+ "x": 637,
608
+ "y": 392,
609
+ "width": 373,
610
+ "height": 56,
611
+ "angle": 0,
612
+ "strokeColor": "#1B1F23",
613
+ "backgroundColor": "transparent",
614
+ "fillStyle": "solid",
615
+ "strokeWidth": 2,
616
+ "strokeStyle": "solid",
617
+ "roughness": 1,
618
+ "opacity": 100,
619
+ "groupIds": [],
620
+ "frameId": null,
621
+ "roundness": {
622
+ "type": 3
623
+ },
624
+ "seed": 101,
625
+ "version": 1,
626
+ "versionNonce": 101,
627
+ "isDeleted": false,
628
+ "boundElements": [
629
+ {
630
+ "id": "label-SCHEMA-00000044",
631
+ "type": "text"
632
+ },
633
+ {
634
+ "id": "arrow-SCHEMA-RUN-0000007g",
635
+ "type": "arrow"
636
+ }
637
+ ],
638
+ "updated": 1,
639
+ "link": null,
640
+ "locked": false,
641
+ "index": null
642
+ },
643
+ {
644
+ "id": "label-SCHEMA-00000044",
645
+ "type": "text",
646
+ "x": 645,
647
+ "y": 407.5,
648
+ "width": 357,
649
+ "height": 25,
650
+ "angle": 0,
651
+ "strokeColor": "#1B1F23",
652
+ "backgroundColor": "transparent",
653
+ "fillStyle": "solid",
654
+ "strokeWidth": 1,
655
+ "strokeStyle": "solid",
656
+ "roughness": 1,
657
+ "opacity": 100,
658
+ "groupIds": [],
659
+ "frameId": null,
660
+ "roundness": null,
661
+ "seed": 148,
662
+ "version": 1,
663
+ "versionNonce": 148,
664
+ "isDeleted": false,
665
+ "boundElements": null,
666
+ "updated": 1,
667
+ "link": null,
668
+ "locked": false,
669
+ "text": "Extended Schema\\n(volume mount)",
670
+ "fontSize": 20,
671
+ "fontFamily": 5,
672
+ "textAlign": "center",
673
+ "verticalAlign": "middle",
674
+ "baseline": 15,
675
+ "containerId": "shape-SCHEMA-0000002t",
676
+ "originalText": "Extended Schema\\n(volume mount)",
677
+ "autoResize": true,
678
+ "lineHeight": 1.25,
679
+ "index": null
680
+ },
681
+ {
682
+ "id": "shape-RUN-000000ow",
683
+ "type": "rectangle",
684
+ "x": 1167,
685
+ "y": 291,
686
+ "width": 186,
687
+ "height": 56,
688
+ "angle": 0,
689
+ "strokeColor": "#1B1F23",
690
+ "backgroundColor": "transparent",
691
+ "fillStyle": "solid",
692
+ "strokeWidth": 2,
693
+ "strokeStyle": "solid",
694
+ "roughness": 1,
695
+ "opacity": 100,
696
+ "groupIds": [],
697
+ "frameId": null,
698
+ "roundness": {
699
+ "type": 3
700
+ },
701
+ "seed": 896,
702
+ "version": 1,
703
+ "versionNonce": 896,
704
+ "isDeleted": false,
705
+ "boundElements": [
706
+ {
707
+ "id": "label-RUN-000000nw",
708
+ "type": "text"
709
+ },
710
+ {
711
+ "id": "arrow-SRC-RUN-0000009w",
712
+ "type": "arrow"
713
+ },
714
+ {
715
+ "id": "arrow-CFG-RUN-0000006s",
716
+ "type": "arrow"
717
+ },
718
+ {
719
+ "id": "arrow-SCHEMA-RUN-0000007g",
720
+ "type": "arrow"
721
+ },
722
+ {
723
+ "id": "arrow-RUN-REMOTE-000000l0",
724
+ "type": "arrow"
725
+ },
726
+ {
727
+ "id": "arrow-RUN-LOCAL-000000iw",
728
+ "type": "arrow"
729
+ }
730
+ ],
731
+ "updated": 1,
732
+ "link": null,
733
+ "locked": false,
734
+ "index": null
735
+ },
736
+ {
737
+ "id": "label-RUN-000000nw",
738
+ "type": "text",
739
+ "x": 1175,
740
+ "y": 306.5,
741
+ "width": 170,
742
+ "height": 25,
743
+ "angle": 0,
744
+ "strokeColor": "#1B1F23",
745
+ "backgroundColor": "transparent",
746
+ "fillStyle": "solid",
747
+ "strokeWidth": 1,
748
+ "strokeStyle": "solid",
749
+ "roughness": 1,
750
+ "opacity": 100,
751
+ "groupIds": [],
752
+ "frameId": null,
753
+ "roundness": null,
754
+ "seed": 860,
755
+ "version": 1,
756
+ "versionNonce": 860,
757
+ "isDeleted": false,
758
+ "boundElements": null,
759
+ "updated": 1,
760
+ "link": null,
761
+ "locked": false,
762
+ "text": "scripts/run.sh",
763
+ "fontSize": 20,
764
+ "fontFamily": 5,
765
+ "textAlign": "center",
766
+ "verticalAlign": "middle",
767
+ "baseline": 15,
768
+ "containerId": "shape-RUN-000000ow",
769
+ "originalText": "scripts/run.sh",
770
+ "autoResize": true,
771
+ "lineHeight": 1.25,
772
+ "index": null
773
+ },
774
+ {
775
+ "id": "shape-REMOTE-000000bg",
776
+ "type": "rectangle",
777
+ "x": 1533,
778
+ "y": 392,
779
+ "width": 220,
780
+ "height": 56,
781
+ "angle": 0,
782
+ "strokeColor": "#1B1F23",
783
+ "backgroundColor": "transparent",
784
+ "fillStyle": "solid",
785
+ "strokeWidth": 2,
786
+ "strokeStyle": "solid",
787
+ "roughness": 1,
788
+ "opacity": 100,
789
+ "groupIds": [],
790
+ "frameId": null,
791
+ "roundness": {
792
+ "type": 3
793
+ },
794
+ "seed": 412,
795
+ "version": 1,
796
+ "versionNonce": 412,
797
+ "isDeleted": false,
798
+ "boundElements": [
799
+ {
800
+ "id": "label-REMOTE-000000cw",
801
+ "type": "text"
802
+ },
803
+ {
804
+ "id": "arrow-RUN-REMOTE-000000l0",
805
+ "type": "arrow"
806
+ }
807
+ ],
808
+ "updated": 1,
809
+ "link": null,
810
+ "locked": false,
811
+ "index": null
812
+ },
813
+ {
814
+ "id": "label-REMOTE-000000cw",
815
+ "type": "text",
816
+ "x": 1541,
817
+ "y": 407.5,
818
+ "width": 204,
819
+ "height": 25,
820
+ "angle": 0,
821
+ "strokeColor": "#1B1F23",
822
+ "backgroundColor": "transparent",
823
+ "fillStyle": "solid",
824
+ "strokeWidth": 1,
825
+ "strokeStyle": "solid",
826
+ "roughness": 1,
827
+ "opacity": 100,
828
+ "groupIds": [],
829
+ "frameId": null,
830
+ "roundness": null,
831
+ "seed": 464,
832
+ "version": 1,
833
+ "versionNonce": 464,
834
+ "isDeleted": false,
835
+ "boundElements": null,
836
+ "updated": 1,
837
+ "link": null,
838
+ "locked": false,
839
+ "text": "Remote Meadow API",
840
+ "fontSize": 20,
841
+ "fontFamily": 5,
842
+ "textAlign": "center",
843
+ "verticalAlign": "middle",
844
+ "baseline": 15,
845
+ "containerId": "shape-REMOTE-000000bg",
846
+ "originalText": "Remote Meadow API",
847
+ "autoResize": true,
848
+ "lineHeight": 1.25,
849
+ "index": null
850
+ },
851
+ {
852
+ "id": "shape-LOCAL-0000009s",
853
+ "type": "rectangle",
854
+ "x": 1550,
855
+ "y": 291,
856
+ "width": 186,
857
+ "height": 56,
858
+ "angle": 0,
859
+ "strokeColor": "#1B1F23",
860
+ "backgroundColor": "transparent",
861
+ "fillStyle": "solid",
862
+ "strokeWidth": 2,
863
+ "strokeStyle": "solid",
864
+ "roughness": 1,
865
+ "opacity": 100,
866
+ "groupIds": [],
867
+ "frameId": null,
868
+ "roundness": {
869
+ "type": 3
870
+ },
871
+ "seed": 352,
872
+ "version": 1,
873
+ "versionNonce": 352,
874
+ "isDeleted": false,
875
+ "boundElements": [
876
+ {
877
+ "id": "label-LOCAL-000000c9",
878
+ "type": "text"
879
+ },
880
+ {
881
+ "id": "arrow-RUN-LOCAL-000000iw",
882
+ "type": "arrow"
883
+ }
884
+ ],
885
+ "updated": 1,
886
+ "link": null,
887
+ "locked": false,
888
+ "index": null
889
+ },
890
+ {
891
+ "id": "label-LOCAL-000000c9",
892
+ "type": "text",
893
+ "x": 1558,
894
+ "y": 306.5,
895
+ "width": 170,
896
+ "height": 25,
897
+ "angle": 0,
898
+ "strokeColor": "#1B1F23",
899
+ "backgroundColor": "transparent",
900
+ "fillStyle": "solid",
901
+ "strokeWidth": 1,
902
+ "strokeStyle": "solid",
903
+ "roughness": 1,
904
+ "opacity": 100,
905
+ "groupIds": [],
906
+ "frameId": null,
907
+ "roundness": null,
908
+ "seed": 441,
909
+ "version": 1,
910
+ "versionNonce": 441,
911
+ "isDeleted": false,
912
+ "boundElements": null,
913
+ "updated": 1,
914
+ "link": null,
915
+ "locked": false,
916
+ "text": "Local Database",
917
+ "fontSize": 20,
918
+ "fontFamily": 5,
919
+ "textAlign": "center",
920
+ "verticalAlign": "middle",
921
+ "baseline": 15,
922
+ "containerId": "shape-LOCAL-0000009s",
923
+ "originalText": "Local Database",
924
+ "autoResize": true,
925
+ "lineHeight": 1.25,
926
+ "index": null
927
+ },
928
+ {
929
+ "id": "arrow-DEPS-mit-000000a0",
930
+ "type": "arrow",
931
+ "x": 479,
932
+ "y": 92.97333333333333,
933
+ "width": 284,
934
+ "height": 85.02666666666667,
935
+ "angle": 0,
936
+ "strokeColor": "#2E7D74",
937
+ "backgroundColor": "transparent",
938
+ "fillStyle": "solid",
939
+ "strokeWidth": 2,
940
+ "strokeStyle": "solid",
941
+ "roughness": 1,
942
+ "opacity": 100,
943
+ "groupIds": [],
944
+ "frameId": null,
945
+ "roundness": null,
946
+ "seed": 360,
947
+ "version": 1,
948
+ "versionNonce": 360,
949
+ "isDeleted": false,
950
+ "boundElements": [],
951
+ "updated": 1,
952
+ "link": null,
953
+ "locked": false,
954
+ "points": [
955
+ [
956
+ 0,
957
+ 0
958
+ ],
959
+ [
960
+ 16,
961
+ 0
962
+ ],
963
+ [
964
+ 30.58765432098761,
965
+ 0.7581252857795988
966
+ ],
967
+ [
968
+ 44.967901234567876,
969
+ 2.915866483767701
970
+ ],
971
+ [
972
+ 59.16666666666674,
973
+ 6.298271604938293
974
+ ],
975
+ [
976
+ 73.20987654320993,
977
+ 10.73038866026522
978
+ ],
979
+ [
980
+ 87.12345679012356,
981
+ 16.037265660722454
982
+ ],
983
+ [
984
+ 100.9333333333334,
985
+ 22.043950617283954
986
+ ],
987
+ [
988
+ 114.66543209876556,
989
+ 28.57549154092365
990
+ ],
991
+ [
992
+ 128.34567901234573,
993
+ 35.456936442615444
994
+ ],
995
+ [
996
+ 142,
997
+ 42.51333333333335
998
+ ],
999
+ [
1000
+ 155.65432098765427,
1001
+ 49.56973022405123
1002
+ ],
1003
+ [
1004
+ 169.33456790123455,
1005
+ 56.45117512574305
1006
+ ],
1007
+ [
1008
+ 183.0666666666666,
1009
+ 62.9827160493827
1010
+ ],
1011
+ [
1012
+ 196.87654320987656,
1013
+ 68.98940100594425
1014
+ ],
1015
+ [
1016
+ 210.79012345679007,
1017
+ 74.29627800640148
1018
+ ],
1019
+ [
1020
+ 224.83333333333337,
1021
+ 78.7283950617284
1022
+ ],
1023
+ [
1024
+ 239.03209876543212,
1025
+ 82.11080018289897
1026
+ ],
1027
+ [
1028
+ 253.41234567901233,
1029
+ 84.26854138088706
1030
+ ],
1031
+ [
1032
+ 268,
1033
+ 85.02666666666667
1034
+ ],
1035
+ [
1036
+ 284,
1037
+ 85.02666666666667
1038
+ ]
1039
+ ],
1040
+ "lastCommittedPoint": null,
1041
+ "startBinding": {
1042
+ "elementId": "shape-DEPS-000000r1",
1043
+ "focus": 0,
1044
+ "gap": 8
1045
+ },
1046
+ "endBinding": {
1047
+ "elementId": "shape-mit-0000008k",
1048
+ "focus": 0,
1049
+ "gap": 8
1050
+ },
1051
+ "startArrowhead": null,
1052
+ "endArrowhead": "arrow",
1053
+ "elbowed": false,
1054
+ "index": null
1055
+ },
1056
+ {
1057
+ "id": "arrow-BASE-DEPS-000000cx",
1058
+ "type": "arrow",
1059
+ "x": 269,
1060
+ "y": 87,
1061
+ "width": 90,
1062
+ "height": 2.842170943040401e-14,
1063
+ "angle": 0,
1064
+ "strokeColor": "#2E7D74",
1065
+ "backgroundColor": "transparent",
1066
+ "fillStyle": "solid",
1067
+ "strokeWidth": 2,
1068
+ "strokeStyle": "solid",
1069
+ "roughness": 1,
1070
+ "opacity": 100,
1071
+ "groupIds": [],
1072
+ "frameId": null,
1073
+ "roundness": null,
1074
+ "seed": 465,
1075
+ "version": 1,
1076
+ "versionNonce": 465,
1077
+ "isDeleted": false,
1078
+ "boundElements": [],
1079
+ "updated": 1,
1080
+ "link": null,
1081
+ "locked": false,
1082
+ "points": [
1083
+ [
1084
+ 0,
1085
+ 0
1086
+ ],
1087
+ [
1088
+ 16,
1089
+ 0
1090
+ ],
1091
+ [
1092
+ 19.875171467764005,
1093
+ -1.4210854715202004e-14
1094
+ ],
1095
+ [
1096
+ 23.51989026063103,
1097
+ 0
1098
+ ],
1099
+ [
1100
+ 26.962962962963047,
1101
+ 1.4210854715202004e-14
1102
+ ],
1103
+ [
1104
+ 30.233196159122144,
1105
+ 1.4210854715202004e-14
1106
+ ],
1107
+ [
1108
+ 33.35939643347052,
1109
+ -1.4210854715202004e-14
1110
+ ],
1111
+ [
1112
+ 36.37037037037044,
1113
+ 1.4210854715202004e-14
1114
+ ],
1115
+ [
1116
+ 39.294924554183865,
1117
+ 1.4210854715202004e-14
1118
+ ],
1119
+ [
1120
+ 42.161865569273004,
1121
+ 0
1122
+ ],
1123
+ [
1124
+ 45,
1125
+ 0
1126
+ ],
1127
+ [
1128
+ 47.83813443072705,
1129
+ 0
1130
+ ],
1131
+ [
1132
+ 50.70507544581619,
1133
+ 0
1134
+ ],
1135
+ [
1136
+ 53.62962962962962,
1137
+ 0
1138
+ ],
1139
+ [
1140
+ 56.640603566529535,
1141
+ 0
1142
+ ],
1143
+ [
1144
+ 59.76680384087791,
1145
+ 0
1146
+ ],
1147
+ [
1148
+ 63.03703703703707,
1149
+ 0
1150
+ ],
1151
+ [
1152
+ 66.48010973936903,
1153
+ 0
1154
+ ],
1155
+ [
1156
+ 70.12482853223594,
1157
+ 0
1158
+ ],
1159
+ [
1160
+ 74,
1161
+ 0
1162
+ ],
1163
+ [
1164
+ 90,
1165
+ 0
1166
+ ]
1167
+ ],
1168
+ "lastCommittedPoint": null,
1169
+ "startBinding": {
1170
+ "elementId": "shape-BASE-000000io",
1171
+ "focus": 0,
1172
+ "gap": 8
1173
+ },
1174
+ "endBinding": {
1175
+ "elementId": "shape-DEPS-000000r1",
1176
+ "focus": 0,
1177
+ "gap": 8
1178
+ },
1179
+ "startArrowhead": null,
1180
+ "endArrowhead": "arrow",
1181
+ "elbowed": false,
1182
+ "index": null
1183
+ },
1184
+ {
1185
+ "id": "arrow-DEPS-SRC-000000h4",
1186
+ "type": "arrow",
1187
+ "x": 479,
1188
+ "y": 81.02666666666667,
1189
+ "width": 213,
1190
+ "height": 4.026666666666671,
1191
+ "angle": 0,
1192
+ "strokeColor": "#2E7D74",
1193
+ "backgroundColor": "transparent",
1194
+ "fillStyle": "solid",
1195
+ "strokeWidth": 2,
1196
+ "strokeStyle": "solid",
1197
+ "roughness": 1,
1198
+ "opacity": 100,
1199
+ "groupIds": [],
1200
+ "frameId": null,
1201
+ "roundness": null,
1202
+ "seed": 616,
1203
+ "version": 1,
1204
+ "versionNonce": 616,
1205
+ "isDeleted": false,
1206
+ "boundElements": [],
1207
+ "updated": 1,
1208
+ "link": null,
1209
+ "locked": false,
1210
+ "points": [
1211
+ [
1212
+ 0,
1213
+ 0
1214
+ ],
1215
+ [
1216
+ 16,
1217
+ 0
1218
+ ],
1219
+ [
1220
+ 26.477640603566556,
1221
+ -0.035903063557384485
1222
+ ],
1223
+ [
1224
+ 36.80631001371728,
1225
+ -0.1380887059899436
1226
+ ],
1227
+ [
1228
+ 47.004629629629676,
1229
+ -0.29827160493825033
1230
+ ],
1231
+ [
1232
+ 57.09122085048011,
1233
+ -0.5081664380429771
1234
+ ],
1235
+ [
1236
+ 67.08470507544587,
1237
+ -0.7594878829446827
1238
+ ],
1239
+ [
1240
+ 77.00370370370376,
1241
+ -1.0439506172839401
1242
+ ],
1243
+ [
1244
+ 86.86683813443074,
1245
+ -1.3532693187014075
1246
+ ],
1247
+ [
1248
+ 96.69272976680384,
1249
+ -1.6791586648376722
1250
+ ],
1251
+ [
1252
+ 106.5,
1253
+ -2.0133333333333354
1254
+ ],
1255
+ [
1256
+ 116.30727023319616,
1257
+ -2.3475080018289844
1258
+ ],
1259
+ [
1260
+ 126.13316186556926,
1261
+ -2.673397347965249
1262
+ ],
1263
+ [
1264
+ 135.99629629629635,
1265
+ -2.9827160493827165
1266
+ ],
1267
+ [
1268
+ 145.91529492455425,
1269
+ -3.267178783721988
1270
+ ],
1271
+ [
1272
+ 155.9087791495199,
1273
+ -3.5185002286236795
1274
+ ],
1275
+ [
1276
+ 165.99537037037044,
1277
+ -3.728395061728392
1278
+ ],
1279
+ [
1280
+ 176.1936899862826,
1281
+ -3.8885779606767272
1282
+ ],
1283
+ [
1284
+ 186.52235939643356,
1285
+ -3.9907636031092864
1286
+ ],
1287
+ [
1288
+ 197,
1289
+ -4.026666666666671
1290
+ ],
1291
+ [
1292
+ 213,
1293
+ -4.026666666666671
1294
+ ]
1295
+ ],
1296
+ "lastCommittedPoint": null,
1297
+ "startBinding": {
1298
+ "elementId": "shape-DEPS-000000r1",
1299
+ "focus": 0,
1300
+ "gap": 8
1301
+ },
1302
+ "endBinding": {
1303
+ "elementId": "shape-SRC-000000n4",
1304
+ "focus": 0,
1305
+ "gap": 8
1306
+ },
1307
+ "startArrowhead": null,
1308
+ "endArrowhead": "arrow",
1309
+ "elbowed": false,
1310
+ "index": null
1311
+ },
1312
+ {
1313
+ "id": "arrow-SRC-RUN-0000009w",
1314
+ "type": "arrow",
1315
+ "x": 955,
1316
+ "y": 77,
1317
+ "width": 212,
1318
+ "height": 233.04000000000002,
1319
+ "angle": 0,
1320
+ "strokeColor": "#2E7D74",
1321
+ "backgroundColor": "transparent",
1322
+ "fillStyle": "solid",
1323
+ "strokeWidth": 2,
1324
+ "strokeStyle": "solid",
1325
+ "roughness": 1,
1326
+ "opacity": 100,
1327
+ "groupIds": [],
1328
+ "frameId": null,
1329
+ "roundness": null,
1330
+ "seed": 356,
1331
+ "version": 1,
1332
+ "versionNonce": 356,
1333
+ "isDeleted": false,
1334
+ "boundElements": [],
1335
+ "updated": 1,
1336
+ "link": null,
1337
+ "locked": false,
1338
+ "points": [
1339
+ [
1340
+ 0,
1341
+ 0
1342
+ ],
1343
+ [
1344
+ 16,
1345
+ 0
1346
+ ],
1347
+ [
1348
+ 26.419753086419746,
1349
+ 2.0778600823045252
1350
+ ],
1351
+ [
1352
+ 36.69135802469134,
1353
+ 7.991769547325077
1354
+ ],
1355
+ [
1356
+ 46.83333333333337,
1357
+ 17.262222222222235
1358
+ ],
1359
+ [
1360
+ 56.8641975308642,
1361
+ 29.409711934156377
1362
+ ],
1363
+ [
1364
+ 66.80246913580254,
1365
+ 43.95473251028807
1366
+ ],
1367
+ [
1368
+ 76.66666666666674,
1369
+ 60.417777777777786
1370
+ ],
1371
+ [
1372
+ 86.47530864197552,
1373
+ 78.31934156378605
1374
+ ],
1375
+ [
1376
+ 96.24691358024711,
1377
+ 97.17991769547328
1378
+ ],
1379
+ [
1380
+ 106,
1381
+ 116.52000000000001
1382
+ ],
1383
+ [
1384
+ 115.75308641975312,
1385
+ 135.86008230452677
1386
+ ],
1387
+ [
1388
+ 125.52469135802448,
1389
+ 154.72065843621402
1390
+ ],
1391
+ [
1392
+ 135.33333333333326,
1393
+ 172.6222222222222
1394
+ ],
1395
+ [
1396
+ 145.1975308641977,
1397
+ 189.08526748971195
1398
+ ],
1399
+ [
1400
+ 155.1358024691358,
1401
+ 203.63028806584367
1402
+ ],
1403
+ [
1404
+ 165.16666666666697,
1405
+ 215.77777777777783
1406
+ ],
1407
+ [
1408
+ 175.30864197530877,
1409
+ 225.04823045267494
1410
+ ],
1411
+ [
1412
+ 185.58024691358014,
1413
+ 230.96213991769548
1414
+ ],
1415
+ [
1416
+ 196,
1417
+ 233.04000000000002
1418
+ ],
1419
+ [
1420
+ 212,
1421
+ 233.04000000000002
1422
+ ]
1423
+ ],
1424
+ "lastCommittedPoint": null,
1425
+ "startBinding": {
1426
+ "elementId": "shape-SRC-000000n4",
1427
+ "focus": 0,
1428
+ "gap": 8
1429
+ },
1430
+ "endBinding": {
1431
+ "elementId": "shape-RUN-000000ow",
1432
+ "focus": 0,
1433
+ "gap": 8
1434
+ },
1435
+ "startArrowhead": null,
1436
+ "endArrowhead": "arrow",
1437
+ "elbowed": false,
1438
+ "index": null
1439
+ },
1440
+ {
1441
+ "id": "arrow-CFG-RUN-0000006s",
1442
+ "type": "arrow",
1443
+ "x": 1032,
1444
+ "y": 319,
1445
+ "width": 135,
1446
+ "height": 1.1368683772161603e-13,
1447
+ "angle": 0,
1448
+ "strokeColor": "#2E7D74",
1449
+ "backgroundColor": "transparent",
1450
+ "fillStyle": "solid",
1451
+ "strokeWidth": 2,
1452
+ "strokeStyle": "solid",
1453
+ "roughness": 1,
1454
+ "opacity": 100,
1455
+ "groupIds": [],
1456
+ "frameId": null,
1457
+ "roundness": null,
1458
+ "seed": 244,
1459
+ "version": 1,
1460
+ "versionNonce": 244,
1461
+ "isDeleted": false,
1462
+ "boundElements": [],
1463
+ "updated": 1,
1464
+ "link": null,
1465
+ "locked": false,
1466
+ "points": [
1467
+ [
1468
+ 0,
1469
+ 0
1470
+ ],
1471
+ [
1472
+ 16,
1473
+ 0
1474
+ ],
1475
+ [
1476
+ 21.962414266118003,
1477
+ -5.684341886080802e-14
1478
+ ],
1479
+ [
1480
+ 27.840054869684536,
1481
+ 0
1482
+ ],
1483
+ [
1484
+ 33.643518518518476,
1485
+ 5.684341886080802e-14
1486
+ ],
1487
+ [
1488
+ 39.38340192043893,
1489
+ 5.684341886080802e-14
1490
+ ],
1491
+ [
1492
+ 45.07030178326477,
1493
+ 5.684341886080802e-14
1494
+ ],
1495
+ [
1496
+ 50.71481481481487,
1497
+ 5.684341886080802e-14
1498
+ ],
1499
+ [
1500
+ 56.327537722908346,
1501
+ 0
1502
+ ],
1503
+ [
1504
+ 61.91906721536361,
1505
+ 5.684341886080802e-14
1506
+ ],
1507
+ [
1508
+ 67.5,
1509
+ 0
1510
+ ],
1511
+ [
1512
+ 73.08093278463639,
1513
+ 0
1514
+ ],
1515
+ [
1516
+ 78.67246227709165,
1517
+ 0
1518
+ ],
1519
+ [
1520
+ 84.28518518518513,
1521
+ 0
1522
+ ],
1523
+ [
1524
+ 89.92969821673523,
1525
+ 0
1526
+ ],
1527
+ [
1528
+ 95.61659807956107,
1529
+ 0
1530
+ ],
1531
+ [
1532
+ 101.35648148148175,
1533
+ 0
1534
+ ],
1535
+ [
1536
+ 107.15994513031569,
1537
+ 0
1538
+ ],
1539
+ [
1540
+ 113.037585733882,
1541
+ 0
1542
+ ],
1543
+ [
1544
+ 119,
1545
+ 0
1546
+ ],
1547
+ [
1548
+ 135,
1549
+ 0
1550
+ ]
1551
+ ],
1552
+ "lastCommittedPoint": null,
1553
+ "startBinding": {
1554
+ "elementId": "shape-CFG-000000m8",
1555
+ "focus": 0,
1556
+ "gap": 8
1557
+ },
1558
+ "endBinding": {
1559
+ "elementId": "shape-RUN-000000ow",
1560
+ "focus": 0,
1561
+ "gap": 8
1562
+ },
1563
+ "startArrowhead": null,
1564
+ "endArrowhead": "arrow",
1565
+ "elbowed": false,
1566
+ "index": null
1567
+ },
1568
+ {
1569
+ "id": "arrow-SCHEMA-RUN-0000007g",
1570
+ "type": "arrow",
1571
+ "x": 1010,
1572
+ "y": 420,
1573
+ "width": 157,
1574
+ "height": 92.04000000000002,
1575
+ "angle": 0,
1576
+ "strokeColor": "#2E7D74",
1577
+ "backgroundColor": "transparent",
1578
+ "fillStyle": "solid",
1579
+ "strokeWidth": 2,
1580
+ "strokeStyle": "solid",
1581
+ "roughness": 1,
1582
+ "opacity": 100,
1583
+ "groupIds": [],
1584
+ "frameId": null,
1585
+ "roundness": null,
1586
+ "seed": 268,
1587
+ "version": 1,
1588
+ "versionNonce": 268,
1589
+ "isDeleted": false,
1590
+ "boundElements": [],
1591
+ "updated": 1,
1592
+ "link": null,
1593
+ "locked": false,
1594
+ "points": [
1595
+ [
1596
+ 0,
1597
+ 0
1598
+ ],
1599
+ [
1600
+ 16,
1601
+ 0
1602
+ ],
1603
+ [
1604
+ 23.235939643347137,
1605
+ -0.8206584362139893
1606
+ ],
1607
+ [
1608
+ 30.36899862825794,
1609
+ -3.156378600823075
1610
+ ],
1611
+ [
1612
+ 37.41203703703718,
1613
+ -6.817777777777792
1614
+ ],
1615
+ [
1616
+ 44.37791495198894,
1617
+ -11.615473251028789
1618
+ ],
1619
+ [
1620
+ 51.27949245541845,
1621
+ -17.360082304526713
1622
+ ],
1623
+ [
1624
+ 58.12962962962956,
1625
+ -23.862222222222158
1626
+ ],
1627
+ [
1628
+ 64.94118655692728,
1629
+ -30.93251028806577
1630
+ ],
1631
+ [
1632
+ 71.72702331961591,
1633
+ -38.3815637860082
1634
+ ],
1635
+ [
1636
+ 78.5,
1637
+ -46.01999999999998
1638
+ ],
1639
+ [
1640
+ 85.27297668038409,
1641
+ -53.65843621399176
1642
+ ],
1643
+ [
1644
+ 92.05881344307272,
1645
+ -61.107489711934136
1646
+ ],
1647
+ [
1648
+ 98.87037037037021,
1649
+ -68.1777777777778
1650
+ ],
1651
+ [
1652
+ 105.72050754458178,
1653
+ -74.67991769547325
1654
+ ],
1655
+ [
1656
+ 112.62208504801106,
1657
+ -80.42452674897118
1658
+ ],
1659
+ [
1660
+ 119.58796296296305,
1661
+ -85.22222222222223
1662
+ ],
1663
+ [
1664
+ 126.63100137174229,
1665
+ -88.88362139917695
1666
+ ],
1667
+ [
1668
+ 133.76406035665286,
1669
+ -91.21934156378603
1670
+ ],
1671
+ [
1672
+ 141,
1673
+ -92.04000000000002
1674
+ ],
1675
+ [
1676
+ 157,
1677
+ -92.04000000000002
1678
+ ]
1679
+ ],
1680
+ "lastCommittedPoint": null,
1681
+ "startBinding": {
1682
+ "elementId": "shape-SCHEMA-0000002t",
1683
+ "focus": 0,
1684
+ "gap": 8
1685
+ },
1686
+ "endBinding": {
1687
+ "elementId": "shape-RUN-000000ow",
1688
+ "focus": 0,
1689
+ "gap": 8
1690
+ },
1691
+ "startArrowhead": null,
1692
+ "endArrowhead": "arrow",
1693
+ "elbowed": false,
1694
+ "index": null
1695
+ },
1696
+ {
1697
+ "id": "arrow-RUN-REMOTE-000000l0",
1698
+ "type": "arrow",
1699
+ "x": 1353,
1700
+ "y": 324.97333333333336,
1701
+ "width": 180,
1702
+ "height": 95.02666666666664,
1703
+ "angle": 0,
1704
+ "strokeColor": "#2E7D74",
1705
+ "backgroundColor": "transparent",
1706
+ "fillStyle": "solid",
1707
+ "strokeWidth": 2,
1708
+ "strokeStyle": "solid",
1709
+ "roughness": 1,
1710
+ "opacity": 100,
1711
+ "groupIds": [],
1712
+ "frameId": null,
1713
+ "roundness": null,
1714
+ "seed": 756,
1715
+ "version": 1,
1716
+ "versionNonce": 756,
1717
+ "isDeleted": false,
1718
+ "boundElements": [],
1719
+ "updated": 1,
1720
+ "link": null,
1721
+ "locked": false,
1722
+ "points": [
1723
+ [
1724
+ 0,
1725
+ 0
1726
+ ],
1727
+ [
1728
+ 16,
1729
+ 0
1730
+ ],
1731
+ [
1732
+ 24.567352537722854,
1733
+ 0.8472885230909242
1734
+ ],
1735
+ [
1736
+ 33.01289437585706,
1737
+ 3.258802011888406
1738
+ ],
1739
+ [
1740
+ 41.35185185185196,
1741
+ 7.039012345679055
1742
+ ],
1743
+ [
1744
+ 49.59945130315509,
1745
+ 11.992391403749423
1746
+ ],
1747
+ [
1748
+ 57.770919067215345,
1749
+ 17.923411065386404
1750
+ ],
1751
+ [
1752
+ 65.88148148148161,
1753
+ 24.63654320987655
1754
+ ],
1755
+ [
1756
+ 73.94636488340211,
1757
+ 31.936259716506697
1758
+ ],
1759
+ [
1760
+ 81.98079561042528,
1761
+ 39.627032464563285
1762
+ ],
1763
+ [
1764
+ 90,
1765
+ 47.51333333333332
1766
+ ],
1767
+ [
1768
+ 98.01920438957472,
1769
+ 55.3996342021033
1770
+ ],
1771
+ [
1772
+ 106.05363511659812,
1773
+ 63.09040695016006
1774
+ ],
1775
+ [
1776
+ 114.11851851851839,
1777
+ 70.39012345679009
1778
+ ],
1779
+ [
1780
+ 122.22908093278465,
1781
+ 77.1032556012803
1782
+ ],
1783
+ [
1784
+ 130.40054869684514,
1785
+ 83.03427526291722
1786
+ ],
1787
+ [
1788
+ 138.64814814814827,
1789
+ 87.98765432098764
1790
+ ],
1791
+ [
1792
+ 146.9871056241427,
1793
+ 91.76786465477824
1794
+ ],
1795
+ [
1796
+ 155.43264746227715,
1797
+ 94.17937814357566
1798
+ ],
1799
+ [
1800
+ 164,
1801
+ 95.02666666666664
1802
+ ],
1803
+ [
1804
+ 180,
1805
+ 95.02666666666664
1806
+ ]
1807
+ ],
1808
+ "lastCommittedPoint": null,
1809
+ "startBinding": {
1810
+ "elementId": "shape-RUN-000000ow",
1811
+ "focus": 0,
1812
+ "gap": 8
1813
+ },
1814
+ "endBinding": {
1815
+ "elementId": "shape-REMOTE-000000bg",
1816
+ "focus": 0,
1817
+ "gap": 8
1818
+ },
1819
+ "startArrowhead": null,
1820
+ "endArrowhead": "arrow",
1821
+ "elbowed": false,
1822
+ "index": null
1823
+ },
1824
+ {
1825
+ "id": "arrow-RUN-LOCAL-000000iw",
1826
+ "type": "arrow",
1827
+ "x": 1353,
1828
+ "y": 313.02666666666664,
1829
+ "width": 197,
1830
+ "height": 5.973333333333358,
1831
+ "angle": 0,
1832
+ "strokeColor": "#2E7D74",
1833
+ "backgroundColor": "transparent",
1834
+ "fillStyle": "solid",
1835
+ "strokeWidth": 2,
1836
+ "strokeStyle": "solid",
1837
+ "roughness": 1,
1838
+ "opacity": 100,
1839
+ "groupIds": [],
1840
+ "frameId": null,
1841
+ "roundness": null,
1842
+ "seed": 680,
1843
+ "version": 1,
1844
+ "versionNonce": 680,
1845
+ "isDeleted": false,
1846
+ "boundElements": [],
1847
+ "updated": 1,
1848
+ "link": null,
1849
+ "locked": false,
1850
+ "points": [
1851
+ [
1852
+ 0,
1853
+ 0
1854
+ ],
1855
+ [
1856
+ 16,
1857
+ 0
1858
+ ],
1859
+ [
1860
+ 25.55144032921794,
1861
+ 0.053260173753926665
1862
+ ],
1863
+ [
1864
+ 34.96707818930031,
1865
+ 0.20484682213077576
1866
+ ],
1867
+ [
1868
+ 44.26388888888914,
1869
+ 0.4424691358024688
1870
+ ],
1871
+ [
1872
+ 53.458847736625785,
1873
+ 0.7538363054412685
1874
+ ],
1875
+ [
1876
+ 62.56893004115227,
1877
+ 1.1266575217193235
1878
+ ],
1879
+ [
1880
+ 71.61111111111131,
1881
+ 1.5486419753087262
1882
+ ],
1883
+ [
1884
+ 80.60236625514403,
1885
+ 2.007498856881625
1886
+ ],
1887
+ [
1888
+ 89.55967078189292,
1889
+ 2.4909373571102265
1890
+ ],
1891
+ [
1892
+ 98.5,
1893
+ 2.986666666666679
1894
+ ],
1895
+ [
1896
+ 107.44032921810708,
1897
+ 3.482395976223131
1898
+ ],
1899
+ [
1900
+ 116.39763374485597,
1901
+ 3.9658344764517324
1902
+ ],
1903
+ [
1904
+ 125.38888888888891,
1905
+ 4.424691358024688
1906
+ ],
1907
+ [
1908
+ 134.43106995884773,
1909
+ 4.846675811614148
1910
+ ],
1911
+ [
1912
+ 143.54115226337444,
1913
+ 5.219497027892089
1914
+ ],
1915
+ [
1916
+ 152.7361111111113,
1917
+ 5.530864197530946
1918
+ ],
1919
+ [
1920
+ 162.0329218106997,
1921
+ 5.768486511202582
1922
+ ],
1923
+ [
1924
+ 171.44855967078183,
1925
+ 5.920073159579374
1926
+ ],
1927
+ [
1928
+ 181,
1929
+ 5.973333333333358
1930
+ ],
1931
+ [
1932
+ 197,
1933
+ 5.973333333333358
1934
+ ]
1935
+ ],
1936
+ "lastCommittedPoint": null,
1937
+ "startBinding": {
1938
+ "elementId": "shape-RUN-000000ow",
1939
+ "focus": 0,
1940
+ "gap": 8
1941
+ },
1942
+ "endBinding": {
1943
+ "elementId": "shape-LOCAL-0000009s",
1944
+ "focus": 0,
1945
+ "gap": 8
1946
+ },
1947
+ "startArrowhead": null,
1948
+ "endArrowhead": "arrow",
1949
+ "elbowed": false,
1950
+ "index": null
1951
+ }
1952
+ ],
1953
+ "appState": {
1954
+ "viewBackgroundColor": "#FBF7EE",
1955
+ "theme": "light",
1956
+ "gridSize": null,
1957
+ "exportBackground": true,
1958
+ "exportEmbedScene": true,
1959
+ "exportScale": 1,
1960
+ "currentItemFontFamily": 5
1961
+ },
1962
+ "files": {}
1963
+ }