blob: f0647d3a4890e8b36f3eca129c59f965499e80e0 [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 Maxon3dffc852015-07-13 20:17:09 -070011
12 <title>About AsterixDB</title>
13
14 <!-- 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 -->
17
18 <!-- Custom styles for this template -->
Ian Maxonf84cb812015-12-07 15:09:45 -080019 <link href="css/theme.css" rel="stylesheet">
Ian Maxon3dffc852015-07-13 20:17:09 -070020
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>
28
29 <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>
73 </ul>
74 </div><!--/.nav-collapse -->
75 </div>
76 </nav>
77
78
79 <div class="row">
80<div class="col-md-8 col-centered">
81<h2>About AsterixDB</h2>
82<p>AsterixDB is a highly scalable data management system that can store,index, and manage semi-structured data, e.g., much like MongoDB, butit also supports a full-power query language with the expressiveness of SQL (and more). Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today – AsterixDB aims to fill this need.</p>
83
84<h3 id="core-features">Core features</h3>
85
86<ul>
87 <li>A NoSQL style data model (ADM) based on extending JSON with object
88database concepts.</li>
89 <li>An expressive and declarative query language (AQL) for querying
90semi-structured data.</li>
91 <li>A runtime query execution engine, Hyracks, for partitioned-parallel
92execution of query plans.</li>
93 <li>Partitioned LSM-based data storage and indexing for efficient
94ingestion of newly arriving data.</li>
95 <li>Support for querying and indexing external data (e.g., in HDFS) as
96well as data stored within AsterixDB.</li>
97 <li>A rich set of primitive data types, including support for spatial,
98temporal, and textual data.</li>
99 <li>Indexing options that include B+ trees, R trees, and inverted
100keyword index support.</li>
101 <li>Basic transactional (concurrency and recovery) capabilities akin to
102those of a NoSQL store.</li>
103</ul>
104
105<h3 id="history">History</h3>
106<p>The current version of AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.</p>
107
108
109</div>
110</div>
111
112
113 <hr />
114
115 <footer>
116 <div class="row">
117 <div class="col-md-6 col-md-offset-3 text-center">
Till Westmann237a2642016-02-25 16:14:40 -0800118 <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
Ian Maxon3dffc852015-07-13 20:17:09 -0700119 <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
120 </div>
121 <div class="col-md-1 text-right">
Ian Maxonf84cb812015-12-07 15:09:45 -0800122 <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
Ian Maxon3dffc852015-07-13 20:17:09 -0700123 </div>
124 </div>
125 </footer>
126 </div> <!-- /container -->
127
128
129 <!-- Bootstrap core JavaScript
130 ================================================== -->
131 <!-- Placed at the end of the document so the pages load faster -->
132 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
Ian Maxonf84cb812015-12-07 15:09:45 -0800133 <script src="js/bootstrap.min.js"></script>
Ian Maxon3dffc852015-07-13 20:17:09 -0700134 </body>
135</html>