-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
222 lines (191 loc) · 9.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kylin.IO Home Page">
<meta name="author" content="Kylin.IO">
<title>Apache Kylin - OLAP Engine for Big Data | Home</title>
<link rel="shortcut icon" href="fav.png" type="image/png">
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- Icons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55534813-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="home">
<header id="header" >
<div id="head" class="parallax" parallax-speed="3" >
<div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="assets/images/kylin_logo.jpg" > <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data<br>
</span>
<div id="download"><a href="https://github.com/KylinOLAP/Kylin/archive/master.zip">DOWNLOAD</a></div>
</div>
</div>
</header>
<nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
<div class="container-fluid" id="nav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#"><b>Home</b></a></li>
<li><a href="document.html" >Docs</a></li>
<li><a href="community.html" >Community</a></li>
<li><a href="https://github.com/KylinOLAP/Kylin" target="_blank">Github</a></li>
<li><a href="about.html" >About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<main id="main" >
<div class="container" >
<div id="zero" class=" main" >
<header style=" padding:2em 0 4em 0">
<div class="container" >
<h4 class="section-title"><span>Apache Kylin Overview</span></h4>
<div class="row" style="margin-top:-20px;">
<div class="col-sm-12 col-md-12">
<p class="title_text"> Kylin has been accepted as Apache Incubator Project on Nov 25, 2014.</p>
<p class="title_text"> Apache Kylin is an open source Distributed Analytics Engine from eBay Inc. that provides SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets</p>
<img id="diagram" src="assets/images/kylin_diagram.png"> </div>
</div>
</div>
<!-- /container -->
</header>
</div>
<!-- / section -->
</div>
<!-- /container -->
<section id="second" class="main">
<header style="background-color:#efefef;">
<div class="container" >
<h4 class="section-title"><span> What is Kylin? </span></h4>
<!-- second-->
<div class="row">
<div class="col-sm-12 col-md-12">
<div align="left">
<p> <b>- Extremely Fast OLAP Engine at Scale: </b><br/>
<div class="indent">Kylin is designed to reduce query latency on Hadoop for 10+ billions of rows of data</div>
</p>
<p> <b>- ANSI SQL Interface on Hadoop: </b><br/>
<div class="indent">Kylin offers ANSI SQL on Hadoop and supports most ANSI SQL query functions</div>
</p>
<p> <b>- Interactive Query Capability: </b><br/>
<div class="indent">Users can interact with Hadoop data via Kylin at sub-second latency, better than Hive queries for the same dataset</div>
</p>
<p> <b>- MOLAP Cube:</b><br/>
<div class="indent">User can define a data model and pre-build in Kylin with more than 10+ billions of raw data records</div>
</p>
<p> <b>- Seamless Integration with BI Tools:</b><br/>
<div class="indent">Kylin currently offers integration capability with BI Tools like Tableau. Integration with Microstrategy and Excel is coming soon</div>
</p>
<p> <b>- Other Highlights:</b> <br/>
<div class="indent">- Job Management and Monitoring <br/>
- Compression and Encoding Support <br/>
- Incremental Refresh of Cubes <br/>
- Leverage HBase Coprocessor for query latency <br/>
- Approximate Query Capability for distinct Count (HyperLogLog) <br/>
- Easy Web interface to manage, build, monitor and query cubes <br/>
- Security capability to set ACL at Cube/Project Level <br/>
- Support LDAP Integration </div>
</p>
</div>
</div>
</div>
</div>
<!-- /container -->
</header>
</section>
<!-- second -->
<section id="first" class="main">
<header>
<div class="container" >
<h4 class="section-title"><span>Kylin Ecosystem</span></h4>
<div class="row">
<div class="col-sm-7 col-md-7">
<p> </p>
<p><b>Kylin Core:</b> Fundamental framework of Kylin OLAP Engine comprises of Metadata Engine, Query Engine, Job Engine and Storage Engine to run the entire stack. It also includes a REST Server to service client requests</p>
<p><b>Extensions:</b> Plugins to support additional functions and features </p>
<p><b>Integration:</b> Lifecycle Management Support to integrate with Job Scheduler, ETL, Monitoring and Alerting Systems </p>
<p><b>User Interface:</b> Allows third party users to build customized user-interface atop Kylin core</p>
<p><b>Drivers:</b> ODBC and JDBC drivers to support different tools and products, such as Tableau</p>
</div>
<div class="col-sm-5 col-md-5"> <img id="core" src="assets/images/core.png"> </div>
</div>
<!-- /container -->
</div>
</header>
</section>
<!-- fifth-->
<section id="fifth" class="main">
<header style="background-color:#efefef;" >
<div class="container" >
<h4 class="section-title"><span>For Developers</span></h4>
<div class="row">
<div class="col-sm-4 col-md-4">
<p><b>Source Code:</b></p>
<p class="less-margin"><a href="https://github.com/KylinOLAP/Kylin" target="_blank">Fork me on GitHub</a></p>
</div>
<div class="col-sm-4 col-md-4">
<p><b>Google Group:</b> </p>
<p class="less-margin"><a href="https://groups.google.com/forum/#!forum/kylin-olap" target="_blank"> Kylin OLAP Group</a></p>
</div>
<div class="col-sm-4 col-md-4">
<p><b>Developer Mail:</b></p>
<p class="less-margin"> <a href="mailto:[email protected]" target="_blank"> [email protected]</a></p>
</div>
</div>
</div>
<!-- /container -->
</header>
</section>
</main>
<footer id="underfooter">
<div class="container">
<div class="row">
<div class="col-md-12 widget" >
<div class="widget-body" style="text-align:center">
<ul class="icons">
<li><a href="https://www.linkedin.com/groups/KylinOLAP-6785709?home=&gid=6785709&trk=anet_ug_hm" target="_blank" class="fa fa-linkedin fa-lg"></a></li>
<li><a href="https://twitter.com/debashis_saha/status/519612003443146752" target="_blank" class="fa fa-twitter fa-lg"></a></li>
<li><a href="https://www.facebook.com/kylinio?skip_nax_wizard=true&ref_type=logout_gear" target="_blank" class="fa fa-facebook fa-lg"></a></li>
<li><a href="https://plus.google.com/communities/101138166999680123468" target="_blank" class="fa fa-google-plus fa-lg"></a></li>
<li><a href="https://github.com/KylinOLAP/Kylin" target="_blank" class="fa fa-github-alt fa-lg"></a></li>
<!-- <li><a href="#" class="fa fa-weibo fa-lg"></a></li>
<li><a href="#" class="fa fa-weixin fa-lg"></a></li>-->
</ul>
<p style="text-align:center" > Copyright ©2014 <a href="http://kylin.io">Kylin.io</a> All Rights Reserved. | From <a href="http://www.ebayinc.com/">eBay Inc.</a> |<a href="#">back to top</a><br>
</p>
</div>
</div>
</div>
<!-- /row of widgets -->
</div>
<div></div>
</footer>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>