blob: f328c2f4096c62c6e8dbff0190d2c30e3aa3922e [file] [log] [blame]
Ian Maxone2b799e2015-11-24 18:20:03 -08001<!DOCTYPE html>
2<!--
3 | Generated by Apache Maven Doxia at 2015-11-24
4 | Rendered using Apache Maven Fluido Skin 1.3.0
5-->
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8 <meta charset="UTF-8" />
9 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10 <meta name="Date-Revision-yyyymmdd" content="20151124" />
11 <meta http-equiv="Content-Language" content="en" />
12 <title>AsterixDB &#x2013; AsterixDB: A Big Data Management System</title>
13 <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
14 <link rel="stylesheet" href="./css/site.css" />
15 <link rel="stylesheet" href="./css/print.css" media="print" />
16
17
18 <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script>
19
20
21
Ian Maxone2b799e2015-11-24 18:20:03 -080022
Ian Maxone2b799e2015-11-24 18:20:03 -080023
24 </head>
25 <body class="topBarDisabled">
26
27
28
29
30 <div class="container-fluid">
31 <div id="banner">
32 <div class="pull-left">
33 <a href="http://asterixdb.apache.org/" id="bannerLeft">
34 <img src="images/asterixlogo.png" alt="AsterixDB"/>
35 </a>
36 </div>
37 <div class="pull-right"> </div>
38 <div class="clear"><hr/></div>
39 </div>
40
41 <div id="breadcrumbs">
42 <ul class="breadcrumb">
43
44
45 <li id="publishDate">Last Published: 2015-11-24</li>
46
47
48
49 <li id="projectVersion" class="pull-right">Version: 0.8.7-incubating</li>
50
51 <li class="divider pull-right">|</li>
52
53 <li class="pull-right"> <a href="index.html" title="Documentation Home">
54 Documentation Home</a>
55 </li>
56
57 </ul>
58 </div>
59
60
61 <div class="row-fluid">
62 <div id="leftColumn" class="span3">
63 <div class="well sidebar-nav">
64
65
66 <ul class="nav nav-list">
67 <li class="nav-header">Documentation</li>
68
69 <li>
70
71 <a href="install.html" title="Installing and Managing AsterixDB using Managix">
72 <i class="none"></i>
73 Installing and Managing AsterixDB using Managix</a>
74 </li>
75
76 <li>
77
78 <a href="yarn.html" title="Deploying AsterixDB using YARN">
79 <i class="none"></i>
80 Deploying AsterixDB using YARN</a>
81 </li>
82
83 <li>
84
85 <a href="aql/primer.html" title="AsterixDB 101: An ADM and AQL Primer">
86 <i class="none"></i>
87 AsterixDB 101: An ADM and AQL Primer</a>
88 </li>
89
90 <li>
91
92 <a href="aql/primer-sql-like.html" title="AsterixDB 101: An ADM and AQL Primer (For SQL Fans)">
93 <i class="none"></i>
94 AsterixDB 101: An ADM and AQL Primer (For SQL Fans)</a>
95 </li>
96
97 <li>
98
99 <a href="aql/js-sdk.html" title="AsterixDB Javascript SDK">
100 <i class="none"></i>
101 AsterixDB Javascript SDK</a>
102 </li>
103
104 <li>
105
106 <a href="aql/datamodel.html" title="Asterix Data Model (ADM)">
107 <i class="none"></i>
108 Asterix Data Model (ADM)</a>
109 </li>
110
111 <li>
112
113 <a href="aql/manual.html" title="Asterix Query Language (AQL)">
114 <i class="none"></i>
115 Asterix Query Language (AQL)</a>
116 </li>
117
118 <li>
119
120 <a href="aql/functions.html" title="AQL Functions">
121 <i class="none"></i>
122 AQL Functions</a>
123 </li>
124
125 <li>
126
127 <a href="aql/allens.html" title="AQL Allen's Relations Functions">
128 <i class="none"></i>
129 AQL Allen's Relations Functions</a>
130 </li>
131
132 <li>
133
134 <a href="aql/similarity.html" title="AQL Support of Similarity Queries">
135 <i class="none"></i>
136 AQL Support of Similarity Queries</a>
137 </li>
138
139 <li>
140
141 <a href="aql/externaldata.html" title="Accessing External Data">
142 <i class="none"></i>
143 Accessing External Data</a>
144 </li>
145
146 <li>
147
148 <a href="feeds/tutorial.html" title="Support for Data Ingestion in AsterixDB">
149 <i class="none"></i>
150 Support for Data Ingestion in AsterixDB</a>
151 </li>
152
153 <li>
154
155 <a href="udf.html" title="Support for User Defined Functions in AsterixDB">
156 <i class="none"></i>
157 Support for User Defined Functions in AsterixDB</a>
158 </li>
159
160 <li>
161
162 <a href="aql/filters.html" title="Filter-Based LSM Index Acceleration">
163 <i class="none"></i>
164 Filter-Based LSM Index Acceleration</a>
165 </li>
166
167 <li>
168
169 <a href="api.html" title="HTTP API to AsterixDB">
170 <i class="none"></i>
171 HTTP API to AsterixDB</a>
172 </li>
173 </ul>
174
175
176
177 <hr class="divider" />
178
179 <div id="poweredBy">
180 <div class="clear"></div>
181 <div class="clear"></div>
182 <div class="clear"></div>
183 <a href="https://code.google.com/p/hyracks/" title="Hyracks" class="builtBy">
184 <img class="builtBy" alt="Hyracks" src="images/hyrax_ts.png" />
185 </a>
186 </div>
187 </div>
188 </div>
189
190
191 <div id="bodyColumn" class="span9" >
192
193 <!-- ! Licensed to the Apache Software Foundation (ASF) under one
194 ! or more contributor license agreements. See the NOTICE file
195 ! distributed with this work for additional information
196 ! regarding copyright ownership. The ASF licenses this file
197 ! to you under the Apache License, Version 2.0 (the
198 ! "License"); you may not use this file except in compliance
199 ! with the License. You may obtain a copy of the License at
200 !
201 ! http://www.apache.org/licenses/LICENSE-2.0
202 !
203 ! Unless required by applicable law or agreed to in writing,
204 ! software distributed under the License is distributed on an
205 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
206 ! KIND, either express or implied. See the License for the
207 ! specific language governing permissions and limitations
208 ! under the License.
209 ! --><h1>AsterixDB: A Big Data Management System</h1>
210<div class="section">
211<h2><a name="Table_of_Contents"></a><a name="toc" id="toc">Table of Contents</a></h2>
212
213<ul>
214
215<li><a href="#WhatIsAsterixDB">What Is AsterixDB?</a></li>
216
217<li><a href="#GettingAndUsingAsterixDB">Getting and Using AsterixDB</a></li>
218</ul></div>
219<div class="section">
220<h2><a name="What_Is_AsterixDB_Back_to_TOC"></a><a name="WhatIsAsterixDB" id="WhatIsAsterixDB">What Is AsterixDB?</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
221<p>In a nutshell, AsterixDB is a full-function BDMS (Big Data Management System) with a rich feature set that distinguishes it from pretty much any other Big Data platform that&#x2019;s out and available today. We believe that its feature set makes it well-suited to modern needs such as web data warehousing and social data storage and analysis. AsterixDB has:</p>
222
223<ul>
224
225<li>A semistructured NoSQL style data model (ADM) resulting from extending JSON with object database ideas</li>
226
227<li>An expressive and declarative query language (AQL) that supports a broad range of queries and analysis over semistructured data</li>
228
229<li>A parallel runtime query execution engine, Hyracks, that has been scale-tested on up to 1000+ cores and 500+ disks</li>
230
231<li>Partitioned LSM-based data storage and indexing to support efficient ingestion and management of semistructured data</li>
232
233<li>Support for query access to externally stored data (e.g., data in HDFS) as well as to data stored natively by AsterixDB</li>
234
235<li>A rich set of primitive data types, including spatial and temporal data in addition to integer, floating point, and textual data</li>
236
237<li>Secondary indexing options that include B+ trees, R trees, and inverted keyword (exact and fuzzy) index types</li>
238
239<li>Support for fuzzy and spatial queries as well as for more traditional parametric queries</li>
240
241<li>Basic transactional (concurrency and recovery) capabilities akin to those of a NoSQL store</li>
242</ul></div>
243<div class="section">
244<h2><a name="Getting_and_Using_AsterixDB_Back_to_TOC"></a><a name="GettingAndUsingAsterixDB" id="GettingAndUsingAsterixDB">Getting and Using AsterixDB</a> <font size="4"><a href="#toc">[Back to TOC]</a></font></h2>
245<p>You are most likely here because you are interested in getting your hands on AsterixDB&#x2014;so you would like to know how to get it, how to set it up, and how to use it. The following is a list of the supporting documents that we have available today:</p>
246
247<ol style="list-style-type: decimal">
248
249<li>
250<p><a href="install.html">Installing AsterixDB using Managix</a> : This is our installation guide, and it is where you should start. This document will tell you how to obtain, install, and manage instances of <a class="externalLink" href="http://asterixdb.ics.uci.edu/download.html">AsterixDB</a>, including both single-machine setup (for developers) as well as cluster installations (for deployment in its intended form).</p></li>
251
252<li>
253<p><a href="aql/primer.html">AsterixDB 101: An ADM and AQL Primer</a> : This is a first-timers introduction to the user model of the AsterixDB BDMS, by which we mean the view of AsterixDB as seen from the perspective of an &#x201c;average user&#x201d; or Big Data application developer. The AsterixDB user model consists of its data modeling features (ADM) and its query capabilities (AQL). This document presents a tiny &#x201c;social data warehousing&#x201d; example and uses it as a backdrop for describing, by example, the key features of AsterixDB. By working through this document, you will learn how to define the artifacts needed to manage data in AsterixDB, how to load data into the system, how to use most of the basic features of its query language, and how to insert and delete data dynamically.</p></li>
254
255<li>
256<p><a href="aql/datamodel.html">Asterix Data Model (ADM)</a>, <a href="aql/functions.html">Asterix Functions</a>, <a href="aql/allens.html">Asterix functions for Allen&#x2019;s Relations</a>, and <a href="aql/manual.html">Asterix Query Language (AQL)</a> : These are reference documents that catalog the primitive data types and built-in functions available in AQL and the reference manual for AQL itself.</p></li>
257
258<li>
259<p><a href="api.html">REST API to AsterixDB</a> : Access to data in an AsterixDB instance is provided via a REST-based API. This is a short document that describes the REST API entry points and their URL syntax.</p></li>
260</ol>
261<p>To all who have now come this far: Thanks for your interest in AsterixDB, and for kicking its tires in its Beta form. In addition to getting the system and trying it out, please sign up as a member of the AsterixDB user mailing list (users (at) asterixdb.incubator.apache.org) so that you can contact us easily with your questions, issues, and other feedback. We want AsterixDB to be a &#x201c;big hit&#x201d; some day, and we are anxious to see what users do with it and to learn from that feedback what we should be working on most urgently in the next phase of the project.</p></div>
262 </div>
263 </div>
264 </div>
265
266 <hr/>
267
268 <footer>
269 <div class="container-fluid">
270 <div class="row span12">Copyright &copy; 2015
271 <a href="http://www.apache.org/">The Apache Software Foundation</a>.
272 All Rights Reserved.
273
274 </div>
275
276 <?xml version="1.0" encoding="UTF-8"?>
277<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
278 feather logo, and the Apache AsterixDB project logo are either
279 registered trademarks or trademarks of The Apache Software
280 Foundation in the United States and other countries.
281 All other marks mentioned may be trademarks or registered
282 trademarks of their respective owners.</div>
283
284
285 </div>
286 </footer>
287 </body>
288</html>