-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
458 lines (419 loc) · 24.3 KB
/
index.html
File metadata and controls
458 lines (419 loc) · 24.3 KB
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
<!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="feature-heading">Kylo is an open-source data lake<br/>
management software platform</h2>
</div>
<div class="subtitle">
Kylo is an open source enterprise-ready data lake management software platform for self-service data ingest and data preparation with integrated metadata management,
governance, security and best practices inspired by <a
href="http://www.thinkbiganalytics.com">Think Big's</a>
150+ big data implementation projects.
</div>
<div id="main-content" class="container">
<div class="row">
<div class="col-md-3 col-md-push-10 feature-sidebar">
<nav>
<h3><a href="#">Overview</a></h3>
<ul>
<li><a class="navbar-link" href="#features">Feature Overview</a></li>
<li><a class="navbar-link" href="#using">Who uses Kylo?</a></li>
<li><a class="navbar-link" target="_blank" href="https://www.youtube.com/watch?v=AB9Y01AYuxQ&q=hd1080">Feature Video</a></li>
<li><a class="navbar-link" target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 License</a></li>
</ul>
</nav>
</div>
<div class="col-md-9 col-md-pull-3">
<div layout="row">
<div id="diagram" style="margin-top:30px">
<div class="embed-responsive embed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/b6N29TNTRWU?ecver=1&vq=hd1080" frameborder="0" allowfullscreen class="embed-responsive-item"></iframe>
</div>
<!-- <img class="img-responsive kylo-diagram" src="assets/kylo_data_lake2.jpg"> -->
</div>
<div id="features">
<h1 class="text-orange subheading">Features</h1>
<div class="row featurette">
<div class="col-sm-4">
<img class="img-circle featurette-image img-responsive center-block" src="assets/feature-placeholder-1c.jpg">
</div>
<div class="col-sm-8">
<h2 class="featurette-heading"><span class="text-blue">Ingest</span> </h2>
<p class="lead">Self-service data ingest with data cleansing, validation, and automatic profiling.</p>
<p><a class="btn-sm btn-more" data-toggle="collapse" data-target="#long-description-1" role="button">READ MORE <span class="caret"></span></a></p>
<div class="lead collapse featurette-more" id="long-description-1">Organizations can expend significant engineering effort moving data into Hadoop yet struggle to maintain governance and data quality. Kylo dramatically simplifies data ingest by shifting ingest to data owners through a simple guided UI. <br/><br/> Kylo can connect to most sources and infer schema from common data formats. Kylo's default ingest workflow moves data from source to Hive tables with advanced configuration options around field-level validation, data protection, data profiling, security, and overall governance.<br/><br/>Using Kylo's pipeline template mechanism, IT can extend Kylo's capabilities to connect to any source, any format, and load data into any target in a batch or streaming pattern. <br/><a class="btn btn-sm link-more" href="http://kylo.readthedocs.io/en/latest/about/KyloFrequentlyAskedQuestions.html#data-ingest" target="_blank" role="button">READ FAQ</a><a class="btn btn-sm link-more" href="https://youtu.be/DdlvQmyLRc8?t=44" target="_blank" role="button">WATCH VIDEO</a></div>
</div>
</div>
<div class="row featurette">
<div class="col-sm-4">
<img class="img-circle featurette-image img-responsive center-block" src="assets/feature-placeholder-2c.jpg">
</div>
<div class="col-sm-8">
<h2 class="featurette-heading"><span class="text-blue">Prepare</span> </h2>
<p class="lead">Wrangle data with visual sql and an interactive transform through a simple user interface.</p>
<p><a class="btn-sm btn-more" data-toggle="collapse" data-target="#long-description-2" role="button">READ MORE <span class="caret"></span></a></p>
<div class="lead collapse featurette-more" id="long-description-2">Preparing data is the first step in any analytics project. Using Kylo's transformation feature, IT can step aside and let power users such as data analysts take control of their own data preparation tasks. Kylo leverages the latest capabilities of Apache Spark to create interactive data transformation. Organizations can throw out their old ETL tools and save hundreds of thousands of dollars in license and maintenance fees.<br/><a class="btn btn-sm link-more" href="https://youtu.be/DdlvQmyLRc8?t=307" target="_blank" role="button">WATCH VIDEO</a></div>
</div>
</div>
<div class="row featurette">
<div class="col-sm-4">
<img class="img-circle featurette-image img-responsive center-block" src="assets/feature-placeholder-3c.jpg">
</div>
<div class="col-sm-8">
<h2 class="featurette-heading"><span class="text-blue">Discover</span> </h2>
<p class="lead">Search and explore data and metadata, view lineage, and profile statistics.</p>
<p><a class="btn-sm btn-more" data-toggle="collapse" data-target="#long-description-3" role="button">READ MORE <span class="caret"></span></a></p>
<div class="lead collapse featurette-more" id="long-description-3">What's the point of having a data lake if users can't find data or trust what is there? Kylo includes an integrated metadata repository and key capabilities for data exploration. Users can perform Google-like searches against data and metadata to discover entities of interest. Visual process lineage and provenance provides confidence in the origin of data. Automatic data profiling provides capabilities for data scientists and assurance in data quality.<br/><a class="btn btn-sm link-more" href="https://youtu.be/DdlvQmyLRc8?t=207" target="_blank" role="button">WATCH VIDEO</a></div>
</div>
</div>
<div class="row featurette">
<div class="col-sm-4">
<img class="img-circle featurette-image img-responsive center-block" src="assets/feature-placeholder-4c.jpg">
</div>
<div class="col-sm-8">
<h2 class="featurette-heading"><span class="text-blue">Monitor</span></h2>
<p class="lead">Monitor health of feeds and services in the data lake. Track SLAs and troubleshoot performance.</p>
<p><a class="btn-sm btn-more" data-toggle="collapse" data-target="#long-description-4" role="button">READ MORE <span class="caret"></span></a></p>
<div class="lead collapse featurette-more" id="long-description-4">IT Operations are the carekeepers of your production data lake. Kylo departs from traditional monitoring tools to provide health indicators from a feed-centric perspective. This means Operations has not only visibility on service issues impacting availability, but can track service levels associated with data arrival and distinct quality metrics. Using Kylo, IT can give users confidence in data maintained in the data lake. <br/><a class="btn btn-sm link-more" href="https://youtu.be/DdlvQmyLRc8?t=798" target="_blank" role="button">WATCH VIDEO</a></div>
</div>
</div>
<div class="row featurette">
<div class="col-sm-4">
<img class="img-circle featurette-image img-responsive center-block" src="assets/feature-placeholder-5c.jpg">
</div>
<div class="col-sm-8">
<h2 class="featurette-heading"><span class="text-blue">Design</span></h2>
<p class="lead">Design batch or streaming pipeline templates in Apache NiFi and register with Kylo to enable user self-service.</p>
<p><a class="btn-sm btn-more" data-toggle="collapse" data-target="#long-description-5" role="button">READ MORE <span class="caret"></span></a></p>
<div class="lead collapse featurette-more" id="long-description-5">IT Designers can extend Kylo's feed capabilities around ingest, transformation, and export by developing new pipeline templates in Apache NiFi. NiFi provides a visual canvas with over 180 data connectors and transforms for batch and stream-based processing. Kylo and NiFi together act as an "intelligent edge" able to orchestrate tasks between your cluster and data center.<br/><br/>Designers develop and test new pipelines in Apache NiFi and register templates with Kylo determining what properties users are allowed to configure when creating feeds. This embodies the principle of write-once-use-many and enables data owners instead of engineers to create new feeds while IT retains control over the underlying dataflow patterns. <br/> <br/>Kylo adds a suite of NiFi processors for Spark, Sqoop, Hive, and special purpose data lake primitives that provide additional capabilities. <br/><a class="btn btn-sm link-more" href="https://youtu.be/DdlvQmyLRc8?t=442" target="_blank" role="button">WATCH VIDEO</a></div>
</div>
</div>
<h1 class="text-orange subheading" id="using">Who uses Kylo?</h1>
<div class="lead">
Kylo is being used by leading organizations world-wide:
</div>
<div class="org-container">
<div class="row org-item" style="padding-bottom: 10px;">
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-airlines.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Airline</h2>
<p class="org-description">2 companies of top 15 global brands</p>
</div>
</div>
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-insurance.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Insurance</h2>
<p class="org-description">2 companies of top 10 US brands</p>
</div>
</div>
</div>
<div class="row org-item" style="padding-bottom: 10px;">
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-telecom.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Telecommunications</h2>
<p class="org-description">2 companies of top 10 European brands</p>
</div>
</div>
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-financial.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Financial Services</h2>
<p class="org-description">1 company of top 5 global brands</p>
</div>
</div>
</div>
<div class="row org-item" style="padding-bottom: 10px;">
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-banking.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Banking</h2>
<p class="org-description">2 companies of top 5 global brands</p>
</div>
</div>
<div class="col-md-6">
<div class="col-sm-3">
<img class="img-responsive center-block" src="assets/icon-shopping.png">
</div>
<div class="col-sm-9">
<h2 class="org-industry text-blue">Retail and Consumer Goods</h2>
<p class="org-description">2 companies of top 10 global brands</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="testimonials" class="carousel slide" data-ride="carousel" data-interval=10000>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#testimonials" data-slide-to="0" class="active" ></li>
<li data-target="#testimonials" data-slide-to="1" ></li>
<li data-target="#testimonials" data-slide-to="2" ></li>
<li data-target="#testimonials" data-slide-to="3" ></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active ">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="row quote-symbol">
<h1>“</h1>
</div>
<div class="row quote-speaker">
<h2>Ka Tang</h2>
</div>
<div class="row quote-speaker-details">
<h3>Director, Enterprise Data Architecture</h3>
</div>
</div>
<div class="carousel-caption col-sm-10">
<h1>Discover Financial Services</h1>
<p class="quote-text">Discover is focused on leveraging leading edge technology that helps us quickly bring products to market while providing exceptional customer service. Kylo has a unique framework that has the potential to accelerate development and value on new data sources that leverage Apache NiFi.</p>
<!-- <p><a class="btn btn-sm btn-blue" href="#" role="button">Read More</a></p>-->
</div>
</div>
</div>
</div>
<div class="item ">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="row quote-symbol">
<h1>“</h1>
</div>
<div class="row quote-speaker">
<h2>Matt Hutton</h2>
</div>
<div class="row quote-speaker-details">
<h3>Director, R&D</h3>
</div>
</div>
<div class="carousel-caption col-sm-10">
<h1>Think Big, A Teradata Company</h1>
<p class="quote-text">Our commitment to open-source Kylo was a no-brainer given the tremendous benefits we have received from the Hadoop ecosystem. Kylo's success in beta with over a dozen major organizations worldwide gives us confidence that this contribution will help advance the community and the organizations we serve.</p>
<!-- <p><a class="btn btn-sm btn-blue" href="#" role="button">Read More</a></p>-->
</div>
</div>
</div>
</div>
<div class="item ">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="row quote-symbol">
<h1>“</h1>
</div>
<div class="row quote-speaker">
<h2>Ka Tang</h2>
</div>
<div class="row quote-speaker-details">
<h3>Director, Enterprise Data Architecture</h3>
</div>
</div>
<div class="carousel-caption col-sm-10">
<h1>Discover Financial Services</h1>
<p class="quote-text">Discover is focused on leveraging leading edge technology that helps us quickly bring products to market while providing exceptional customer service. Kylo has a unique framework that has the potential to accelerate development and value on new data sources that leverage Apache NiFi.</p>
<!-- <p><a class="btn btn-sm btn-blue" href="#" role="button">Read More</a></p>-->
</div>
</div>
</div>
</div>
<div class="item ">
<div class="container">
<div class="row">
<div class="col-sm-2">
<div class="row quote-symbol">
<h1>“</h1>
</div>
<div class="row quote-speaker">
<h2>Rick Farnell</h2>
</div>
<div class="row quote-speaker-details">
<h3>President, Think Big</h3>
</div>
</div>
<div class="carousel-caption col-sm-10">
<h1>Think Big, A Teradata Company</h1>
<p class="quote-text">Kylo embodies our Velocity brand. Think Big leverages Kylo to help customers move quickly beyond fundamental data management hurdles to deriving business value from analytic insights.</p>
<!-- <p><a class="btn btn-sm btn-blue" href="#" role="button">Read More</a></p>-->
</div>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#testimonials" role="button" data-slide="prev">
<img class="carousel-arrow" src="assets/arrow-left.png"/>
<!-- <span class="glyphicon glyphicon-menu-left" aria-hidden="true"></span> -->
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#testimonials" role="button" data-slide="next">
<img class="carousel-arrow" src="assets/arrow-right.png"/>
<!-- <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> -->
<span class="sr-only">Next</span>
</a>
</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>