-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquickstart.html
290 lines (262 loc) · 12.5 KB
/
quickstart.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="copyright" content="Copyright Teradata Corporation 2017"/>
<meta name="descriptions" content="Kylo is an open source data lake management software platform"/>
<meta name="keywords" content="kylo,data lake,open source,hadoop,spark,nifi"/>
<meta name="robots" content="index,follow"/>
<title>Kylo</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91421200-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="css/custom-styles.css?version=7"/>
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#ec881d">
<meta name="apple-mobile-web-app-title" content="Kylo">
<meta name="application-name" content="Kylo">
<meta name="theme-color" content="#ffffff">
</head>
<body id="bootstrap-overrides">
<nav class="navbar navbar-default">
<div class="container-fluid navbar-primary" >
<div class="navbar-header navbar-link">
<button type="button" class="navbar-toggle collapsed navbar-link" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://kylo.io">
<img alt="Kylo" src="assets/Kylo-Logo-REV.png" class="navbar-icon">
</a>
</div>
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 0.8px;">
<ul class="nav navbar-nav">
<li>
<a href="index.html" class="navbar-link" target="_self">OVERVIEW</a>
</li>
<li>
<a href="quickstart.html" class="navbar-link" target="_self">QUICKSTART</a>
</li>
<li>
<a href="tutorials.html" class="navbar-link" target="_self">TUTORIALS</a>
</li>
<li>
<a href="https://kylo.readthedocs.io" class="navbar-link" target="_blank">DOCS</a>
</li>
<li>
<a href="https://github.com/Teradata/kylo" class="navbar-link" target="_blank">SOURCE</a>
</li>
<li class="dropdown">
<a href="#" target="" class="dropdown-toggle navbar-link" data-toggle="dropdown" role="button" aria-haspopup="true"
aria-expanded="false">COMMUNITY<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="https://groups.google.com/forum/#!forum/kylo-community" target="_blank">Forum Q&A</a></li>
<li><a href="https://kylo-io.atlassian.net/projects/KYLO" target="_blank">Issues</a></li>
<li><a href="https://kylo.readthedocs.io/en/latest/developer-guides/ContributingtoKylo.html" target="_self">Contributing</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right navbar-link">
<li>
<a class="nav-a-btn" href="#">
<button class="btn btn-primary" style="background-color:#e28b3e;width:150px;" onclick="window.open('quickstart.html', '_self');">TRY NOW</button>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="hero">
<h2 class="one-line-feature-heading">Quick Start</h2>
</div>
<div class="subtitle">
<p align="center">Ready to try out Kylo? Choose an option.</p>
</div>
<div id="features" class="container">
<div class="row">
<div class="col-md-2 col-md-push-10 feature-sidebar">
</div>
<div class="col-md-10 col-md-pull-2">
<div class="row">
<h1 class="text-orange subheading">Kylo AWS Sandbox</h1>
<div class="lead">Try Kylo in the cloud with Amazon Web Services. The AWS sandbox
AMI image is a pre-configured Kylo instance with Apache Hadoop, Spark, and NiFi.</div>
<h4>Click <a href="quickstart-ami.html">here</a> for AWS instructions</h4>
</div>
<div class="row">
<h1 class="text-orange subheading">Kylo Sandbox</h1>
<div class="lead">The Kylo Sandbox is a personal virtual environment so you can quickly get started with Kylo. The sandbox is a pre-configured Kylo instance with Apache
Hadoop,
Spark, and NiFi. The tutorials below will teach you how to create your first ingest feed and wrangle data.</div>
<ol>
<hr class="step-hr"/>
<div class="row">
<h4 class="col-sm-2 circle-li">1</h4>
<h4 class="col-sm-10 step-text-aligned">Download Kylo Sandbox for VirtualBox * </h4>
</div>
<div class="row">
<h4 class="col-sm-2 nocircle-li"></h4>
<h4 class="col-sm-8 step-text-aligned">Kylo HDP Sandbox</h4>
<button class="btn btn-solid-orange col-sm-2 h2-aligned" onclick="window.open('http://bit.ly/2L85IwT')">DOWNLOAD</button>
</div>
<div class="row">
<h4 class="col-sm-2 nocircle-li"></h4>
<h4 class="col-sm-8 step-text-aligned">Kylo Cloudera Sandbox</h4>
<button class="btn btn-solid-orange col-sm-2 h2-aligned" onclick="window.open('http://bit.ly/2RJ3tmo')">DOWNLOAD</button>
</div>
<hr class="step-hr"/>
<div class="row">
<h4 class="col-sm-2 circle-li">2</h4>
<h4 class="col-sm-10 step-text-aligned">In VirtualBox: File | Import Appliance</h4>
</div>
<hr class="step-hr"/>
<div class="row">
<h4 class="col-sm-2 circle-li">3</h4>
<h4 class="col-sm-10 step-text-aligned">Start VM and allow up to 10 minutes to start services</h4>
</div>
<hr class="step-hr"/>
<div class="row">
<h4 class="col-sm-2 circle-li">4</h4>
<h4 class="col-sm-10 step-text-aligned">From web browser: <a href="http://localhost:8400/ops-mgr/index.html">Kylo Ops Manager</a> | <a
href="http://localhost:8400/feed-mgr/index.html">Kylo
Feed Manager</a></h4>
</div>
<hr class="step-hr"/>
<div class="row">
<h4 class="col-sm-2 circle-li">5</h4>
<h4 class="col-sm-10 step-text-aligned">Application login: dladmin/thinkbig, Sandbox OS login: root/kylo</h4>
</div>
<hr class="step-hr"/>
<small>* Requires <a href="https://www.virtualbox.org/wiki/Downloads">Oracle VirtualBox 5.2.22 or later</a>. Recommended 20GB disk space and 10GB RAM.</small>
</ol>
</div>
<div class="row">
<h1 class="text-orange subheading">Intro Tutorials</h1>
<div class="lead">The following introductory tutorials will get you quickly started with Kylo:</div>
</div>
<div class="row featurette" style="margin-top:20px">
<div class="col-sm-3">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item quickstart-video" src="https://www.youtube.com/embed/ACvR0GPV8zE?ecver=1?vq=hd720" allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-9">
<h4 class="featurette-heading">
<span class="text-blue">Creating a Data Ingest feed</span>
</h4>
<p class="lead">Create an data ingest feed <a href="assets/userdata2.csv">Download sample file</a></p>
</div>
</div>
<div class="row featurette" style="margin-top:20px">
<div class="col-sm-3">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item quickstart-video" src="https://www.youtube.com/embed/rUtcBOXqLAM?ecver=1&hd720" allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-9">
<h4 class="featurette-heading">
<span class="text-blue">Creating a simple Wrangling feed</span>
</h4>
<p class="lead">Learn how to easily transform and prepare data.</p>
</div>
</div>
<div class="row featurette" style="margin-top:20px">
<div class="col-sm-3">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item quickstart-video" src="https://www.youtube.com/embed/DdlvQmyLRc8?vq=hd720" allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-9">
<h4 class="featurette-heading">
<span class="text-blue">Watch full video for more features</span>
</h4>
<p class="lead">Explore many of the features of Kylo</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<!--
<div class="row">
<nav class="col-sm-2">
<h3><a href="index.html" target="_self">Overview</a></h3>
<ul>
</ul>
</nav>
<nav class="col-sm-2">
<h3><a href="quickstart.html" target="_self">Quickstart</a></h3>
<ul>
<li><a class="navbar-link" target="_self" href="quickstart.html">Download Sandbox</a></li>
<li><a class="navbar-link" target="_self" href="quickstart.html">Intro Tutorial</a></li>
</ul>
</nav>
<nav class="col-sm-2">
<h3><a href="tutorials.html" target="_self">Tutorials</a></h3>
<ul>
</ul>
</nav>
<nav class="col-sm-2">
<h3><a href="https://kylo.readthedocs.io" target="_blank">Docs</a></h3>
<ul>
</ul>
</nav>
<nav class="col-sm-2">
<h3><a href="https://github.com/Teradata/kylo" target="_blank">Source</a></h3>
<ul>
</ul>
</nav>
<nav class="col-sm-2">
<h3><a href="#" target="">Community</a></h3>
<ul>
<li><a class="navbar-link" target="_blank" href="https://groups.google.com/forum/#!forum/kylo-community">Forum Q&A</a></li>
<li><a class="navbar-link" target="_blank" href="https://kylo-io.atlassian.net/projects/KYLO">Issues</a></li>
<li><a class="navbar-link" target="_self" href="https://kylo.readthedocs.io/en/latest/developer-guides/ContributingtoKylo.html">Contributing</a></li>
</ul>
</nav>
</div>
-->
<div class="row">
<div class="col-sm-4 footer-text">
© 2017 Teradata Inc. All Rights Reserved
</div>
<div class="col-sm-6 footer-text">
<a target="_blank" href="https://www.teradata.com/privacy" class="footer-text">Privacy</a> |
<a target="_blank" href="https://www.teradata.com/website-terms-of-use" class="footer-text">Terms of Use</a>
</div>
<div class="col-sm-2 social-icon" style="margin-top:12px">
<div class="row">
<div class="col-sm-4">
<a href="https://github.com/Teradata/kylo">
<img src="assets/gh-logo.png">
</a>
</div>
<!-- <div class="col-sm-1 col-md-push-10 social-icon"> -->
<div class="col-sm-4">
<a href="https://twitter.com/kylo_opensource">
<img src="assets/Twitter_Logo_White_On_Image.png">
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</html>