blob: b2bd245fe2457b80dbaf0c3fc92a9cab95b33531 [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">
Till Westmann00f9bf22016-03-14 13:59:27 -070030 <div class="masthead">
31 <p class="lead">
32 <a href="index.html">
33 <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
34 </a>
35 </p>
36 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -070037
Till Westmann00f9bf22016-03-14 13:59:27 -070038 <nav class="navbar navbar-default">
Ian Maxon3dffc852015-07-13 20:17:09 -070039 <div class="container">
40 <div class="navbar-header">
41 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
42 <span class="sr-only">Toggle navigation</span>
43 <span class="icon-bar"></span>
44 <span class="icon-bar"></span>
45 <span class="icon-bar"></span>
46 </button>
Ian Maxonf84cb812015-12-07 15:09:45 -080047 <a class="navbar-brand" href="index.html">Overview</a>
Ian Maxon3dffc852015-07-13 20:17:09 -070048 </div>
49 <div class="navbar-collapse collapse">
50 <ul class="nav navbar-nav">
Ian Maxonf84cb812015-12-07 15:09:45 -080051 <li><a href="download.html">Download</a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100052 <li class="dropdown">
53 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
54 <ul class="dropdown-menu" role="menu">
55 <li class="dropdown-header">Stable release</li>
Till Westmanne617e522016-02-29 12:42:51 -080056 <li><a href="docs/0.8.8-incubating/index.html">Documentation for 0.8.8-incubating<i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100057 <li class="divider"></li>
58 <li class="dropdown-header">Snapshot release</li>
Ian Maxona1d49092016-03-25 13:24:08 -070059 <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.8.9-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100060 </ul>
61 </li>
Ian Maxonf84cb812015-12-07 15:09:45 -080062 <li><a href="about.html">About</a></li>
Till Westmann2a321022016-04-08 08:18:14 -070063 <li class="dropdown">
64 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community<span class="caret"></span></a>
65 <ul class="dropdown-menu" role="menu">
66 <li><a href="community.html">Mailing Lists</a></li>
67 <li><a href="community.html#irc">IRC</a></li>
68 <li><a href="community.html#asterixdb-team">Team</a></li>
69 <li><a href="https://issues.apache.org/jira/browse/ASTERIXDB">Issue Tracker</a></li>
70 </ul>
71 </li>
Ian Maxon3dffc852015-07-13 20:17:09 -070072 <li class="dropdown">
73 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
74 <ul class="dropdown-menu" role="menu">
75 <li class="dropdown-header">For New Contributors</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080076 <li><a href="dev-setup.html">Development Setup</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070077 <li class="divider"></li>
78 <li class="dropdown-header">For Committers</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080079 <li><a href="pushing.html">Pushing changes</a></li>
80 <li><a href="site.html">Editing this site</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070081 </ul>
82 </li>
Ian Maxoned124d82015-05-29 18:44:11 -070083 </ul>
Till Westmann00f9bf22016-03-14 13:59:27 -070084 <ul class="nav navbar-nav navbar-right">
85 <li class="dropdown">
86 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
87 style="padding-right: 30px">
88 <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
89 </a>
90 <ul class="dropdown-menu dropdown-menu-right" role="menu">
91 <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
92 <li><a href="http://www.apache.org/licenses/">License</a></li>
93 <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
94 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
95 <li><a href="http://www.apache.org/security/">Security</a></li>
96 </ul>
97 </li>
98 </ul>
Ian Maxon3dffc852015-07-13 20:17:09 -070099 </div><!--/.nav-collapse -->
Ian Maxoned124d82015-05-29 18:44:11 -0700100 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700101 </nav>
Ian Maxoned124d82015-05-29 18:44:11 -0700102
Ian Maxoned124d82015-05-29 18:44:11 -0700103
Till Westmann00f9bf22016-03-14 13:59:27 -0700104 <div class="row">
Yingyi Bu39813352016-05-19 13:39:18 -0700105<div class="col-md-9"><p class="lead"><strong>Apache AsterixDB&trade;</strong> is a scalable, open source Big Data Management System (BDMS).</p></div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700106</div>
Ian Maxoned124d82015-05-29 18:44:11 -0700107
Till Westmann00f9bf22016-03-14 13:59:27 -0700108<div class="row">
Yingyi Bu39813352016-05-19 13:39:18 -0700109 <div class="col-lg-4">
110 <h3 id="key-features">Key Features</h3>
111 <ul>
112 <li><a href="docs/0.8.8-incubating/aql/datamodel.html"><strong>Flexible</strong></a> data model</li>
113 <li><a href="http://asterix.ics.uci.edu/pub/vldb14-storage.pdf"><strong>Distributed</strong></a> storage and transaction</li>
114 <li><a href="docs/0.8.8-incubating/feeds/tutorial.html"><strong>Fast</strong></a> data ingestion</li>
115 <li><a href="http://asterix.ics.uci.edu/pub/ICDE11_conf_full_690.pdf"><strong>Scalable</strong></a>, data-parallel query execution runtime</li>
116 <li><a href="docs/0.8.8-incubating/aql/manual.html"><strong>Declarative</strong></a> query language</li>
117 </ul>
Ian Maxoned124d82015-05-29 18:44:11 -0700118
Yingyi Bu39813352016-05-19 13:39:18 -0700119 <p><strong>AsterixDB</strong> supports various storage and indexing options:</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700120
Yingyi Bu39813352016-05-19 13:39:18 -0700121 <ul>
122 <li><a href="docs/0.8.8-incubating/aql/primer.html"><strong>Managed datasets</strong></a>, internal LSM-based storage</li>
123 <li><a href="docs/0.8.8-incubating/aql/externaldata.html"><strong>External datasets</strong></a>, e.g., data on HDFS</li>
124 <li><a href="docs/0.8.8-incubating/aql/primer.html"><strong>Secondary indexes</strong></a>, for both storage options.</li>
125 </ul>
Ian Maxon3dffc852015-07-13 20:17:09 -0700126
127 </div>
128
Yingyi Bu6eb49762016-05-19 23:33:10 -0700129 <div class="col-md-4">
Yingyi Bu39813352016-05-19 13:39:18 -0700130 <h3 id="flexible-data">Flexible Data</h3>
131 <img src="https://docs.google.com/drawings/d/1-0YZZz3XvOLEfMNhgt-Bf5jgscwHi3N4vVVg9d7hDnI/pub?w=394&amp;h=369" width="80%" />
132 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700133
Yingyi Bu39813352016-05-19 13:39:18 -0700134 <div class="col-md-4 text-center">
135 <h3 id="architecture">Architecture</h3>
136 <img src="https://docs.google.com/drawings/d/11X2RlI95SoWR5wLtnV7kG727uae6pbUPOnYjG9jm5c8/pub?w=720&amp;h=364" width="100%" />
Ian Maxon3dffc852015-07-13 20:17:09 -0700137 </div>
138
139</div>
140
141<div class="row">
Yingyi Bu39813352016-05-19 13:39:18 -0700142 <p></p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700143</div>
144
Yingyi Bu39813352016-05-19 13:39:18 -0700145<div class="row">
146 <div class="col-sm-6 text-center">
Yingyi Bu6eb49762016-05-19 23:33:10 -0700147 <h3 id="example-use-case">Example: Interactive Analytics and Visualization on Tweets</h3>
Yingyi Bu39813352016-05-19 13:39:18 -0700148 <a href="http://cloudberry.ics.uci.edu"><img src="img/tweet.png" width="100%" /></a>
149 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700150
Yingyi Bu39813352016-05-19 13:39:18 -0700151 <div class="col-md-6 text-center">
152 <h3 id="performance-highlights">Performance Highlights</h3>
153<a href="https://docs.google.com/spreadsheets/d/1PTtUUxijKWBS5CQU7lPEQEa7e8fp7n8Js0gq_tvittA/pubchart?oid=1652093339&amp;format=image"><img src="https://docs.google.com/spreadsheets/d/1PTtUUxijKWBS5CQU7lPEQEa7e8fp7n8Js0gq_tvittA/pubchart?oid=1652093339&amp;format=image" width="100%" /></a>
154 </div>
155</div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700156
157<div class="row">
Yingyi Bu39813352016-05-19 13:39:18 -0700158 <p></p>
159</div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700160
Yingyi Bu39813352016-05-19 13:39:18 -0700161<div class="row">
162 <div class="col-md-6 text-center">
163 <h3 id="tech-talk">Tech Talk</h3>
164 <iframe width="100%" src="https://www.youtube.com/embed/jIZRMi9rt2E" frameborder="0" allowfullscreen=""></iframe>
Ian Maxon3dffc852015-07-13 20:17:09 -0700165 </div>
Yingyi Bu39813352016-05-19 13:39:18 -0700166 <div class="col-md-6 text-center">
167 <h3 id="query-demo">Query Demo</h3>
168 <iframe width="100%" src="https://www.youtube.com/embed/0FVipiyL-cQ" frameborder="0" allowfullscreen=""></iframe>
169 </div>
170</div>
171
172<div class="row">
173 <p></p>
174</div>
175
176<div class="row">
177 <div class="col-md-4">
178 <a class="twitter-timeline" width="100%" href="https://twitter.com/ASTERIXUCI" data-widget-id="733118248380571648">Tweets by @ASTERIXUCI</a>
179<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
180 </div>
181 <div class="col-md-4">
Ian Maxon3dffc852015-07-13 20:17:09 -0700182 <h3 id="community-and-support">Community and Support</h3>
Ian Maxonf84cb812015-12-07 15:09:45 -0800183 <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 -0700184
Ian Maxonf84cb812015-12-07 15:09:45 -0800185 <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 -0700186 </div>
Yingyi Bu39813352016-05-19 13:39:18 -0700187 <div class="col-md-4">
188 <h3 id="download">Download</h3>
189 <p><a class="btn btn-md btn-success" href="http://www.apache.org/dyn/closer.lua/incubator/asterixdb/asterix-installer-0.8.8-incubating-binary-assembly.zip" role="button">Download AsterixDB 0.8.8-incubating <i class="fa fa-download fa-lg"></i></a>
190 <a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">GitHub <i class="fa fa-github fa-lg"></i></a></p>
Yingyi Bu9678e1b2016-05-26 16:45:59 -0700191 <p><a href="docs/0.8.8-incubating/install.html">Installation Guide</a></p>
Yingyi Bu39813352016-05-19 13:39:18 -0700192
Yingyi Bu9678e1b2016-05-26 16:45:59 -0700193 <p><a href="docs//0.8.8-incubating/aql/primer.html">AsterixDB 101</a></p>
Yingyi Bu39813352016-05-19 13:39:18 -0700194 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -0700195</div>
196
197
Yingyi Bu39813352016-05-19 13:39:18 -0700198
Till Westmann00f9bf22016-03-14 13:59:27 -0700199 <hr/>
Ian Maxon3dffc852015-07-13 20:17:09 -0700200
Till Westmann00f9bf22016-03-14 13:59:27 -0700201 <footer>
202 <div class="row">
Till Westmann00f9bf22016-03-14 13:59:27 -0700203 <div class="col-md-9 col-centered text-center">
204 <p/>
205 <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
206 <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
207 Apache Software Foundation</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700208 </div>
Till Westmann00f9bf22016-03-14 13:59:27 -0700209 </div>
210 </footer>
211 </div> <!-- /container -->
Ian Maxon3dffc852015-07-13 20:17:09 -0700212
213 <!-- Bootstrap core JavaScript
214 ================================================== -->
215 <!-- Placed at the end of the document so the pages load faster -->
216 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Ian Maxonf84cb812015-12-07 15:09:45 -0800217 <script src="js/bootstrap.min.js"></script>
Ian Maxoned124d82015-05-29 18:44:11 -0700218 </body>
219</html>