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 | |
| 12 | <title>About AsterixDB</title> |
| 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"> |
| 30 | <div class="masthead"> |
| 31 | <p class="lead"> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 32 | <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 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> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 45 | <a class="navbar-brand" href="index.html">Overview</a> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 46 | </div> |
| 47 | <div class="navbar-collapse collapse"> |
| 48 | <ul class="nav navbar-nav"> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 49 | <li><a href="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> |
Ian Maxon | e2b799e | 2015-11-24 18:20:03 -0800 | [diff] [blame] | 54 | <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 Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 55 | <li class="divider"></li> |
| 56 | <li class="dropdown-header">Snapshot release</li> |
Ian Maxon | e2b799e | 2015-11-24 18:20:03 -0800 | [diff] [blame] | 57 | <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 Maxon | a9643c8 | 2015-09-01 11:15:57 -1000 | [diff] [blame] | 58 | </ul> |
| 59 | </li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 60 | <li><a href="about.html">About</a></li> |
| 61 | <li><a href="community.html">Community</a></li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 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> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 66 | <li><a href="dev-setup.html">Development Setup</a></li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 67 | <li class="divider"></li> |
| 68 | <li class="dropdown-header">For Committers</li> |
Ian Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 69 | <li><a href="pushing.html">Pushing changes</a></li> |
| 70 | <li><a href="site.html">Editing this site</a></li> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 71 | </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 |
| 88 | database concepts.</li> |
| 89 | <li>An expressive and declarative query language (AQL) for querying |
| 90 | semi-structured data.</li> |
| 91 | <li>A runtime query execution engine, Hyracks, for partitioned-parallel |
| 92 | execution of query plans.</li> |
| 93 | <li>Partitioned LSM-based data storage and indexing for efficient |
| 94 | ingestion of newly arriving data.</li> |
| 95 | <li>Support for querying and indexing external data (e.g., in HDFS) as |
| 96 | well as data stored within AsterixDB.</li> |
| 97 | <li>A rich set of primitive data types, including support for spatial, |
| 98 | temporal, and textual data.</li> |
| 99 | <li>Indexing options that include B+ trees, R trees, and inverted |
| 100 | keyword index support.</li> |
| 101 | <li>Basic transactional (concurrency and recovery) capabilities akin to |
| 102 | those 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"> |
| 118 | <p>© Copyright 2015 The Apache Software foundation. All Rights Reserved. </p> |
| 119 | <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 Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 122 | <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 123 | </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 Maxon | f84cb81 | 2015-12-07 15:09:45 -0800 | [diff] [blame^] | 133 | <script src="js/bootstrap.min.js"></script> |
Ian Maxon | 3dffc85 | 2015-07-13 20:17:09 -0700 | [diff] [blame] | 134 | </body> |
| 135 | </html> |