blob: 7fae90c13374f97749b5a5d59f37b7125d5ff5ec [file] [log] [blame]
Ian Maxoned124d82015-05-29 18:44:11 -07001<!DOCTYPE html>
Ian Maxon3dffc852015-07-13 20:17:09 -07002<html lang="en">
Ian Maxoned124d82015-05-29 18:44:11 -07003 <head>
Ian Maxon3dffc852015-07-13 20:17:09 -07004 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8 <meta name="description" content="">
9 <meta name="author" content="">
Ian Maxonf84cb812015-12-07 15:09:45 -080010 <link rel="icon" href="favicon.ico">
Ian Maxoned124d82015-05-29 18:44:11 -070011
Ian Maxon3dffc852015-07-13 20:17:09 -070012 <title>Apache AsterixDB</title>
Ian Maxoned124d82015-05-29 18:44:11 -070013
Ian Maxon3dffc852015-07-13 20:17:09 -070014 <!-- Bootstrap core CSS -->
Ian Maxonf84cb812015-12-07 15:09:45 -080015 <link href="css/bootstrap.min.css" rel="stylesheet">
Ian Maxon3dffc852015-07-13 20:17:09 -070016 <!-- Bootstrap theme -->
Ian Maxoned124d82015-05-29 18:44:11 -070017
Ian Maxon3dffc852015-07-13 20:17:09 -070018 <!-- Custom styles for this template -->
Ian Maxonf84cb812015-12-07 15:09:45 -080019 <link href="css/theme.css" rel="stylesheet">
Ian Maxoned124d82015-05-29 18:44:11 -070020
Ian Maxon3dffc852015-07-13 20:17:09 -070021 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
22 <!--[if lt IE 9]>
23 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
24 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
25 <![endif]-->
26 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
27 </head>
Ian Maxoned124d82015-05-29 18:44:11 -070028
Ian Maxon3dffc852015-07-13 20:17:09 -070029 <div class="container theme-showcase" role="main">
30 <div class="masthead">
31 <p class="lead">
Ian Maxonf84cb812015-12-07 15:09:45 -080032 <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
Ian Maxon3dffc852015-07-13 20:17:09 -070033 </p>
34</div>
35
36<nav class="navbar navbar-default">
37 <div class="container">
38 <div class="navbar-header">
39 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
40 <span class="sr-only">Toggle navigation</span>
41 <span class="icon-bar"></span>
42 <span class="icon-bar"></span>
43 <span class="icon-bar"></span>
44 </button>
Ian Maxonf84cb812015-12-07 15:09:45 -080045 <a class="navbar-brand" href="index.html">Overview</a>
Ian Maxon3dffc852015-07-13 20:17:09 -070046 </div>
47 <div class="navbar-collapse collapse">
48 <ul class="nav navbar-nav">
Ian Maxonf84cb812015-12-07 15:09:45 -080049 <li><a href="download.html">Download</a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100050 <li class="dropdown">
51 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
52 <ul class="dropdown-menu" role="menu">
53 <li class="dropdown-header">Stable release</li>
Ian Maxone2b799e2015-11-24 18:20:03 -080054 <li><a href="docs/0.8.7-incubating/index.html">Documentation for 0.8.7-incubating<i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100055 <li class="divider"></li>
56 <li class="dropdown-header">Snapshot release</li>
Ian Maxone2b799e2015-11-24 18:20:03 -080057 <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.8.8-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100058 </ul>
59 </li>
Ian Maxonf84cb812015-12-07 15:09:45 -080060 <li><a href="about.html">About</a></li>
61 <li><a href="community.html">Community</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070062 <li class="dropdown">
63 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
64 <ul class="dropdown-menu" role="menu">
65 <li class="dropdown-header">For New Contributors</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080066 <li><a href="dev-setup.html">Development Setup</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070067 <li class="divider"></li>
68 <li class="dropdown-header">For Committers</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080069 <li><a href="pushing.html">Pushing changes</a></li>
70 <li><a href="site.html">Editing this site</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070071 </ul>
72 </li>
Ian Maxoned124d82015-05-29 18:44:11 -070073 </ul>
Ian Maxon3dffc852015-07-13 20:17:09 -070074 </div><!--/.nav-collapse -->
Ian Maxoned124d82015-05-29 18:44:11 -070075 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -070076 </nav>
Ian Maxoned124d82015-05-29 18:44:11 -070077
Ian Maxoned124d82015-05-29 18:44:11 -070078
Ian Maxon3dffc852015-07-13 20:17:09 -070079 <div class="row">
80 <div class="col-md-9 col-centered">
81 <div class="well text-center"><p class="lead text-center"><strong>Apache AsterixDB</strong> is an open source Big Data Management System (BDMS).</p>
82 </div>
83 </div>
84</div>
Ian Maxoned124d82015-05-29 18:44:11 -070085
Ian Maxon3dffc852015-07-13 20:17:09 -070086<div class="row"><div class="col-md-3 col-centered text-center">
87 <h2 id="feature-overview">Feature Overview</h2>
Ian Maxoned124d82015-05-29 18:44:11 -070088
Ian Maxon3dffc852015-07-13 20:17:09 -070089 <hr />
90
91 </div></div>
92
93<div class="text-center">
94<div class="col-md-5 col-md-offset-1">
95 <div class="panel panel-primary">
96 <h4 class="panel-heading">Data feeds</h4>
97
98 <div class="panel-body">
99
100<div class="col-md-2">
101 <p><i class="fa fa-sitemap fa-4x pull-left "></i></p>
102 </div>
103
104<div class="col-md-10">
105 <p>Process incoming live data, and store it- seamlessly.</p>
106 </div>
107
108</div>
109 </div>
110 </div>
111
112<div class="col-md-5">
113 <div class="panel panel-primary">
114 <h4 class="panel-heading">Scalable runtime</h4>
115
116 <div class="panel-body">
117
118<div class="col-md-2">
119 <p><i class="fa fa-signal fa-4x pull-left"></i></p>
120 </div>
121
122<div class="col-md-10">
123 <p>AsterixDB is built on Hyracks, a parallel dataflow engine scale tested on hundreds of nodes.</p>
124 </div>
125
126</div>
127 </div>
128 </div>
129
130</div>
131
132<div class="text-center">
133
134<div class="col-md-5 col-md-offset-1">
135 <div class="panel panel-primary">
136 <h4 class="panel-heading">External data</h4>
137
138 <div class="panel-body">
139<div class="col-md-2">
140 <p><i class="fa fa-database fa-4x pull-left"></i></p>
141 </div>
142
143<div class="col-md-10">
144 <p>Query and index your data in HDFS alongside data stored in AsterixDB.</p>
145 </div>
146
147</div>
148 </div>
149 </div>
150
151<div class="col-md-5">
152 <div class="panel panel-primary">
153 <h4 class="panel-heading">Semi-structured data model</h4>
154
155 <div class="panel-body">
156
157<div class="col-md-2">
158 <p><i class="fa fa-table fa-4x pull-left"></i></p>
159 </div>
160
161<div class="col-md-10">
162 <p>Give your data as much or as little schema as you want, in one system.</p>
163 </div>
164
165</div>
166 </div>
167 </div>
168
169</div>
170
171<div class="text-center">
172
173<div class="col-md-5 col-md-offset-1">
174 <div class="panel panel-primary">
175 <h4 class="panel-heading">Log-structured storage</h4>
176
177 <div class="panel-body">
178<div class="col-md-2">
179 <p><i class="fa fa-flask fa-4x pull-left"></i></p>
180 </div>
181
182<div class="col-md-10">
183 <p>AsterixDB uses state of the art indexing techniques to support high speed data ingestion.</p>
184 </div>
185
186</div>
187 </div>
188
189 </div>
190
191<div class="col-md-5">
192 <div class="panel panel-primary">
193 <h4 class="panel-heading">Rich datatypes</h4>
194
195 <div class="panel-body">
196
197<div class="col-md-2">
198 <p><i class="fa fa-gear fa-4x pull-left"></i></p>
199 </div>
200
201<div class="col-md-10">
202 <p>AsterixDB extends JSON datatypes with support for spatial and temporal data.</p>
203 </div>
204
205</div>
206 </div>
207 </div>
208
209</div>
210
211<div class="row">
212</div>
213
214<div class="row"><div class="col-md-5 col-centered text-center">
215
216 <h2 id="getting-started">Getting Started</h2>
217
218 <hr />
219
220 </div></div>
221
222<div class="row">
223<div class="col-md-6">
Ian Maxonacb58492015-10-16 19:12:28 -0700224 <!--
225### Download
226You can download the latest stable release here.
Ian Maxon3dffc852015-07-13 20:17:09 -0700227
Ian Maxone2b799e2015-11-24 18:20:03 -0800228<p><a class="btn btn-md btn-success" href="http://asterixdb.ics.uci.edu/download/0.8.6/asterix-installer-0.8.6-binary-assembly.zip" role="button">Download AsterixDB 0.8.7-incubating <i class="fa fa-download fa-lg"></i></a></p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700229
Ian Maxone2b799e2015-11-24 18:20:03 -0800230See the installation [guide](docs/install.html), and check out [AsterixDB 101](docs/aql/primer.html) to start using AsterixDB right away.
Ian Maxonacb58492015-10-16 19:12:28 -0700231!-->
Ian Maxon3dffc852015-07-13 20:17:09 -0700232 </div>
233<div class="col-md-6">
234 <h3 id="community-and-support">Community and Support</h3>
Ian Maxonf84cb812015-12-07 15:09:45 -0800235 <p>If you have any questions, please feel free to ask on our <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#115;&#064;&#097;&#115;&#116;&#101;&#114;&#105;&#120;&#100;&#098;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">users</a> mailing list, which you can subscribe to by sending an empty email to <a href="users-subscribe@asterixdb.incubator.apache.org">users-subscribe</a>. Check out the <a href="community.html">Community</a> page for more details.</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700236
Ian Maxonf84cb812015-12-07 15:09:45 -0800237 <p>If you would like to know more about how to contribute to AsterixDB or any of its related components, head on over to the <a href="dev-setup.html">Contributing</a> page to learn more.</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700238 </div>
239</div>
240
241
242 <hr />
243
244 <footer>
245 <div class="row">
246 <div class="col-md-6 col-md-offset-3 text-center">
247 <p>&copy; Copyright 2015 The Apache Software foundation. All Rights Reserved. </p>
248 <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
249 </div>
250 <div class="col-md-1 text-right">
Ian Maxonf84cb812015-12-07 15:09:45 -0800251 <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
Ian Maxon3dffc852015-07-13 20:17:09 -0700252 </div>
253 </div>
254 </footer>
255 </div> <!-- /container -->
256
257
258 <!-- Bootstrap core JavaScript
259 ================================================== -->
260 <!-- Placed at the end of the document so the pages load faster -->
261 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Ian Maxonf84cb812015-12-07 15:09:45 -0800262 <script src="js/bootstrap.min.js"></script>
Ian Maxoned124d82015-05-29 18:44:11 -0700263 </body>
264</html>