blob: f3bacc2763f457f5da988438741facf94244a9d2 [file] [log] [blame]
Ian Maxon3dffc852015-07-13 20:17:09 -07001<!DOCTYPE html>
2<html lang="en">
3 <head>
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="">
Ian Maxonf84cb812015-12-07 15:09:45 -080010 <link rel="icon" href="favicon.ico">
Ian Maxon5be42f72024-11-14 15:54:56 -080011 <meta http-equiv="Content-Security-Policy" content="frame-src youtube.com www.youtube.com">
Ian Maxon3dffc852015-07-13 20:17:09 -070012
Till Westmann00f9bf22016-03-14 13:59:27 -070013 <title>About Apache AsterixDB</title>
Ian Maxon3dffc852015-07-13 20:17:09 -070014
15 <!-- Bootstrap core CSS -->
Ian Maxonf84cb812015-12-07 15:09:45 -080016 <link href="css/bootstrap.min.css" rel="stylesheet">
Ian Maxon3dffc852015-07-13 20:17:09 -070017 <!-- Bootstrap theme -->
18
19 <!-- Custom styles for this template -->
Ian Maxonf84cb812015-12-07 15:09:45 -080020 <link href="css/theme.css" rel="stylesheet">
Ian Maxon3dffc852015-07-13 20:17:09 -070021
22 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
23 <!--[if lt IE 9]>
24 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
25 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
26 <![endif]-->
27 <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
28 </head>
29
30 <div class="container theme-showcase" role="main">
Till Westmann00f9bf22016-03-14 13:59:27 -070031 <div class="masthead">
32 <p class="lead">
33 <a href="index.html">
34 <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
35 </a>
36 </p>
37 </div>
Ian Maxon3dffc852015-07-13 20:17:09 -070038
Till Westmann00f9bf22016-03-14 13:59:27 -070039 <nav class="navbar navbar-default">
Ian Maxon3dffc852015-07-13 20:17:09 -070040 <div class="container">
41 <div class="navbar-header">
42 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
43 <span class="sr-only">Toggle navigation</span>
44 <span class="icon-bar"></span>
45 <span class="icon-bar"></span>
46 <span class="icon-bar"></span>
47 </button>
Ian Maxonf84cb812015-12-07 15:09:45 -080048 <a class="navbar-brand" href="index.html">Overview</a>
Ian Maxon3dffc852015-07-13 20:17:09 -070049 </div>
50 <div class="navbar-collapse collapse">
51 <ul class="nav navbar-nav">
Ian Maxonf84cb812015-12-07 15:09:45 -080052 <li><a href="download.html">Download</a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100053 <li class="dropdown">
54 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
55 <ul class="dropdown-menu" role="menu">
56 <li class="dropdown-header">Stable release</li>
Ian Maxon1c2dec12024-04-01 16:05:43 -070057 <li><a href="docs/0.9.9/index.html">Documentation for 0.9.9<i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100058 <li class="divider"></li>
59 <li class="dropdown-header">Snapshot release</li>
Ian Maxon1c2dec12024-04-01 16:05:43 -070060 <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.9.10-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxon79af4a72018-11-02 17:06:39 -070061 <li class="divider"></li>
62 <li class="dropdown-header">Tutorial for SQL Users</li>
63 <li><a href="files/SQL_Book.pdf">Don Chamberlin's SQL++ for SQL Users<i class="fa fa-external-link fa-sm"></i></a></li>
Ian Maxona9643c82015-09-01 11:15:57 -100064 </ul>
65 </li>
Ian Maxonf84cb812015-12-07 15:09:45 -080066 <li><a href="about.html">About</a></li>
Till Westmann2a321022016-04-08 08:18:14 -070067 <li class="dropdown">
68 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community<span class="caret"></span></a>
69 <ul class="dropdown-menu" role="menu">
70 <li><a href="community.html">Mailing Lists</a></li>
71 <li><a href="community.html#irc">IRC</a></li>
72 <li><a href="community.html#asterixdb-team">Team</a></li>
73 <li><a href="https://issues.apache.org/jira/browse/ASTERIXDB">Issue Tracker</a></li>
74 </ul>
75 </li>
Ian Maxon3dffc852015-07-13 20:17:09 -070076 <li class="dropdown">
Michael Blowf93d7f52016-10-07 14:36:30 -040077 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Development<span class="caret"></span></a>
Ian Maxon3dffc852015-07-13 20:17:09 -070078 <ul class="dropdown-menu" role="menu">
79 <li class="dropdown-header">For New Contributors</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080080 <li><a href="dev-setup.html">Development Setup</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070081 <li class="divider"></li>
82 <li class="dropdown-header">For Committers</li>
Ian Maxonf84cb812015-12-07 15:09:45 -080083 <li><a href="pushing.html">Pushing changes</a></li>
84 <li><a href="site.html">Editing this site</a></li>
Michael Blowf93d7f52016-10-07 14:36:30 -040085 <li class="dropdown-header">Extensions</li>
86 <li><a href="extension.html">Extending AsterixDB</a></li>
Ian Maxon3dffc852015-07-13 20:17:09 -070087 </ul>
88 </li>
89 </ul>
Till Westmann00f9bf22016-03-14 13:59:27 -070090 <ul class="nav navbar-nav navbar-right">
91 <li class="dropdown">
92 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
93 style="padding-right: 30px">
94 <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
95 </a>
96 <ul class="dropdown-menu dropdown-menu-right" role="menu">
97 <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
98 <li><a href="http://www.apache.org/licenses/">License</a></li>
99 <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
100 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
101 <li><a href="http://www.apache.org/security/">Security</a></li>
102 </ul>
103 </li>
104 </ul>
Ian Maxon3dffc852015-07-13 20:17:09 -0700105 </div><!--/.nav-collapse -->
106 </div>
107 </nav>
108
109
Till Westmann00f9bf22016-03-14 13:59:27 -0700110 <div class="row">
Ian Maxon3dffc852015-07-13 20:17:09 -0700111<div class="col-md-8 col-centered">
Till Westmann00f9bf22016-03-14 13:59:27 -0700112<h2>About Apache AsterixDB</h2>
Till Westmanndadc9b72016-04-26 17:24:34 -0700113<p>Apache AsterixDB™ is a highly scalable data management system that can store, index, and manage semi-structured
114data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness of SQL (and
115more).
Till Westmann5291c492016-04-04 09:35:50 -0700116Unlike analytics engines like Apache Hive or Apache Spark, it stores and manages data, so AsterixDB can exploit its
117knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries.
118Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to
119developers today – AsterixDB aims to fill this need.</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700120
121<h3 id="core-features">Core features</h3>
122
123<ul>
124 <li>A NoSQL style data model (ADM) based on extending JSON with object
125database concepts.</li>
126 <li>An expressive and declarative query language (AQL) for querying
127semi-structured data.</li>
Till Westmannc6e439f2016-07-07 14:45:57 -0700128 <li>A runtime query execution engine, Apache Hyracks, for partitioned-parallel
Ian Maxon3dffc852015-07-13 20:17:09 -0700129execution of query plans.</li>
130 <li>Partitioned LSM-based data storage and indexing for efficient
131ingestion of newly arriving data.</li>
132 <li>Support for querying and indexing external data (e.g., in HDFS) as
133well as data stored within AsterixDB.</li>
134 <li>A rich set of primitive data types, including support for spatial,
135temporal, and textual data.</li>
136 <li>Indexing options that include B+ trees, R trees, and inverted
137keyword index support.</li>
138 <li>Basic transactional (concurrency and recovery) capabilities akin to
139those of a NoSQL store.</li>
140</ul>
141
142<h3 id="history">History</h3>
Till Westmannc6e439f2016-07-07 14:45:57 -0700143
Till Westmann5291c492016-04-04 09:35:50 -0700144<p>Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and
145students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of
146which was to combine the best ideas from the parallel database world, the then new Apache Hadoop world, and the
147semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source
148release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into
Till Westmanndadc9b72016-04-26 17:24:34 -0700149the Apache Incubator in Febuary of 2015 and was established as a TLP in April of 2016.</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700150
Till Westmannc6e439f2016-07-07 14:45:57 -0700151<h3 id="more-information">More information</h3>
152
153<p>More information about AsterixDB (and its underlying frameworks Hyracks and Algebricks) can be found on the site of the
154<a href="http://asterix.ics.uci.edu/">ASTERIX project at UC Irvine</a> - especially in the
155<a href="http://asterix.ics.uci.edu/publications.html">Publications section</a>.</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700156
157</div>
158</div>
159
160
Till Westmann00f9bf22016-03-14 13:59:27 -0700161 <hr/>
Ian Maxon3dffc852015-07-13 20:17:09 -0700162
Till Westmann00f9bf22016-03-14 13:59:27 -0700163 <footer>
164 <div class="row">
Till Westmann00f9bf22016-03-14 13:59:27 -0700165 <div class="col-md-9 col-centered text-center">
166 <p/>
167 <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
168 <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
169 Apache Software Foundation</p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700170 </div>
Till Westmann00f9bf22016-03-14 13:59:27 -0700171 </div>
172 </footer>
173 </div> <!-- /container -->
Ian Maxon3dffc852015-07-13 20:17:09 -0700174
175 <!-- Bootstrap core JavaScript
176 ================================================== -->
177 <!-- Placed at the end of the document so the pages load faster -->
178 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Ian Maxonf84cb812015-12-07 15:09:45 -0800179 <script src="js/bootstrap.min.js"></script>
Ian Maxon3dffc852015-07-13 20:17:09 -0700180 </body>
181</html>