-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
839 lines (730 loc) · 51.2 KB
/
index.html
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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
<!-- include "meta-head.html" -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Knowledge Graph Builder for Collaborative Applications|TerminusDB</title>
<meta name="description" content="Build collaborative applications and data products with TerminusDB and TerminusX. With inbuilt version control, workflow and collaboration tools, build faster and concurently with your peers.">
<meta name="author" content="TerminusDB">
<meta name="keywords" content="Graph database,open-source graph database, document database, document graph, git database, backend systems, knowledge graph">
<meta property="og:title" content="Build Collaborative Applications with TerminusDB and TerminusX" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/img/og/og-terminusdb-home.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/jpeg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:url" content="https://www.terminusdb.com" />
<meta property="og:description" content="Build collaborative applications and data products with TerminusDB and TerminusX. With inbuilt version control, workflow and collaboration tools, build faster and concurently with your peers." />
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://terminusdb.com" />
<link rel="stylesheet" href="/css/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Lexend:wght@400;500&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="/img/logos/terminusx-color.png"/>
<script>
// Picture element HTML5 shiv
document.createElement("picture");
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.3/picturefill.min.js"
integrity="sha256-iT+n/otuaeKCgxnASny7bxKeqCDbaV1M7VdX1ZRQtqg="
crossorigin="anonymous"
async></script>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/8481758.js"></script>
<!-- End of HubSpot Embed Code -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "TerminusDB",
"alternateName": "TerminusX",
"url": "https://terminusdb.com/",
"logo": "https://terminusdb.com/blog/wp-content/uploads/2021/11/TerminusX-Logo-Colour.png",
"sameAs": [
"https://en.wikipedia.org/wiki/TerminusDB",
"https://www.facebook.com/TerminusDB-109128707602462",
"https://twitter.com/terminusdb",
"https://ie.linkedin.com/company/terminusdb",
"https://github.com/terminusdb"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": " Knowledge Graph Builder for Collaborative Applications",
"description": "Build collaborative applications and data products with TerminusDB and TerminusX. With inbuilt version control, workflow and collaboration tools, build faster and concurrently with your peers.",
"publisher": {
"@type": "WebSite",
"name": "TerminusDB"
}
},
</script>
</head>
<body>
<!-- include "partial-header.html" -->
<header class="header">
<div class="wrapper header__wrapper">
<div class="header__logo-container">
<a class="header__logo-link" href="/" aria-label="Click to go to homepage">
<svg width="231px" height="49px" viewBox="0 0 231 49" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 64 (93537) - https://sketch.com -->
<defs>
<polygon id="path-1" points="0 0.0007 48.5793 0.0007 48.5793 48.5716 0 48.5716"></polygon>
</defs>
<g id="Why-terminus-amends" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="TerminusDB_UI_WhyTerminusX_2_Desktop_007" transform="translate(-167.000000, -50.000000)">
<g id="Group-11" transform="translate(150.000000, 50.000000)">
<g id="4" transform="translate(17.000000, 0.000000)">
<g id="Group-7">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Clip-4"></g>
<path d="M36.97288,15.16956 C36.34358,15.54616 36.13862,16.36166 36.51522,16.9911 C37.8308,19.18938 38.52604,21.71344 38.52604,24.29042 C38.52604,32.14036 32.1398,38.52674 24.28972,38.52674 C21.53102,38.52674 18.8559,37.73714 16.55304,36.2432 C15.93746,35.8442 15.11538,36.0192 14.7161,36.63464 C14.31696,37.25008 14.4921,38.07244 15.1074,38.47158 C17.8416,40.24538 21.0168,41.18296 24.28972,41.18296 C33.6042,41.18296 41.18226,33.60504 41.18226,24.29042 C41.18226,21.2331 40.35654,18.23752 38.79442,15.62708 C38.41782,14.99778 37.60204,14.79296 36.97288,15.16956" id="Fill-3" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M24.28972,0.0007 C19.83744,0.0007 15.48988,1.21856 11.704,3.51666 C12.4992,3.92294 13.04926,4.74082 13.04926,5.69506 C13.04926,5.7351 13.03946,5.77262 13.0375,5.81224 C16.41808,3.74906 20.30672,2.65692 24.28972,2.65692 C36.21842,2.65692 45.92322,12.36158 45.92322,24.29042 C45.92322,28.32872 44.8035,32.26748 42.68516,35.68082 C42.29862,36.30396 42.49014,37.12282 43.11342,37.50936 C43.33154,37.64474 43.57332,37.70928 43.81258,37.70928 C44.25666,37.70928 44.69066,37.48654 44.94224,37.08138 C47.32168,33.2472 48.5793,28.82404 48.5793,24.29042 C48.5793,10.89704 37.68296,0.0007 24.28972,0.0007" id="Fill-5" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M35.33712,42.95536 C35.33712,42.93254 35.34328,42.9114 35.34384,42.88872 C32.01184,44.87364 28.19082,45.92378 24.28972,45.92378 C12.36088,45.92378 2.65636,36.21912 2.65636,24.29042 C2.65636,20.09854 3.85616,16.03308 6.12654,12.5335 C6.52568,11.91806 6.35054,11.09556 5.73524,10.69642 C5.11966,10.29728 4.29758,10.47228 3.8983,11.08772 C1.34806,15.01878 0,19.58418 0,24.29042 C0,37.6838 10.89634,48.58 24.28972,48.58 C28.6783,48.58 32.97812,47.3963 36.72662,45.15756 C35.90692,44.75996 35.33712,43.92752 35.33712,42.95536" id="Fill-6" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M11.704,3.51666 C11.3694,3.34586 10.99602,3.2403 10.59464,3.2403 C9.23888,3.2403 8.13988,4.3393 8.13988,5.69506 C8.13988,7.05068 9.23888,8.14982 10.59464,8.14982 C11.91008,8.14982 12.9752,7.11228 13.0375,5.81224 C13.03946,5.77262 13.04926,5.7351 13.04926,5.69506 C13.04926,4.74082 12.4992,3.92294 11.704,3.51666" id="Fill-9" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M37.79174,40.5006 C36.45894,40.5006 35.37996,41.56446 35.34384,42.88872 C35.34328,42.9114 35.33712,42.93254 35.33712,42.95536 C35.33712,43.92752 35.90692,44.75996 36.72662,45.15756 C37.05002,45.31436 37.40828,45.40998 37.79174,45.40998 C39.1475,45.40998 40.2465,44.31098 40.2465,42.95536 C40.2465,41.5996 39.1475,40.5006 37.79174,40.5006" id="Fill-8" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M33.61386,11.75622 C34.00068,11.13308 33.80902,10.31422 33.18574,9.9274 C30.51902,8.27246 27.44294,7.39774 24.28972,7.39774 C14.9751,7.39774 7.39718,14.97566 7.39718,24.29042 C7.39718,27.41746 8.25832,30.47198 9.88792,33.12344 C10.13866,33.53154 10.57434,33.75638 11.02052,33.75638 C11.25782,33.75638 11.49792,33.69296 11.71464,33.55968 C12.33974,33.17552 12.53476,32.35778 12.15074,31.73282 C10.77874,29.49968 10.05326,26.9262 10.05326,24.29042 C10.05326,16.44034 16.43978,10.05396 24.28972,10.05396 C26.94748,10.05396 29.5393,10.79064 31.78504,12.18434 C32.4079,12.57102 33.22676,12.37964 33.61386,11.75622" id="Fill-2" fill="#FFFFFF" mask="url(#mask-2)"></path>
<path d="M25.96594,24.29042 C25.96594,25.21456 25.214,25.9665 24.28972,25.9665 C23.3653,25.9665 22.6135,25.21456 22.6135,24.29042 C22.6135,23.36614 23.3653,22.6142 24.28972,22.6142 C25.214,22.6142 25.96594,23.36614 25.96594,24.29042 Z M19.95728,24.29042 C19.95728,26.67924 21.90076,28.62272 24.28972,28.62272 C26.67854,28.62272 28.62216,26.67924 28.62216,24.29042 C28.62216,21.90146 26.67854,19.95798 24.28972,19.95798 C21.90076,19.95798 19.95728,21.90146 19.95728,24.29042 L19.95728,24.29042 Z" id="Fill-1" fill="#FFFFFF" mask="url(#mask-2)"></path>
</g>
<polyline id="Fill-10" fill="#FFFFFF" points="67.98582 37.83514 67.98582 16.5634 61.31496 16.5634 61.31496 12.85172 78.53706 12.85172 78.53706 16.5634 71.66152 16.5634 71.66152 37.83514 67.98582 37.83514"></polyline>
<path d="M86.80728,22.05966 C85.46818,22.05966 84.2996,22.38698 83.30168,23.04162 C82.30292,23.69612 81.64478,24.82046 81.32768,26.4138 L91.33432,26.4138 L91.33432,26.16432 C91.26614,25.3554 91.01064,24.6421 90.56852,24.02288 C90.1257,23.40422 89.57522,22.92262 88.91764,22.57724 C88.25894,22.23256 87.55586,22.05966 86.80728,22.05966 Z M94.12508,35.37226 L94.09092,35.37226 C93.36446,36.10992 92.36654,36.76456 91.09562,37.33534 C89.8247,37.90612 88.49764,38.19158 87.11374,38.19158 C85.25286,38.19158 83.61332,37.7818 82.19526,36.96084 C80.7772,36.13988 79.67078,35.00966 78.87684,33.57004 C78.0822,32.13042 77.68558,30.49522 77.68558,28.66248 C77.68558,26.56948 78.10558,24.7786 78.94502,23.2911 C79.78446,21.80416 80.8962,20.6626 82.28094,19.86502 C83.66414,19.068 85.1739,18.66956 86.80728,18.66956 C88.305,18.66956 89.66622,19.05666 90.89164,19.82904 C92.11706,20.60282 93.0923,21.66724 93.81876,23.0237 C94.54452,24.37946 94.90768,25.96272 94.90768,27.77026 L94.87352,29.34092 L81.19132,29.34092 C81.39586,31.03072 82.05946,32.36856 83.18254,33.3557 C84.30562,34.34368 85.72914,34.83732 87.45408,34.83732 C88.70162,34.83732 89.71172,34.59316 90.48284,34.10554 C91.25424,33.61792 91.88956,33.14752 92.38922,32.69588 L94.12508,35.37226 L94.12508,35.37226 Z" id="Fill-11" fill="#FFFFFF"></path>
<path d="M108.72638,23.05898 C108.49958,22.9404 108.2214,22.83932 107.89296,22.7556 C107.56326,22.673 107.21746,22.63114 106.85472,22.63114 C106.1284,22.63114 105.41342,22.82742 104.71034,23.21998 C104.0067,23.6124 103.42206,24.17184 102.95782,24.89718 C102.49232,25.6235 102.2595,26.48562 102.2595,27.48494 L102.2595,37.83514 L98.7203,37.83514 L98.7203,19.09726 L102.2595,19.09726 L102.2595,22.63114 C102.7586,21.48888 103.51306,20.54948 104.52302,19.81112 C105.53242,19.07402 106.59334,18.70484 107.70564,18.70484 C108.54452,18.70484 109.19132,18.82454 109.64548,19.06198 L108.72638,23.05898" id="Fill-12" fill="#FFFFFF"></path>
<path d="M121.52378,18.77666 C122.99868,18.77666 124.17874,19.12792 125.06354,19.82904 C125.94848,20.53156 126.58394,21.48888 126.96992,22.70226 C127.28702,22.10754 127.75252,21.5068 128.3653,20.90018 C128.97794,20.29342 129.69236,19.78774 130.50968,19.38328 C131.32644,18.97882 132.19948,18.77666 133.13048,18.77666 C134.673,18.77666 135.8756,19.12792 136.73786,19.82904 C137.60012,20.53156 138.20674,21.47096 138.55912,22.64906 C138.91038,23.8266 139.08636,25.1419 139.08636,26.59272 L139.08636,37.83514 L135.5466,37.83514 L135.5466,26.80692 C135.5466,25.42722 135.29712,24.3082 134.79802,23.4521 C134.2985,22.5953 133.35658,22.1669 131.97324,22.1669 C130.65682,22.1669 129.57336,22.60118 128.72244,23.46946 C127.87152,24.33872 127.44606,25.39138 127.44606,26.62814 L127.44606,37.83514 L123.9063,37.83514 L123.9063,26.7351 C123.9063,25.40328 123.63414,24.3082 123.08954,23.4521 C122.54522,22.5953 121.64824,22.1669 120.4007,22.1669 C119.53844,22.1669 118.76718,22.36962 118.08636,22.77352 C117.4061,23.17868 116.87228,23.70746 116.48686,24.3621 C116.10032,25.01674 115.90824,25.74852 115.90824,26.55688 L115.90824,37.83514 L112.36848,37.83514 L112.36848,19.09726 L115.90824,19.09726 L115.90824,22.09564 C116.45284,21.23884 117.21878,20.47178 118.20536,19.79376 C119.19264,19.11532 120.29906,18.77666 121.52378,18.77666" id="Fill-13" fill="#FFFFFF"></path>
<path d="M144.4296,37.83514 L147.9352,37.83514 L147.9352,19.09726 L144.4296,19.09726 L144.4296,37.83514 Z M146.132,15.02914 C145.3368,15.02914 144.7474,14.81494 144.3624,14.38654 C143.976,13.95814 143.7828,13.39926 143.7828,12.70878 C143.7828,12.11462 143.976,11.57912 144.3624,11.10284 C144.7474,10.62712 145.3368,10.38898 146.132,10.38898 C146.9258,10.38898 147.5152,10.60318 147.9016,11.03158 C148.2866,11.46012 148.4798,12.01886 148.4798,12.70878 C148.4798,13.3042 148.2866,13.8397 147.9016,14.31542 C147.5152,14.79156 146.9258,15.02914 146.132,15.02914 L146.132,15.02914 Z" id="Fill-14" fill="#FFFFFF"></path>
<path d="M162.6044,18.70484 C164.2158,18.70484 165.4632,19.05008 166.348,19.74 C167.2342,20.43048 167.8516,21.3584 168.203,22.52404 C168.5544,23.69024 168.7308,24.98678 168.7308,26.4138 L168.7308,37.83514 L165.2252,37.83514 L165.2252,26.66398 C165.2252,25.75986 165.1118,24.9508 164.885,24.23708 C164.6582,23.52322 164.2718,22.96434 163.7272,22.55932 C163.184,22.15542 162.4224,21.98854 161.4466,22.05966 C160.5394,22.05966 159.7344,22.26252 159.0302,22.66642 C158.3274,23.07144 157.7716,23.60708 157.3628,24.27306 C156.954,24.9389 156.751,25.6767 156.751,26.48562 L156.751,37.83514 L153.2454,37.83514 L153.2454,19.09726 L156.751,19.09726 L156.751,22.05966 C157.2956,21.18018 158.0894,20.40052 159.1324,19.72194 C160.1768,19.04406 161.3332,18.70484 162.6044,18.70484" id="Fill-15" fill="#FFFFFF"></path>
<path d="M185.6806,30.37538 L185.6806,19.09726 L189.1862,19.09726 L189.1862,37.83514 L185.6806,37.83514 L185.6806,34.83732 C185.1584,35.7175 184.3926,36.49646 183.3832,37.17504 C182.3724,37.85306 181.1642,38.19158 179.7586,38.19158 C177.8966,38.19158 176.3888,37.5263 175.231,36.19322 C174.0746,34.86126 173.4964,33.01662 173.4964,30.6614 L173.4964,19.09726 L177.002,19.09726 L177.002,29.66166 C177.002,30.61366 177.1434,31.4944 177.4276,32.30276 C177.7104,33.11224 178.164,33.76086 178.7884,34.24806 C179.4128,34.73624 180.2122,34.9797 181.188,34.9797 C182.413,34.9797 183.4672,34.57524 184.3534,33.76632 C185.2382,32.95796 185.6806,31.82718 185.6806,30.37538" id="Fill-16" fill="#FFFFFF"></path>
<path d="M204.4,24.02288 C203.7644,23.3569 203.0434,22.80936 202.2384,22.38096 C201.4334,21.95256 200.69,21.7385 200.0096,21.7385 C199.5322,21.7385 199.0618,21.79828 198.597,21.91728 C198.1308,22.03642 197.7402,22.25594 197.4224,22.57724 C197.1046,22.89854 196.9464,23.3688 196.9464,23.98704 C196.9688,24.84384 197.337,25.4506 198.0524,25.80718 C198.7664,26.16432 199.6568,26.48562 200.7236,26.77108 C201.6546,27.03316 202.5618,27.35978 203.4466,27.75234 C204.3314,28.1449 205.0636,28.71624 205.6418,29.46538 C206.22,30.21508 206.5098,31.26816 206.5098,32.62406 C206.5098,33.79026 206.1976,34.78944 205.5746,35.6223 C204.9502,36.45516 204.1452,37.09188 203.1582,37.53176 C202.1698,37.97136 201.1324,38.19158 200.0432,38.19158 C198.7496,38.19158 197.4728,37.94742 196.2142,37.4605 C194.9542,36.97274 193.8832,36.13386 192.9984,34.94386 L195.3798,32.80298 C195.993,33.54078 196.6902,34.11758 197.4728,34.53394 C198.2568,34.95044 199.2144,35.15806 200.3498,35.15806 C200.7796,35.15806 201.2122,35.08148 201.6434,34.9265 C202.0746,34.77152 202.4428,34.52204 202.7494,34.1768 C203.0546,33.83212 203.2086,33.36172 203.2086,32.767 C203.2086,32.19622 203.0434,31.7499 202.7158,31.4286 C202.3854,31.1073 201.95,30.84578 201.4054,30.64348 C200.8594,30.44132 200.2588,30.25708 199.6008,30.09006 C198.625,29.8046 197.666,29.45404 196.7252,29.03768 C195.783,28.62118 195.0004,28.02632 194.376,27.25282 C193.7516,26.4796 193.4408,25.42722 193.4408,24.09414 C193.4408,22.97638 193.7404,22.0185 194.3424,21.22148 C194.943,20.42446 195.7326,19.8058 196.7084,19.36536 C197.6828,18.92492 198.7272,18.70484 199.8388,18.70484 C200.9056,18.70484 202.062,18.94298 203.3108,19.4187 C204.5582,19.89498 205.5914,20.65602 206.4076,21.70308 L204.4,24.02288" id="Fill-17" fill="#FFFFFF"></path>
<polyline id="Fill-18" fill="#FFFFFF" points="208.586 37.83514 217.1288 25.05804 208.7568 12.85172 213.4202 12.85172 219.6474 22.38096 225.6044 12.85172 229.9262 12.85172 221.69 25.4506 230.2678 37.83514 225.6044 37.83514 219.24 28.16282 212.9092 37.83514 208.586 37.83514"></polyline>
</g>
</g>
</g>
</g>
</svg>
</a>
</div>
<div class="header__items">
<nav class="header__nav">
<ul class="header__nav-list">
<li class="header__nav-item header__nav-item--has-child">
<a href="/products/terminusdb/" class="header__nav-link">Products</a>
<i class="icon-caret-down header__nav-link-icon"></i>
<div class="header__nav-dropdown header__nav-dropdown--desktop">
<div class="header__nav-main">
<ul class="header__nav-dropdown-plain-list">
<li class="header__nav-dropdown-plain-item">
<a href="/products/terminusdb/" class="header__nav-dropdown-plain-link">
TerminusDB
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/products/terminusx/" class="header__nav-dropdown-plain-link">
TerminusX
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/products/jsondiff/" class="header__nav-dropdown-plain-link">
JSON Diff & Patch
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/products/schema-as-a-service/" class="header__nav-dropdown-plain-link">
Schema as a service
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="https://versionxl.com" target="_blank" class="header__nav-dropdown-plain-link">
VersionXL
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/blog/use-cases/" target="_blank" class="header__nav-dropdown-plain-link">
Use Cases
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="header__nav-item header__nav-item--has-child">
<a href="#" class="header__nav-link">Community</a>
<i class="icon-caret-down header__nav-link-icon"></i>
<div class="header__nav-dropdown header__nav-dropdown--desktop">
<div class="header__nav-main">
<ul class="header__nav-dropdown-plain-list">
<li class="header__nav-dropdown-plain-item">
<a href="/aboutus/" class="header__nav-dropdown-plain-link">
About Us
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/community/" class="header__nav-dropdown-plain-link">
Community
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="https://academy.terminusdb.com/" class="header__nav-dropdown-plain-link">
Academy
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/contact/" class="header__nav-dropdown-plain-link">
Contact Us
</a>
</li>
<li class="header__nav-dropdown-plain-item">
<a href="/blog/use-cases/" target="_blank" class="header__nav-dropdown-plain-link">
Use Cases
</a>
</li>
</ul>
</div>
</div>
</li>
<li class="header__nav-item">
<a href="/docs/" class="header__nav-link" target="_blank" rel="noopener">Documentation</a>
</li>
<li class="header__nav-item">
<a href="/blog/" class="header__nav-link">Blog</a>
</li>
<li class="header__nav-item">
<a href="/pricing/" class="header__nav-link">Pricing</a>
</li>
</ul>
<a href="https://dashboard.terminusdb.com/" class="button button--ghost button--small header__button button--hidden-mobile"><span class="button__text">Sign in</span></a>
</nav>
<a href="/pricing/" class="button button--full-width button--hidden-desktop"><span class="button__text">Sign Up</span></a>
</div>
<div class="header__burger">
<button class="hamburger" type="button">
<span class="hamburger__box">
<span class="hamburger__inner"></span>
</span>
</button>
</div>
</div>
</header>
<main>
<section class="hero-banner">
<div class="wrapper hero-banner__wrapper">
<div class="hero-banner__col hero-banner__col--graphic">
<img src="img/placeholders/placeholder-banner.svg" aria-hidden=”true” class="hero-banner__image" alt="">
</div>
<div class="hero-banner__col hero-banner__col--text">
<h1 class="h1 hero-banner__heading">Build Collaborative Applications</h1>
<p class="hero-banner__description">TerminusDB is a toolkit for building collaborative applications. If your application or data product needs approval workflows, implement them with TerminusDB's Git-like collaboration features.</p>
<a href="/pricing/" class="button"><span class="button__text">Sign Up</span></a>
</div>
</div>
<div class="primary-slider">
<p class="primary-slider__heading">Trusted by</p>
<div class="logo-strip-container">
<div class="logo-strip logo-strip-rotator">
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/github.png" alt="Github logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/acm.png" alt="ACM logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/musgrave.png" alt="Musgrave logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/bn.png" alt="BN Logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/grainger.png" alt="Grainger Logo" class="logo-strip__src">
</picture>
</div>
</div>
<div class="logo-strip logo-strip-rotator logo-strip--secondary">
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/bombora.png" alt="Bombora logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/capital-one.png" alt="Capital One Logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/ieee.png" alt="IEEE logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/trimble.png" alt="Trimble logo" class="logo-strip__src">
</picture>
</div>
</div>
<div class="logo-strip logo-strip-rotator logo-strip--tertiary">
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/cognite.png" alt="Cognite Logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/apiax.png" alt="Apiax logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/elastic.png" alt="Elastic logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/ing.png" alt="ING logo" class="logo-strip__src">
</picture>
</div>
<div class="logo-strip__item logo-strip-rotator__item">
<picture class="logo-strip__picture">
<img src="img/logos/coloured/cavai.png" alt="Cavai logo" class="logo-strip__src">
</picture>
</div>
</div>
</div>
</div>
</section>
<section class="page-strip">
<div class="primary-grid">
<a href="/blog/build-collaborative-apps/" target="_blank" rel="noreferrer" class="block">
<div class="block__content">
<i class="icon-decentralized block__icon"></i>
<div class="block__inner">
<h3 class="h3 block__heading">Build Collaborative Apps Fast</h3>
<p class="block__description">Develop fast - an MVP in a single sprint - and give your users the safety of ‘undo’. Implement flexible and infinitely extendable schema to blueprint applications. Start building and do what you love with TerminusX.</p>
</div>
<button class="block__button">
<i class="icon-arrow-right block__button-icon"></i>
</button>
</div>
</a>
<a href="/blog/category/data-mesh/" target="_blank" rel="noreferrer" class="block">
<div class="block__content">
<i class="icon-teams block__icon"></i>
<div class="block__inner">
<h3 class="h3 block__heading">Data Mesh - Build Data Products</h3>
<p class="block__description">Build an ecosystem of data products to create your domain-oriented and decentralized data mesh. Build your data mesh one data product at a time to remove the burden of maintaining your warehouse/lake.</p>
</div>
<button class="block__button">
<i class="icon-arrow-right block__button-icon"></i>
</button>
</div>
</a>
<div class="primary-grid__middle">
<p class="primary-grid__subheading">Making Collaboration</p>
<h2 class="h2 primary-grid__heading">Easy</h2>
<img src="img/shapes/grid-shape.svg" class="primary-grid__shape" aria-hidden="true" alt="Build Collaborative Applications">
</div>
<a href="/docs/index/terminusx-db/explanations/documents" target="_blank" rel="noreferrer" class="block">
<div class="block__content">
<i class="icon-graph block__icon"></i>
<div class="block__inner">
<h3 class="h3 block__heading">Document Graph</h3>
<p class="block__description">Combining the power of knowledge graphs with the simplicity of documents, TerminusX is the easiest way to build knowledge graph driven applications, insights, and AI/ML infrastructures. Link JSON documents in a powerful knowledge graph all through a simple document API.</p>
</div>
<button class="block__button">
<i class="icon-arrow-right block__button-icon"></i>
</button>
</div>
</a>
<a href="/blog/database-version-control/" target="_blank" rel="noreferrer" class="block">
<div class="block__content">
<i class="icon-version block__icon"></i>
<div class="block__inner">
<h3 class="h3 block__heading">Source Control for Data Development</h3>
<p class="block__description">Collaborate with confidence to build quicker and concurrently with your team. Fork, clone, branch, and merge, like Git. Use powerful query to create applications that can digest and utilize data from any point in its past. It also makes database migrations easy.</p>
</div>
<button class="block__button">
<i class="icon-arrow-right block__button-icon"></i>
</button>
</div>
</a>
</div>
</section>
<section class="page-strip page-strip--gradient-tertiary page-strip--shape-tertiary dashboard-strip">
<img src="img/shapes/dashboard-shape.svg" class="dashboard-strip__shape dashboard-strip__shape--right" alt="" aria-hidden="true">
<img src="img/shapes/dashboard-shape.svg" class="dashboard-strip__shape dashboard-strip__shape--left" alt="" aria-hidden="true">
<div class="wrapper wrapper--right-aligned">
<h2 class="h2 page-strip__title page-strip__title--white">TerminusX: Dashboard</h2>
<p class="p page-strip__description page-strip__description--alt">Manage your data apps from the TerminusX dashboard. Curate your data, see its health, monitor metrics, and control access privileges.</p>
</div>
<div class="dashboard-strip__container">
<div class="dashboard-strip__inner">
<picture class="dashboard-strip__picture">
<!-- Image should be resized to 1400px and doubled for retina on a 1024px width device -->
<source srcset="img/placeholders/placeholder-dashboard.webp 1x, img/placeholders/placeholder-dashboard.webp 2x" media="(min-width: 1024px)" type="image/webp">
<source srcset="img/placeholders/placeholder-dashboard.jpg 1x, img/placeholders/placeholder-dashboard.jpg 2x" media="(min-width: 1024px)" type="image/jpg">
<!-- Image should be resized to 1024px and doubled for retina on a 768px width device -->
<source srcset="img/placeholders/placeholder-dashboard.webp 1x, img/placeholders/placeholder-dashboard.webp 2x" media="(min-width: 768px)" type="image/webp">
<source srcset="img/placeholders/placeholder-dashboard.jpg 1x, img/placeholders/placeholder-dashboard.jpg 2x" media="(min-width: 768px)" type="image/jpg">
<!-- Image should be resized to 768px and doubled for retina on a 420px width device -->
<source srcset="img/placeholders/placeholder-dashboard.webp 1x, img/placeholders/placeholder-dashboard.webp 2x" media="(min-width: 420px)" type="image/webp">
<source srcset="img/placeholders/placeholder-dashboard.jpg 1x, img/placeholders/placeholder-dashboard.jpg 2x" media="(min-width: 420px)" type="image/jpg">
<!-- Image should be resized to 420px and doubled for retina -->
<source srcset="img/placeholders/placeholder-dashboard.webp 1x, img/placeholders/placeholder-dashboard.webp 2x" type="image/webp">
<img class="dashboard-strip__image" src="img/placeholders/placeholder-dashboard.jpg" srcset="img/placeholders/placeholder-dashboard.jpg 2x" alt="Video image">
</picture>
<div class="dashboard-strip__hotspot tooltip" style="left: 84%; top: 1.5%;">
<button class="dashboard-strip__trigger" aria-label="Click to see more detail">
<span class="dashboard-strip__trigger-icon"></span>
</button>
<div class="dashboard-strip__tooltip">
<div class="dashboard-strip__tooltip-inner">
<button class="dashboard-strip__tooltip-close">
<i class="icon-close dashboard-strip__tooltip-icon"></i>
</button>
<p class="dashboard-strip__tooltip-description">Time travel into the past and see a version of your data product exactly as it was when you committed it</p>
</div>
<span class="dashboard-strip__tooltip-carat" aria-hidden="true"></span>
</div>
</div>
<div class="dashboard-strip__hotspot tooltip" style="left: 75%; top: 9.7%;">
<button class="dashboard-strip__trigger" aria-label="Click to see more detail">
<span class="dashboard-strip__trigger-icon"></span>
</button>
<div class="dashboard-strip__tooltip">
<div class="dashboard-strip__tooltip-inner">
<button class="dashboard-strip__tooltip-close">
<i class="icon-close dashboard-strip__tooltip-icon"></i>
</button>
<p class="dashboard-strip__tooltip-description">The audit log allows organization admins to quickly review the actions performed by members at a glance</p>
</div>
<span class="dashboard-strip__tooltip-carat" aria-hidden="true"></span>
</div>
</div>
<div class="dashboard-strip__hotspot tooltip" style="left: 26.5%; top: 15%;">
<button class="dashboard-strip__trigger" aria-label="Click to see more detail">
<span class="dashboard-strip__trigger-icon"></span>
</button>
<div class="dashboard-strip__tooltip">
<div class="dashboard-strip__tooltip-inner">
<button class="dashboard-strip__tooltip-close">
<i class="icon-close dashboard-strip__tooltip-icon"></i>
</button>
<p class="dashboard-strip__tooltip-description">Real-time visualization of the number of commits in a day</p>
</div>
<span class="dashboard-strip__tooltip-carat" aria-hidden="true"></span>
</div>
</div>
<div class="dashboard-strip__hotspot tooltip" style="left: 1.5%; top: 29%;">
<button class="dashboard-strip__trigger" aria-label="Click to see more detail">
<span class="dashboard-strip__trigger-icon"></span>
</button>
<div class="dashboard-strip__tooltip">
<div class="dashboard-strip__tooltip-inner">
<button class="dashboard-strip__tooltip-close">
<i class="icon-close dashboard-strip__tooltip-icon"></i>
</button>
<p class="dashboard-strip__tooltip-description">Take a deep dive into your Product Models, Document Explorer & Product Explorer</p>
</div>
<span class="dashboard-strip__tooltip-carat" aria-hidden="true"></span>
</div>
</div>
</div>
</div>
</section>
<section class="page-strip page-strip--increased-space">
<div class="wrapper wrapper--centered">
<h2 class="h2 page-strip__title">A lightweight, temporal, & immutable document-oriented graph database</h2>
<p class="p page-strip__description">Build fast, collaborate, develop with JSON documents in a linked knowledge graph. TerminusDB’s features include:</p>
</div>
<div class="secondary-grid">
<div class="card card--has-color card--blue">
<div class="card__content">
<i class="icon-rocket card__icon"></i>
<h3 class="h3 card__heading">Faster Time to Market</h3>
<p class="card__description">TerminusDB & TerminusX are fast - really fast. Build an application MVP in a single sprint.</p>
</div>
</div>
<div class="card">
<div class="card__content">
<i class="icon-scale card__icon"></i>
<h3 class="h3 card__heading">Schema First</h3>
<p class="card__description">A tool that enables you to use schema to blueprint and build complex data models.</p>
</div>
</div>
<div class="card card--has-color card--pink">
<div class="card__content">
<i class="icon-discovery card__icon"></i>
<h3 class="h3 card__heading">Customizable</h3>
<p class="card__description">Generate UIs and forms and get data validation for free.
</p>
</div>
</div>
<div class="card">
<div class="card__content">
<i class="icon-version card__icon"></i>
<h3 class="h3 card__heading">Like Git for Data</h3>
<p class="card__description">A versioning first database, fork, clone, branch, and merge, just like Git, to collaborate with colleagues, time travel, and develop with the safety of undo.</p>
</div>
</div>
<div class="card card--has-color card--violet">
<div class="card__content">
<i class="icon-integration card__icon"></i>
<h3 class="h3 card__heading">Document Oriented</h3>
<p class="card__description">Work with JSON documents and build relationships between documents in a powerful knowledge graph.</p>
</div>
</div>
<div class="card">
<div class="card__content">
<i class="icon-stability card__icon"></i>
<h3 class="h3 card__heading">Easy</h3>
<p class="card__description">Quick to install, start building your apps in minutes.</p>
</div>
</div>
</div>
</section>
<section class="page-strip page-strip--has-background page-strip--gradient-primary page-strip--shape-primary info-strip">
<div class="wrapper">
<div class="info-strip__top">
<div class="info-strip__col info-strip__col--text">
<div class="info-strip__content">
<h2 class="h2 info-strip__heading">Enjoy More Time Building and Creating</h2>
<p class="p info-strip__description">No matter what application or use case you have, TerminusX is designed to provide a positive developer experience so you can spend more time doing what you enjoy, and less time on the tedious stuff. With source control, document store and knowledge graph functionality, and a flexible and extendable schema, TerminusX helps you collaborate, iterate, and develop data-driven functionality easily and quickly.</p>
</div>
</div>
<div class="info-strip__col info-strip__col--graphic">
<div class="lottie" data-animation-file="data/map-lottie.json" data-bm-renderer="svg">
<div class="lottie__inner"></div>
<div class="lottie__watcher" aria-hidden="true"></div>
</div>
</div>
</div>
<div class="info-strip__bottom">
<div class="tile-grid">
<div class="tile-grid__item">
<div class="tile">
<p class="tile__heading">75%</p>
<p class="tile__description">of development time is wasted<br>
<br>
</p>
</div>
</div>
<div class="tile-grid__item">
<div class="tile">
<p class="tile__heading">94%</p>
<p class="tile__description">of developers use source control. Why not in data?<br>
<br>
</p>
</div>
</div>
<div class="tile-grid__item">
<div class="tile">
<p class="tile__heading">61%</p>
<p class="tile__description">of developers are frustrated having to wait for dev environments</p>
</div>
</div>
<div class="tile-grid__item">
<div class="tile">
<p class="tile__heading">50%</p>
<p class="tile__description">of time in the data lake is wasted looking for correct data</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="page-strip">
<div class="wrapper wrapper--centered">
<h2 class="h2 page-strip__title">3 Steps to a Data Product</h2>
<p class="p page-strip__description">Build a versioned data product in 90 seconds.</p>
</div>
<div class="wrapper wrapper--narrow">
<div class="video-container">
<!--<iframe class="video-container__source" src="https://www.youtube.com/embed/LDvEqx9Y7oA" id="play-video-frame">
</iframe> -->
<iframe class="video-container__source"
src="https://www.youtube.com/embed/LDvEqx9Y7oA?enablejsapi=1&autoplay=1&mute=1"
id="play-video-frame"
frameborder="0"
preload="none"
allowfullscreen>
</iframe>
<picture class="video-container__picture">
<!-- Image should be resized to 1400px and doubled for retina on a 1024px width device -->
<source srcset="img/placeholders/placeholder-video.webp 1x, img/placeholders/placeholder-video.webp 2x" media="(min-width: 1024px)" type="image/webp">
<source srcset="img/placeholders/placeholder-video.jpg 1x, img/placeholders/placeholder-video.jpg 2x" media="(min-width: 1024px)" type="image/jpg">
<!-- Image should be resized to 1024px and doubled for retina on a 768px width device -->
<source srcset="img/placeholders/placeholder-video.webp 1x, img/placeholders/placeholder-video.webp 2x" media="(min-width: 768px)" type="image/webp">
<source srcset="img/placeholders/placeholder-video.jpg 1x, img/placeholders/placeholder-video.jpg 2x" media="(min-width: 768px)" type="image/jpg">
<!-- Image should be resized to 768px and doubled for retina on a 420px width device -->
<source srcset="img/placeholders/placeholder-video.webp 1x, img/placeholders/placeholder-video.webp 2x" media="(min-width: 420px)" type="image/webp">
<source srcset="img/placeholders/placeholder-video.jpg 1x, img/placeholders/placeholder-video.jpg 2x" media="(min-width: 420px)" type="image/jpg">
<!-- Image should be resized to 420px and doubled for retina -->
<source srcset="img/placeholders/placeholder-video.webp 1x, img/placeholders/placeholder-video.webp 2x" type="image/webp">
<img class="video-container__image" src="img/placeholders/placeholder-video.jpg" srcset="img/placeholders/placeholder-video.jpg 2x" alt="Video image">
</picture>
<button class="play-button play-video" aria-label="Play video" id="button-play-video">
<i class="icon-play play-button__icon"></i>
<span class="play-button__ripple">
</span>
</button>
</div>
</div>
</section>
<section class="page-strip page-strip--gradient-secondary page-strip--has-background page-strip--shape-secondary interruption-strip">
<div class="wrapper wrapper--narrow">
<div class="interruption-strip__content">
<picture class="interruption-strip__image">
<img src="./img/logos/google-cloud-soc-2.png" class="interruption-strip__image-source" alt="TerminusDB Open Source Graph Database">
</picture>
<h2 class="h2 interruption-strip__heading">Ready to get Started?</h2>
<p class="p interruption-strip__description">Create an account instantly and connect from anywhere. Start building collaborative apps and data products.</p>
<a href="/pricing/" class="button"><span class="button__text">Sign Up</span></a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__row">
<div class="wrapper footer__wrapper">
<div class="footer__col">
<a href="/" class="footer__logo" aria-label="Click here to go to Homepage">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 170.56 36.21"><defs><style>.cls-1{fill:#3450dc;}.cls-2{fill:url(#New_Gradient_Swatch);}.cls-3{fill:url(#New_Gradient_Swatch-2);}</style><lineargradient id="New_Gradient_Swatch" x1="152.43" y1="13.17" x2="172.54" y2="24.78" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe079"/><stop offset="0.5" stop-color="#e572da"/><stop offset="0.8" stop-color="#3450dc"/></lineargradient><lineargradient id="New_Gradient_Swatch-2" x1="2.42" y1="9.05" x2="33.79" y2="27.16" xlink:href="#New_Gradient_Swatch"/></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M49.44,28.21V12.34h-5V9.57H57.32v2.77H52.18V28.21Z"/><path class="cls-1" d="M69,26.38h0a7.3,7.3,0,0,1-2.23,1.46,7.12,7.12,0,0,1-3,.64,7.19,7.19,0,0,1-3.67-.92A6.49,6.49,0,0,1,57.57,25a7.46,7.46,0,0,1-.89-3.66,8,8,0,0,1,.94-4,6.6,6.6,0,0,1,5.87-3.45,5.66,5.66,0,0,1,3.05.86,6.3,6.3,0,0,1,2.18,2.39,7.4,7.4,0,0,1,.81,3.54l0,1.17H59.3a4.53,4.53,0,0,0,1.48,3A4.64,4.64,0,0,0,64,26a4.2,4.2,0,0,0,2.26-.55,9.52,9.52,0,0,0,1.42-1.05Zm-5.46-9.94a4.67,4.67,0,0,0-2.62.73,3.7,3.7,0,0,0-1.47,2.52h7.47V19.5a3.19,3.19,0,0,0-.57-1.6,3.53,3.53,0,0,0-1.24-1.07A3.29,3.29,0,0,0,63.49,16.44Z"/><path class="cls-1" d="M79.85,17.19a2.78,2.78,0,0,0-.62-.23,3.33,3.33,0,0,0-.78-.09,3.17,3.17,0,0,0-1.6.44,3.64,3.64,0,0,0-1.31,1.25A3.46,3.46,0,0,0,75,20.49v7.72H72.38v-14H75v2.64a5.06,5.06,0,0,1,1.69-2.11,4,4,0,0,1,2.38-.82,3.28,3.28,0,0,1,1.44.26Z"/><path class="cls-1" d="M89.4,14a4.15,4.15,0,0,1,2.64.78,4.3,4.3,0,0,1,1.42,2.15,6.28,6.28,0,0,1,1-1.35,6.21,6.21,0,0,1,1.61-1.13,4.33,4.33,0,0,1,2-.45,3.79,3.79,0,0,1,4,2.89,10.35,10.35,0,0,1,.4,2.94v8.39H99.86V20a5,5,0,0,0-.55-2.5,2.24,2.24,0,0,0-2.11-1,3.28,3.28,0,0,0-3.38,3.33v8.36H91.18V19.93a4.56,4.56,0,0,0-.61-2.45,2.21,2.21,0,0,0-2-1,3.36,3.36,0,0,0-1.73.45,3.39,3.39,0,0,0-1.19,1.19,3.14,3.14,0,0,0-.43,1.64v8.41H82.57v-14h2.64v2.24a6,6,0,0,1,1.71-1.72A4.25,4.25,0,0,1,89.4,14Z"/><path class="cls-1" d="M107.76,11.19a1.69,1.69,0,0,1-1.32-.48A1.82,1.82,0,0,1,106,9.46a1.92,1.92,0,0,1,.43-1.2,1.62,1.62,0,0,1,1.32-.53,1.7,1.7,0,0,1,1.33.48,1.84,1.84,0,0,1,.43,1.25,1.92,1.92,0,0,1-.43,1.2A1.6,1.6,0,0,1,107.76,11.19Zm1.35,17h-2.62v-14h2.62Z"/><path class="cls-1" d="M120.06,13.94a4.41,4.41,0,0,1,2.79.77,4.08,4.08,0,0,1,1.39,2.08,10.07,10.07,0,0,1,.39,2.9v8.52H122V19.88a6,6,0,0,0-.26-1.82,2.46,2.46,0,0,0-.86-1.25,2.54,2.54,0,0,0-1.71-.37,3.59,3.59,0,0,0-1.8.45,3.4,3.4,0,0,0-1.24,1.2,3.07,3.07,0,0,0-.46,1.65v8.47h-2.62v-14h2.62v2.21a5.73,5.73,0,0,1,1.78-1.75A4.69,4.69,0,0,1,120.06,13.94Z"/><path class="cls-1" d="M137.28,22.65V14.23h2.62v14h-2.62V26a5.64,5.64,0,0,1-1.71,1.74,4.74,4.74,0,0,1-2.71.76A4.29,4.29,0,0,1,129.48,27a6.12,6.12,0,0,1-1.29-4.13V14.23h2.61v7.88a5.94,5.94,0,0,0,.32,2,3.08,3.08,0,0,0,1,1.46,2.83,2.83,0,0,0,1.79.54,3.39,3.39,0,0,0,2.36-.9A3.27,3.27,0,0,0,137.28,22.65Z"/><path class="cls-1" d="M151.25,17.9a6.4,6.4,0,0,0-1.61-1.22A3.59,3.59,0,0,0,148,16.2a4.22,4.22,0,0,0-1.06.13,1.8,1.8,0,0,0-.87.5,1.42,1.42,0,0,0-.36,1.05,1.45,1.45,0,0,0,.83,1.36,11.47,11.47,0,0,0,2,.72,14.9,14.9,0,0,1,2,.73A4.14,4.14,0,0,1,152.18,22a3.77,3.77,0,0,1,.65,2.35,3.67,3.67,0,0,1-.7,2.24,4.6,4.6,0,0,1-1.8,1.43,5.66,5.66,0,0,1-2.33.49,7.77,7.77,0,0,1-2.86-.55,5.41,5.41,0,0,1-2.4-1.87l1.78-1.6a5.27,5.27,0,0,0,1.56,1.29,4.55,4.55,0,0,0,2.15.47,2.81,2.81,0,0,0,1-.18,1.91,1.91,0,0,0,.82-.56,1.51,1.51,0,0,0,.34-1.05,1.35,1.35,0,0,0-.36-1,2.83,2.83,0,0,0-1-.58q-.61-.23-1.35-.42a17.31,17.31,0,0,1-2.15-.78,4.72,4.72,0,0,1-1.75-1.33,3.71,3.71,0,0,1-.7-2.36,3.47,3.47,0,0,1,.68-2.15,4.42,4.42,0,0,1,1.76-1.38,5.61,5.61,0,0,1,2.34-.49,7.21,7.21,0,0,1,2.59.53,5.22,5.22,0,0,1,2.31,1.7Z"/><path class="cls-2" d="M154.38,28.21l6.37-9.53L154.5,9.57H158l4.65,7.11,4.45-7.11h3.22L164.16,19l6.4,9.24h-3.48L162.33,21l-4.73,7.22Z"/><path class="cls-3" d="M14.88,18.1a3.23,3.23,0,1,0,3.22-3.22A3.22,3.22,0,0,0,14.88,18.1Zm4.47,0a1.25,1.25,0,1,1-1.25-1.24A1.25,1.25,0,0,1,19.35,18.1Zm4.34-9A10.61,10.61,0,0,0,9.06,23.65a1,1,0,0,1-1.69,1A12.59,12.59,0,0,1,24.74,7.4a1,1,0,0,1,.31,1.36A1,1,0,0,1,23.69,9.08Zm5.23,2.57a12.59,12.59,0,0,1-17.66,17A1,1,0,0,1,11,27.31a1,1,0,0,1,1.37-.3,10.5,10.5,0,0,0,5.76,1.71,10.62,10.62,0,0,0,9.12-16.06,1,1,0,0,1,.34-1.35A1,1,0,0,1,28.92,11.65ZM30,32a1.83,1.83,0,0,1-1.83,1.83,2,2,0,0,1-.8-.19A18.11,18.11,0,0,1,2.91,8.26,1,1,0,0,1,4.27,8a1,1,0,0,1,.3,1.37A16.13,16.13,0,0,0,26.34,32,1.83,1.83,0,0,1,30,32ZM36.21,18.1a18.12,18.12,0,0,1-2.71,9.54,1,1,0,0,1-.84.47,1,1,0,0,1-.53-.15,1,1,0,0,1-.31-1.37A16.13,16.13,0,0,0,9.72,4.33,1.83,1.83,0,1,1,7.9,2.41a1.75,1.75,0,0,1,.82.21A18.11,18.11,0,0,1,36.21,18.1Z"/></g></g></svg>
</a>
<div class="footer__social">
<ul class="social">
<li class="social__item">
<a href="https://www.facebook.com/TerminusDB-109128707602462" target="_blank" rel="nofollow" class="social__link" aria-label="Click here to go to Facebook">
<i class="icon-facebook social__icon" aria-label="Facebook logo"></i>
</a>
</li>
<li class="social__item">
<a href="https://twitter.com/terminusdb" target="_blank" rel="nofollow" class="social__link" aria-label="Click here to go to Twitter">
<i class="icon-twitter social__icon" aria-label="Twitter logo"></i>
</a>
</li>
<li class="social__item">
<a href="https://ie.linkedin.com/company/terminusdb" target="_blank" rel="nofollow" class="social__link" aria-label="Click here to go to LinkedIn">
<i class="icon-linkedin social__icon" aria-label="LinkedIn logo"></i>
</a>
</li>
<li class="social__item">
<a href="https://github.com/terminusdb" target="_blank" rel="nofollow" class="social__link" aria-label="Click here to go to Github">
<i class="icon-github social__icon" aria-label="Github logo"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="footer__col">
<p class="footer__col-title">
<a class="footer__col-title-link" href="/">Products</a>
</p>
<nav class="footer__nav">
<ul class="footer__nav-list">
<li class="footer__nav-list-item">
<a href="/products/terminusdb/" class="footer__nav-list-link">TerminusDB</a>
</li>
<li class="footer__nav-list-item">
<a href="/products/terminusx/" class="footer__nav-list-link">TerminusX</a>
</li>
<li class="footer__nav-list-item">
<a href="/products/jsondiff/" class="footer__nav-list-link">JSON Diff</a>
</li>
<li class="footer__nav-list-item">
<a href="/products/schema-as-a-service/" class="footer__nav-list-link">Schema</a>
</li>
<li class="footer__nav-list-item">
<a href="https://versionxl.com" target="_blank" class="footer__nav-list-link">VersionXL</a>
</li>
<li class="footer__nav-list-item">
<a href="/blog/use-cases/" target="_blank" class="footer__nav-list-link">Use Cases</a>
</li>
</ul>
</nav>
</div>
<div class="footer__col">
<p class="footer__col-title">
<a class="footer__col-title-link" href="/docs/" rel="noopener">Documentation</a>
</p>
<p class="footer__col-title">
<a class="footer__col-title-link" href="/aboutus/" rel="noopener">About Us</a>
</p>
<p class="footer__col-title">
<a class="footer__col-title-link" href="/community/" rel="noopener">Community</a>
</p>
<p class="footer__col-title">
<a class="footer__col-title-link" href="https://academy.terminusdb.com" target="_blank" rel="noopener">Academy</a>
</p>
</div>
<div class="footer__col">
<p class="footer__col-title">
<a class="footer__col-title-link" href="/contact/">Contact</a>
</p>
<nav class="footer__nav">
<ul class="footer__nav-list">
<li class="footer__nav-list-item">
<a href="mailto:[email protected]" class="footer__nav-list-link">[email protected]</a>
</li>
<li class="footer__nav-list-item">
<span class="">Phone:</span>
<a href="tel:0035315840031" class="footer__nav-list-link">+353 1 584 0031</a>
</li>
</ul>
</nav>
</div>
<div class="footer__col">
<div class="footer__action">
<button class="footer__cta" id="backToTop" aria-label="Back to Top">
<i class="icon-arrow-up footer__cta-icon"></i>
</button>
</div>
</div>
</div>
</div>
<div class="footer__row footer__row--second">
<div class="wrapper footer__wrapper">
<ul class="footer__extra-links">
<li class="footer__extra-item">
<a href="/service/" class="footer__extra-link">Terms & Conditions</a>
</li>
<li class="footer__extra-item">
<a href="/policy/" class="footer__extra-link">Privacy Policy</a>
</li>
</ul>
<div class="footer__copyright">
<div class="footer__copyright-col">
<p class="footer__copyright-text">
©2021 TerminusDB<span class="footer__divisor">|</span>All right reserved
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- All JS actions that are site wide should be in this file -->
<script src="/js/vendors.js"></script>
<script src="/js/main.js"></script>
<script src="/js/homepage.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-151888980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-151888980-1');
</script>
</body>
</html>