forked from starburstdata/starburstdata.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglossary.html
693 lines (416 loc) · 20.7 KB
/
glossary.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Starburst | Glossary</title>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:title" content="Starburst - Glossary">
<meta property="og:description" content="Your hub to all knowledge about Starburst products.">
<meta property="og:image" content="/assets/img/logo/starburst-reverse.png">
<link rel="stylesheet" href="/assets/fontawesome/css/all.css">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/mdb.min.css">
<link rel="stylesheet" href="/assets/css/highlight.css">
<link rel="stylesheet" href="/assets/css/style.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114610397-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-114610397-1');
</script>
</head>
<body>
<div class="wrap">
<header style="padding-top:74px;">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="navbar-left-container">
<a class="navbar-brand" href="https://www.starburst.io/">
<img src="/assets/img/logo/starburst-reverse.png" height="40" alt=" Starburst">
</a>
<span class="navbar-divider"></span>
<a href="/" class="nav-item nav-link">Documentation</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/starburst-enterprise/index.html">Starburst Enterprise</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/marketplace/index.html">Marketplace deployments</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/starburst-galaxy/index.html">Starburst Galaxy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/support.html">Support</a>
</li>
</li>
<li class="dropdown" id="site-search">
<a id="dropdownSearch" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-search" style="color:white; vertical-align: sub;"></i>
</a>
<div class="dropdown-menu" aria-labelledby="dropdownSearch">
<div id="search-container">
<div id="search-input-bar">
<input type="text" id="search-input" name="search" placeholder="Search..." />
</div>
<div id="results-container"></div>
</div>
</div>
</li>
<script type="text/javascript" src="/assets/js/simple-jekyll-search.js"></script>
<script>
SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/search.json',
limit: 30
})
</script>
</ul>
</div>
</nav>
</header>
<div class="content">
<div class="row">
<div class="col-md-3 side-navigation">
<div class="spacer-60 toc-sticky left-nav">
<div>
<h6 class="overline product-nav-title">Resources</h6>
</div>
<hr />
<li >
<a href="/starburst-enterprise/index.html" >Starburst Enterprise</a>
</li>
<li >
<a href="/marketplace/index.html" >Marketplace deployments</a>
</li>
<li >
<a href="/starburst-galaxy/index.html" >Starburst Galaxy</a>
</li>
<li
onclick="toggle_navigation_visibility('personas');">
<a>
User personas
<i class="fa fa-angle-left nav-icon"></i>
</a>
</li>
<ul id="personas" class="doc-subnav hidden">
<li
>
<a href="/starburst-personas.html" >Overview</a>
</li>
<li
>
<a href="/data-consumer/index.html" >Data consumer</a>
</li>
<li
>
<a href="/data-engineer/index.html" >Data engineer</a>
</li>
<li
>
<a href="/platform-administrator/index.html" >Platform administrator</a>
</li>
<li
>
<a href="/data-leader/index.html" >Data leader</a>
</li>
</ul>
<li >
<a href="https://docs.starburst.io/latest/index.html" >Reference documentation</a>
</li>
<li class="active">
<a href="/glossary.html" >Glossary</a>
</li>
<li >
<a href="/knowledge-base/index.html" >Knowledge base</a>
</li>
</div>
</div>
<div class="col-md-9 col-lg-6 spacer-30 docs-content">
<div class="breadcrumbs">
<p>
Glossary
</p>
</div>
<h1 id="glossary">
Glossary <a href="#glossary" class="titleAnchor">#</a>
</h1>
<h5 id="terms-a-e">
Terms A-E <a href="#terms-a-e" class="titleAnchor">#</a>
</h5>
<h6 id="amazon-aws-marketplace">
Amazon AWS marketplace <a href="#amazon-aws-marketplace" class="titleAnchor">#</a>
</h6>
<p>A provider for all aspects of the required infrastructure. This includes using
AWS CloudFormation for provisioning, Amazon Simple Storage Service (S3) for
storage, Amazon Machine Images (AMI), and Amazon Elastic Compute Cloud (EC2) for
computes, Amazon Glue as metadata catalog, and others. For more information, see
<a href="./marketplace/amazon/index.html">Amazon AWS Marketplace</a>.</p>
<h6 id="catalog">
Catalog <a href="#catalog" class="titleAnchor">#</a>
</h6>
<p>Catalogs define and name the configuration to connect to, and query a data
source. For more information, see
<a href="./starburst-enterprise/data-engineer/catalogs.html">Catalogs</a>.</p>
<h6 id="cluster">
Cluster <a href="#cluster" class="titleAnchor">#</a>
</h6>
<p>A cluster provides the resources to run queries against numerous data sources.
Clusters define the number of workers, the configuration for the JVM runtime,
configured data sources, and others aspects. For more information, see Cluster
<a href="./starburst-enterprise/platform-administrator/deploy-update.html">deployment</a>
and <a href="./starburst-enterprise/platform-administrator/cluster.html">setup and
configuration</a>.</p>
<h6 id="connector">
Connector <a href="#connector" class="titleAnchor">#</a>
</h6>
<p>Transforms the underlying data into the SEP concepts of schemas,
tables, columns, rows, and data types. A connector is specific to the data
source it supports, and are named as properties in
<a href="#catalog">catalogs</a>.</p>
<h6 id="cots">
COTS <a href="#cots" class="titleAnchor">#</a>
</h6>
<p>Common off-the-shelf. Refers to commodity hardware components.</p>
<h6 id="data-consumer-persona">
Data consumer persona <a href="#data-consumer-persona" class="titleAnchor">#</a>
</h6>
<p>Owns data products such as reports, dashboards, models, and the quality of
analysis. For more information, see <a href="./starburst-personas.html">Starburst
personas</a>.</p>
<h6 id="data-engineer-persona">
Data engineer persona <a href="#data-engineer-persona" class="titleAnchor">#</a>
</h6>
<p>Owns schemas and is responsible for the source data quality and ETL SLA. For
more information, see <a href="./starburst-personas.html">Starburst personas</a></p>
<h6 id="data-source">
Data source <a href="#data-source" class="titleAnchor">#</a>
</h6>
<p>A data source is a system from which data is retrieved. In SEP,
you must connect to a data source so you can query that source by using a
<a href="#catalog">catalog</a>. See <a href="./starburst-enterprise/data-engineer/catalogs.html">Configure and define
catalogs</a></p>
<h5 id="terms-f-j">
Terms F-J <a href="#terms-f-j" class="titleAnchor">#</a>
</h5>
<h6 id="google-cloud-marketplace">
Google Cloud marketplace <a href="#google-cloud-marketplace" class="titleAnchor">#</a>
</h6>
<p>Deploy in the Google Cloud Marketplace or using the Starburst Kubernetes
solution on the Google Kubernetes Engine (GKE). GKE is a secure, production
ready, managed Kubernetes service in Google Cloud managing for containerized
applications. For more information, see <a href="./marketplace/google/index.html">Google Cloud
marketplace</a>.</p>
<h5 id="terms-k-o">
Terms K-O <a href="#terms-k-o" class="titleAnchor">#</a>
</h5>
<h6 id="marketplace">
Marketplace <a href="#marketplace" class="titleAnchor">#</a>
</h6>
<p>Purchase a preconfigured set of machine images, containers, and other needed
resources to run SEP on their cloud hosts under your control. See
<a href="./marketplace/index.html">Marketplace deployments</a>.</p>
<h6 id="microsoft-azure-marketplace">
Microsoft Azure marketplace <a href="#microsoft-azure-marketplace" class="titleAnchor">#</a>
</h6>
<p>Deploy using in the Azure Marketplace or using the Starburst Kubernetes solution
onto the Azure Kubernetes Services (AKS). AKS is a secure, production-ready,
managed Kubernetes service on Azure for managing for containerized applications.
For more information, see <a href="./marketplace/microsoft/index.html">Microsoft Azure
Marketplace</a>.</p>
<h5 id="terms-p-t">
Terms P-T <a href="#terms-p-t" class="titleAnchor">#</a>
</h5>
<h6 id="platform-administrator-persona">
Platform administrator persona <a href="#platform-administrator-persona" class="titleAnchor">#</a>
</h6>
<p>Owns platforms and services (ITIL-style). Has service SLA responsibility for the
infrastructure supporting the cluster. For more information, see <a href="./starburst-personas.html">Starburst
personas</a>.</p>
<h6 id="presto-and-prestosql">
Presto and PrestoSQL <a href="#presto-and-prestosql" class="titleAnchor">#</a>
</h6>
<p>Old name for Trino.</p>
<h6 id="red-hat-openshift-marketplace">
Red Hat OpenShift marketplace <a href="#red-hat-openshift-marketplace" class="titleAnchor">#</a>
</h6>
<p>A container platform using Kubernetes operators that automates the provisioning,
management and scaling of applications to any cloud platform or even on-prem.
Starburst Enterprise is available on Red Hat marketplace as of OpenShift version 4.
For more information, see <a href="./marketplace/redhat/index.html">Red Hat
Marketplace</a>.</p>
<h6 id="starburst-enterprise-platform">
Starburst Enterprise platform <a href="#starburst-enterprise-platform" class="titleAnchor">#</a>
</h6>
<p>Helps companies harness the value of open source Trino, the fastest
distributed query engine available today. Starburst adds connectors, security,
and support that meets the needs for fast data access at scale. For more
information, see<a href="./starburst-enterprise/index.html">Starburst Enterprise</a>.</p>
<h6 id="sep">
SEP <a href="#sep" class="titleAnchor">#</a>
</h6>
<p>Abbreviation of Starburst Enterprise platform. For more information, see
<a href="./starburst-enterprise/index.html">Starburst Enterprise</a>.</p>
<h6 id="sql">
SQL <a href="#sql" class="titleAnchor">#</a>
</h6>
<p>Structured Query Language. The standard language used with relational databases.
For more information, see <a href="./data-consumer/starburst-sql.html">SQL</a>.</p>
<h6 id="trino">
Trino <a href="#trino" class="titleAnchor">#</a>
</h6>
<p>Fast distributed SQL query engine for big data analytics, formerly
PrestoSQL.</p>
<!-- ##### Terms U-Z
###### TermX
Term description.
-->
<div class="feedback-container">
<div class="feedback-thumbs">
<p>Is the information on this page helpful?</p>
<p class="feedback-option" title="yes"><i class="fa fa-thumbs-up"></i>Yes</p>
<p class="feedback-option" title="no"><i class="fa fa-thumbs-down"></i>No</p>
</div>
<div class="feedback-message">
<textarea class="feedback-body" placeholder="Additional feedback"></textarea>
<button type="button" onclick="sendMessage()" class="btn btn-sm btn-primary">Submit</button>
<a onclick="skip()" class="feedback-skip">Skip</a>
</div>
</div>
<script>
function feedback() {
var feedbackValue = "";
var feedbackThumbs = document.querySelector(".feedback-thumbs");
var feedbackMessage = document.querySelector(".feedback-message");
var initialFeedbackMessageContents = feedbackMessage.innerHTML;
var feedbackAnswer = localStorage.getItem('feedback-answer-' + window.location.pathname);
var options = Array.from(document.querySelectorAll(".feedback-option"));
if (feedbackAnswer) {
Object.keys(options).map(i => options[i].getAttribute('title') == JSON.parse(feedbackAnswer)
? options[i].classList.add('active')
: null
);
}
var clickFunction = function(event){
var page = window.location.pathname;
var value = event.currentTarget.getAttribute('title');
var eventValue = value == 'yes' ? 1 : 0;
if(!event.currentTarget.classList.contains('active')) {
localStorage.setItem('feedback-answer-' + page, JSON.stringify(value == 'yes' ? 'yes' : 'no'));
feedbackValue = value;
gtag('event', 'feedback', {
'event_category': 'Docs Feedback',
'event_label': page,
'event_value': eventValue,
});
Object.keys(options).map(i => options[i].classList.remove('active'));
event.currentTarget.classList.add('active');
feedbackThumbs.style.display = "none";
feedbackMessage.style.display = "flex";
};
};
skip = function() {
feedbackMessage.style.display = "none";
feedbackThumbs.style.display = "flex";
feedbackMessage.innerHTML = initialFeedbackMessageContents;
}
sendMessage = function(){
var feedbackBody = document.querySelector(".feedback-body").value;
if (feedbackBody) {
var message = "Page url: " + window.location.pathname + "\n\n"
+ "Feedback positive?: " + feedbackValue + "\n\n" + "Feedback Message: " + feedbackBody;
var link = "mailto:docs-feedback@starburst.io?subject=" + encodeURIComponent("Feedback")+"&body="
+ encodeURIComponent(message);
window.location.href = link;
feedbackMessage.innerHTML = "<p>Thank you!</p>";
setTimeout(function(){
skip();
}, 5000);
} else {
if(!document.querySelector("#feedback-skip")) {
var alertMessage = document.createElement("p");
alertMessage.id = "feedback-skip";
alertMessage.style.color = "red";
alertMessage.style.position = "absolute";
alertMessage.style.bottom = "-0.5rem";
alertMessage.innerHTML = "Please provide a message.";
feedbackMessage.appendChild(alertMessage);
setTimeout(function(){
alertMessage.remove();
}, 3000);
}
}
}
Object.keys(options).map(i => options[i].addEventListener('click', clickFunction , false));
}
feedback();
</script>
</div>
<div class="col-lg-3 toc-styles d-none d-lg-block">
<div class="spacer-60 toc-sticky">
<ul><li><a href="#glossary">Glossary</a><ul><li><a href="#terms-a-e">Terms A-E</a><ul><li><a href="#amazon-aws-marketplace">Amazon AWS marketplace</a></li><li><a href="#catalog">Catalog</a></li><li><a href="#cluster">Cluster</a></li><li><a href="#connector">Connector</a></li><li><a href="#cots">COTS</a></li><li><a href="#data-consumer-persona">Data consumer persona</a></li><li><a href="#data-engineer-persona">Data engineer persona</a></li><li><a href="#data-source">Data source</a></li></ul></li><li><a href="#terms-f-j">Terms F-J</a><ul><li><a href="#google-cloud-marketplace">Google Cloud marketplace</a></li></ul></li><li><a href="#terms-k-o">Terms K-O</a><ul><li><a href="#marketplace">Marketplace</a></li><li><a href="#microsoft-azure-marketplace">Microsoft Azure marketplace</a></li></ul></li><li><a href="#terms-p-t">Terms P-T</a><ul><li><a href="#platform-administrator-persona">Platform administrator persona</a></li><li><a href="#presto-and-prestosql">Presto and PrestoSQL</a></li><li><a href="#red-hat-openshift-marketplace">Red Hat OpenShift marketplace</a></li><li><a href="#starburst-enterprise-platform">Starburst Enterprise platform</a></li><li><a href="#sep">SEP</a></li><li><a href="#sql">SQL</a></li><li><a href="#trino">Trino</a></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<p style="font-weight:900">Resources</b></p>
<ul>
<li class="footer-item"><a href="https://docs.starburst.io/latest/index.html">Starburst Enterprise reference documentation</a></li>
<li class="footer-item"><a href="/knowledge-base/index.html">Knowledge base</a></li>
<li class="footer-item"><a href="/glossary.html">Glossary</a></li>
<li class="footer-item"><a href="https://www.starburst.io/info/oreilly-presto-guide/" target="_blank">Free O'Reilly book - Presto: The Definitive Guide</a></li>
<li class="footer-item"><a href="https://trino.io/broadcast/" target="_blank">Trino Community Broadcast</a></li>
<li class="footer-item"><a href="https://blog.starburstdata.com/" target="_blank">Starburst blog</a></li>
</ul>
</div>
<div class="col-md-3">
<p style="font-weight:900">Contact and more</p>
<ul>
<li class="footer-item"><a href="https://www.starburst.io" target="_blank">Starburst</a></li>
<li class="footer-item"><a href="https://www.starburst.io/info/starburst-intro-and-demo/" target="_blank">Join our weekly demos</a></li>
<li class="footer-item"><a href="https://www.starburst.io/#!" target="_blank">Start a trial</a></li>
<li class="footer-item"><a href="/support.html" target="_blank">Get support</a></li>
<li class="footer-item"><a href="https://www.starburst.io/contact/" target="_blank">Contact us</a></li>
</ul>
</div>
<div class="col-md-3" style="text-align:right;">
<a href="https://www.starburst.io/" target="_blank"><img src="/assets/img/logo/starburst-reverse.png" height="60" alt=" Starburst" style="margin-bottom:20px;"></a>
<li class="footer-item" style="padding-right:10px;">
<a href="/disclaimers.html#copyright">Copyright © 2017-2021<br> Starburst Data</a>
</li>
<li class="footer-item" style="padding-right:10px;">
<a href="/disclaimers.html#trademarks">Trademark information</a>
</li>
</div>
</div>
<div class="row">
<div class="col-md-12 center spacer-30">
<a href="https://twitter.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-twitter"></i></a>
<a href="https://linkedin.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCXjkuWSO9CV_cSI3Mvo4a4w" target="_blank" class="footer-icon"><i class="fab fa-youtube"></i></a>
<a href="https://github.com/starburstdata" target="_blank" class="footer-icon"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/popper.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/mdb.min.js"></script>
<script type="text/javascript" src="/assets/js/custom.js"></script>
</body>
</html>