Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 2 | <html lang="en"> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 3 | <head> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 4 | <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=""> |
| 10 | <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico"> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 11 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 12 | <title>Apache AsterixDB</title> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 13 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 14 | <!-- Bootstrap core CSS --> |
| 15 | <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css" rel="stylesheet"> |
| 16 | <!-- Bootstrap theme --> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 17 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 18 | <!-- Custom styles for this template --> |
| 19 | <link href="https://asterixdb.incubator.apache.org/css/theme.css" rel="stylesheet"> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 20 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 21 | <!-- 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 Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 28 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 29 | <div class="container theme-showcase" role="main"> |
| 30 | <div class="masthead"> |
| 31 | <p class="lead"> |
| 32 | <a href="https://asterixdb.incubator.apache.org/index.html"><img src="https://asterixdb.incubator.apache.org/img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a> |
| 33 | </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> |
| 45 | <a class="navbar-brand" href="https://asterixdb.incubator.apache.org/index.html">Overview</a> |
| 46 | </div> |
| 47 | <div class="navbar-collapse collapse"> |
| 48 | <ul class="nav navbar-nav"> |
| 49 | <li><a href="https://asterixdb.incubator.apache.org/download.html">Download</a></li> |
Ian Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 50 | <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> |
| 54 | <li><a href="http://asterixdb.ics.uci.edu/documentation/index.html">Documentation for 0.8.6<i class="fa fa-external-link fa-sm"></i></a></li> |
| 55 | <li class="divider"></li> |
| 56 | <li class="dropdown-header">Snapshot release</li> |
| 57 | <li><a href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li> |
| 58 | </ul> |
| 59 | </li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 60 | <li><a href="https://asterixdb.incubator.apache.org/about.html">About</a></li> |
| 61 | <li><a href="https://asterixdb.incubator.apache.org/community.html">Community</a></li> |
| 62 | <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> |
| 66 | <li><a href="https://asterixdb.incubator.apache.org/dev-setup.html">Development Setup</a></li> |
| 67 | <li class="divider"></li> |
| 68 | <li class="dropdown-header">For Committers</li> |
| 69 | <li><a href="https://asterixdb.incubator.apache.org/pushing.html">Pushing changes</a></li> |
| 70 | </ul> |
| 71 | </li> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 72 | </ul> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 73 | </div><!--/.nav-collapse --> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 74 | </div> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 75 | </nav> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 76 | |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 77 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 78 | <div class="row"> |
| 79 | <div class="col-md-9 col-centered"> |
| 80 | <div class="well text-center"><p class="lead text-center"><strong>Apache AsterixDB</strong> is an open source Big Data Management System (BDMS).</p> |
| 81 | </div> |
| 82 | </div> |
| 83 | </div> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 84 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 85 | <div class="row"><div class="col-md-3 col-centered text-center"> |
| 86 | <h2 id="feature-overview">Feature Overview</h2> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 87 | |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 88 | <hr /> |
| 89 | |
| 90 | </div></div> |
| 91 | |
| 92 | <div class="text-center"> |
| 93 | <div class="col-md-5 col-md-offset-1"> |
| 94 | <div class="panel panel-primary"> |
| 95 | <h4 class="panel-heading">Data feeds</h4> |
| 96 | |
| 97 | <div class="panel-body"> |
| 98 | |
| 99 | <div class="col-md-2"> |
| 100 | <p><i class="fa fa-sitemap fa-4x pull-left "></i></p> |
| 101 | </div> |
| 102 | |
| 103 | <div class="col-md-10"> |
| 104 | <p>Process incoming live data, and store it- seamlessly.</p> |
| 105 | </div> |
| 106 | |
| 107 | </div> |
| 108 | </div> |
| 109 | </div> |
| 110 | |
| 111 | <div class="col-md-5"> |
| 112 | <div class="panel panel-primary"> |
| 113 | <h4 class="panel-heading">Scalable runtime</h4> |
| 114 | |
| 115 | <div class="panel-body"> |
| 116 | |
| 117 | <div class="col-md-2"> |
| 118 | <p><i class="fa fa-signal fa-4x pull-left"></i></p> |
| 119 | </div> |
| 120 | |
| 121 | <div class="col-md-10"> |
| 122 | <p>AsterixDB is built on Hyracks, a parallel dataflow engine scale tested on hundreds of nodes.</p> |
| 123 | </div> |
| 124 | |
| 125 | </div> |
| 126 | </div> |
| 127 | </div> |
| 128 | |
| 129 | </div> |
| 130 | |
| 131 | <div class="text-center"> |
| 132 | |
| 133 | <div class="col-md-5 col-md-offset-1"> |
| 134 | <div class="panel panel-primary"> |
| 135 | <h4 class="panel-heading">External data</h4> |
| 136 | |
| 137 | <div class="panel-body"> |
| 138 | <div class="col-md-2"> |
| 139 | <p><i class="fa fa-database fa-4x pull-left"></i></p> |
| 140 | </div> |
| 141 | |
| 142 | <div class="col-md-10"> |
| 143 | <p>Query and index your data in HDFS alongside data stored in AsterixDB.</p> |
| 144 | </div> |
| 145 | |
| 146 | </div> |
| 147 | </div> |
| 148 | </div> |
| 149 | |
| 150 | <div class="col-md-5"> |
| 151 | <div class="panel panel-primary"> |
| 152 | <h4 class="panel-heading">Semi-structured data model</h4> |
| 153 | |
| 154 | <div class="panel-body"> |
| 155 | |
| 156 | <div class="col-md-2"> |
| 157 | <p><i class="fa fa-table fa-4x pull-left"></i></p> |
| 158 | </div> |
| 159 | |
| 160 | <div class="col-md-10"> |
| 161 | <p>Give your data as much or as little schema as you want, in one system.</p> |
| 162 | </div> |
| 163 | |
| 164 | </div> |
| 165 | </div> |
| 166 | </div> |
| 167 | |
| 168 | </div> |
| 169 | |
| 170 | <div class="text-center"> |
| 171 | |
| 172 | <div class="col-md-5 col-md-offset-1"> |
| 173 | <div class="panel panel-primary"> |
| 174 | <h4 class="panel-heading">Log-structured storage</h4> |
| 175 | |
| 176 | <div class="panel-body"> |
| 177 | <div class="col-md-2"> |
| 178 | <p><i class="fa fa-flask fa-4x pull-left"></i></p> |
| 179 | </div> |
| 180 | |
| 181 | <div class="col-md-10"> |
| 182 | <p>AsterixDB uses state of the art indexing techniques to support high speed data ingestion.</p> |
| 183 | </div> |
| 184 | |
| 185 | </div> |
| 186 | </div> |
| 187 | |
| 188 | </div> |
| 189 | |
| 190 | <div class="col-md-5"> |
| 191 | <div class="panel panel-primary"> |
| 192 | <h4 class="panel-heading">Rich datatypes</h4> |
| 193 | |
| 194 | <div class="panel-body"> |
| 195 | |
| 196 | <div class="col-md-2"> |
| 197 | <p><i class="fa fa-gear fa-4x pull-left"></i></p> |
| 198 | </div> |
| 199 | |
| 200 | <div class="col-md-10"> |
| 201 | <p>AsterixDB extends JSON datatypes with support for spatial and temporal data.</p> |
| 202 | </div> |
| 203 | |
| 204 | </div> |
| 205 | </div> |
| 206 | </div> |
| 207 | |
| 208 | </div> |
| 209 | |
| 210 | <div class="row"> |
| 211 | </div> |
| 212 | |
| 213 | <div class="row"><div class="col-md-5 col-centered text-center"> |
| 214 | |
| 215 | <h2 id="getting-started">Getting Started</h2> |
| 216 | |
| 217 | <hr /> |
| 218 | |
| 219 | </div></div> |
| 220 | |
| 221 | <div class="row"> |
| 222 | <div class="col-md-6"> |
| 223 | <h3 id="download">Download</h3> |
| 224 | <p>You can download the latest stable release here.</p> |
| 225 | |
| 226 | <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.6 <i class="fa fa-download fa-lg"></i></a></p> |
| 227 | |
| 228 | <p>See the installation <a href="http://asterixdb.ics.uci.edu/documentation/install.html">guide</a>, and check out <a href="http://asterixdb.ics.uci.edu/documentation/aql/primer.html">AsterixDB 101</a> to start using AsterixDB right away.</p> |
| 229 | |
| 230 | </div> |
| 231 | <div class="col-md-6"> |
| 232 | <h3 id="community-and-support">Community and Support</h3> |
| 233 | <p>If you have any questions, please feel free to ask on our <a href="mailto:users@asterixdb.incubator.apache.org">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="https://asterixdb.incubator.apache.org/community.html">Community</a> page for more details.</p> |
| 234 | |
| 235 | <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="https://asterixdb.incubator.apache.org/dev-setup.html">Contributing</a> page to learn more.</p> |
| 236 | </div> |
| 237 | </div> |
| 238 | |
| 239 | |
| 240 | <hr /> |
| 241 | |
| 242 | <footer> |
| 243 | <div class="row"> |
| 244 | <div class="col-md-6 col-md-offset-3 text-center"> |
| 245 | <p>© Copyright 2015 The Apache Software foundation. All Rights Reserved. </p> |
| 246 | <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p> |
| 247 | </div> |
| 248 | <div class="col-md-1 text-right"> |
| 249 | <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/> |
| 250 | </div> |
| 251 | </div> |
| 252 | </footer> |
| 253 | </div> <!-- /container --> |
| 254 | |
| 255 | |
| 256 | <!-- Bootstrap core JavaScript |
| 257 | ================================================== --> |
| 258 | <!-- Placed at the end of the document so the pages load faster --> |
| 259 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
| 260 | <script src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script> |
Ian Maxon | ed124d8 | 2015-05-29 18:44:11 -0700 | [diff] [blame] | 261 | </body> |
| 262 | </html> |