-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocs.html
169 lines (154 loc) · 7.29 KB
/
docs.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
<!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>
<iframe class="docs" src="https://kylo.readthedocs.io/" >
View the docs at https://kylo.readthedocs.io/
</iframe>
<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>