Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 1 | <!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 Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 10 | <link rel="icon" href="favicon.ico"> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 11 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 12 | <title>About Apache AsterixDB</title> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 13 | |
| 14 | <!-- Bootstrap core CSS --> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 15 | <link href="css/bootstrap.min.css" rel="stylesheet"> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 16 | <!-- Bootstrap theme --> |
| 17 | |
| 18 | <!-- Custom styles for this template --> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 19 | <link href="css/theme.css" rel="stylesheet"> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 20 | |
| 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"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 30 | <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 Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 37 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 38 | <nav class="navbar navbar-default"> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 39 | <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 Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 47 | <a class="navbar-brand" href="index.html">Overview</a> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 48 | </div> |
| 49 | <div class="navbar-collapse collapse"> |
| 50 | <ul class="nav navbar-nav"> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 51 | <li><a href="download.html">Download</a></li> |
Ian Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 52 | <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> |
Ian Maxon | 1befeb1 | 2021-07-16 12:40:15 -0700 | [diff] [blame^] | 56 | <li><a href="docs/0.9.7/index.html">Documentation for 0.9.7<i class="fa fa-external-link fa-sm"></i></a></li> |
Ian Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 57 | <li class="divider"></li> |
| 58 | <li class="dropdown-header">Snapshot release</li> |
Ian Maxon | 1befeb1 | 2021-07-16 12:40:15 -0700 | [diff] [blame^] | 59 | <li><a href="https://ci.apache.org/projects/asterixdb/index.html">Documentation for 0.9.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li> |
Ian Maxon | 79af4a7 | 2018-11-02 17:06:39 -0700 | [diff] [blame] | 60 | <li class="divider"></li> |
| 61 | <li class="dropdown-header">Tutorial for SQL Users</li> |
| 62 | <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 Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 63 | </ul> |
| 64 | </li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 65 | <li><a href="about.html">About</a></li> |
Till Westmann | 2a32102 | 2016-04-08 08:18:14 -0700 | [diff] [blame] | 66 | <li class="dropdown"> |
| 67 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Community<span class="caret"></span></a> |
| 68 | <ul class="dropdown-menu" role="menu"> |
| 69 | <li><a href="community.html">Mailing Lists</a></li> |
| 70 | <li><a href="community.html#irc">IRC</a></li> |
| 71 | <li><a href="community.html#asterixdb-team">Team</a></li> |
| 72 | <li><a href="https://issues.apache.org/jira/browse/ASTERIXDB">Issue Tracker</a></li> |
| 73 | </ul> |
| 74 | </li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 75 | <li class="dropdown"> |
Michael Blow | f93d7f5 | 2016-10-07 14:36:30 -0400 | [diff] [blame] | 76 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Development<span class="caret"></span></a> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 77 | <ul class="dropdown-menu" role="menu"> |
| 78 | <li class="dropdown-header">For New Contributors</li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 79 | <li><a href="dev-setup.html">Development Setup</a></li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 80 | <li class="divider"></li> |
| 81 | <li class="dropdown-header">For Committers</li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 82 | <li><a href="pushing.html">Pushing changes</a></li> |
| 83 | <li><a href="site.html">Editing this site</a></li> |
Michael Blow | f93d7f5 | 2016-10-07 14:36:30 -0400 | [diff] [blame] | 84 | <li class="dropdown-header">Extensions</li> |
| 85 | <li><a href="extension.html">Extending AsterixDB</a></li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 86 | </ul> |
| 87 | </li> |
| 88 | </ul> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 89 | <ul class="nav navbar-nav navbar-right"> |
| 90 | <li class="dropdown"> |
| 91 | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false" |
| 92 | style="padding-right: 30px"> |
| 93 | <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/> |
| 94 | </a> |
| 95 | <ul class="dropdown-menu dropdown-menu-right" role="menu"> |
| 96 | <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li> |
| 97 | <li><a href="http://www.apache.org/licenses/">License</a></li> |
| 98 | <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> |
| 99 | <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> |
| 100 | <li><a href="http://www.apache.org/security/">Security</a></li> |
| 101 | </ul> |
| 102 | </li> |
| 103 | </ul> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 104 | </div><!--/.nav-collapse --> |
| 105 | </div> |
| 106 | </nav> |
| 107 | |
| 108 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 109 | <div class="row"> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 110 | <div class="col-md-8 col-centered"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 111 | <h2>About Apache AsterixDB</h2> |
Till Westmann | dadc9b7 | 2016-04-26 17:24:34 -0700 | [diff] [blame] | 112 | <p>Apache AsterixDB™ is a highly scalable data management system that can store, index, and manage semi-structured |
| 113 | data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness of SQL (and |
| 114 | more). |
Till Westmann | 5291c49 | 2016-04-04 09:35:50 -0700 | [diff] [blame] | 115 | Unlike analytics engines like Apache Hive or Apache Spark, it stores and manages data, so AsterixDB can exploit its |
| 116 | knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. |
| 117 | Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to |
| 118 | developers today – AsterixDB aims to fill this need.</p> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 119 | |
| 120 | <h3 id="core-features">Core features</h3> |
| 121 | |
| 122 | <ul> |
| 123 | <li>A NoSQL style data model (ADM) based on extending JSON with object |
| 124 | database concepts.</li> |
| 125 | <li>An expressive and declarative query language (AQL) for querying |
| 126 | semi-structured data.</li> |
Till Westmann | c6e439f | 2016-07-07 14:45:57 -0700 | [diff] [blame] | 127 | <li>A runtime query execution engine, Apache Hyracks, for partitioned-parallel |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 128 | execution of query plans.</li> |
| 129 | <li>Partitioned LSM-based data storage and indexing for efficient |
| 130 | ingestion of newly arriving data.</li> |
| 131 | <li>Support for querying and indexing external data (e.g., in HDFS) as |
| 132 | well as data stored within AsterixDB.</li> |
| 133 | <li>A rich set of primitive data types, including support for spatial, |
| 134 | temporal, and textual data.</li> |
| 135 | <li>Indexing options that include B+ trees, R trees, and inverted |
| 136 | keyword index support.</li> |
| 137 | <li>Basic transactional (concurrency and recovery) capabilities akin to |
| 138 | those of a NoSQL store.</li> |
| 139 | </ul> |
| 140 | |
| 141 | <h3 id="history">History</h3> |
Till Westmann | c6e439f | 2016-07-07 14:45:57 -0700 | [diff] [blame] | 142 | |
Till Westmann | 5291c49 | 2016-04-04 09:35:50 -0700 | [diff] [blame] | 143 | <p>Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and |
| 144 | students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of |
| 145 | which was to combine the best ideas from the parallel database world, the then new Apache Hadoop world, and the |
| 146 | semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source |
| 147 | release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into |
Till Westmann | dadc9b7 | 2016-04-26 17:24:34 -0700 | [diff] [blame] | 148 | the Apache Incubator in Febuary of 2015 and was established as a TLP in April of 2016.</p> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 149 | |
Till Westmann | c6e439f | 2016-07-07 14:45:57 -0700 | [diff] [blame] | 150 | <h3 id="more-information">More information</h3> |
| 151 | |
| 152 | <p>More information about AsterixDB (and its underlying frameworks Hyracks and Algebricks) can be found on the site of the |
| 153 | <a href="http://asterix.ics.uci.edu/">ASTERIX project at UC Irvine</a> - especially in the |
| 154 | <a href="http://asterix.ics.uci.edu/publications.html">Publications section</a>.</p> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 155 | |
| 156 | </div> |
| 157 | </div> |
| 158 | |
| 159 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 160 | <hr/> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 161 | |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 162 | <footer> |
| 163 | <div class="row"> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 164 | <div class="col-md-9 col-centered text-center"> |
| 165 | <p/> |
| 166 | <p>© Copyright 2016 The Apache Software foundation. All Rights Reserved. </p> |
| 167 | <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the |
| 168 | Apache Software Foundation</p> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 169 | </div> |
Till Westmann | 00f9bf2 | 2016-03-14 13:59:27 -0700 | [diff] [blame] | 170 | </div> |
| 171 | </footer> |
| 172 | </div> <!-- /container --> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 173 | |
| 174 | <!-- Bootstrap core JavaScript |
| 175 | ================================================== --> |
| 176 | <!-- Placed at the end of the document so the pages load faster --> |
| 177 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame] | 178 | <script src="js/bootstrap.min.js"></script> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 179 | </body> |
| 180 | </html> |