blob: ee71f9aa5657fb744072c00f1c38eb2d034cb231 [file] [log] [blame]
Till Westmann894aeac2013-06-05 21:33:18 -07001<?xml version="1.0" encoding="ISO-8859-1"?>
2
Till Westmannea8ab392013-06-05 15:17:08 -07003<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07004 ! Licensed to the Apache Software Foundation (ASF) under one
5 ! or more contributor license agreements. See the NOTICE file
6 ! distributed with this work for additional information
7 ! regarding copyright ownership. The ASF licenses this file
8 ! to you under the Apache License, Version 2.0 (the
9 ! "License"); you may not use this file except in compliance
10 ! with the License. You may obtain a copy of the License at
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070011 !
Ian Maxon928bbd12015-09-14 17:12:48 -070012 ! http://www.apache.org/licenses/LICENSE-2.0
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070013 !
Ian Maxon928bbd12015-09-14 17:12:48 -070014 ! Unless required by applicable law or agreed to in writing,
15 ! software distributed under the License is distributed on an
16 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 ! KIND, either express or implied. See the License for the
18 ! specific language governing permissions and limitations
19 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070020 !-->
Till Westmann7f70dd42013-05-24 18:07:47 -070021
22<project name="AsterixDB" xmlns="http://maven.apache.org/DECORATION/1.0.0"
23 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
Till Westmann7f70dd42013-05-24 18:07:47 -070025 <bannerLeft>
Till Westmann6d0fff22013-06-04 12:19:03 -070026 <name>AsterixDB</name>
27 <src>images/asterixlogo.png</src>
Ian Maxonf18bba22015-08-21 12:35:14 -070028 <href>http://asterixdb.apache.org/</href>
Till Westmann7f70dd42013-05-24 18:07:47 -070029 </bannerLeft>
Zachary Heilbronb54bcb82014-03-11 13:46:28 -070030
Till Westmann6d0fff22013-06-04 12:19:03 -070031 <version position="right"/>
32
Till Westmanna6ae41a2013-06-04 23:41:58 -070033 <poweredBy>
Yingyi Bu8bef7a32016-09-23 13:36:57 -070034 <logo name="AsterixDB"
35 href="http://asterixdb.apache.org/"
36 img="images/asterixlogo.png"/>
Till Westmanna6ae41a2013-06-04 23:41:58 -070037 </poweredBy>
Till Westmann7f70dd42013-05-24 18:07:47 -070038
39 <skin>
40 <groupId>org.apache.maven.skins</groupId>
41 <artifactId>maven-fluido-skin</artifactId>
Till Westmann20c18062018-05-22 14:02:03 -070042 <version>1.7</version>
Till Westmann7f70dd42013-05-24 18:07:47 -070043 </skin>
44 <custom>
45 <fluidoSkin>
Till Westmann6d0fff22013-06-04 12:19:03 -070046 <!-- <topBarEnabled>true</topBarEnabled>
47 <topBarIcon>
48 <name>AsterixDB</name>
49 <alt>AsterixDB</alt>
50 <src>images/asterixlogo.png</src>
51 <href>/index.html</href>
52 </topBarIcon>
53 <sideBarEnabled>false</sideBarEnabled> -->
54 <!-- <topBarContainerStyle>width: 90%;</topBarContainerStyle> -->
55 <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
Till Westmann7f70dd42013-05-24 18:07:47 -070056 <!-- <googlePlusOne /> -->
57 </fluidoSkin>
58 </custom>
59
60 <body>
Ian Maxon69375a12015-06-29 16:12:53 -070061 <head>
Ian Maxon69375a12015-06-29 16:12:53 -070062 </head>
Till Westmann7f70dd42013-05-24 18:07:47 -070063 <links>
Ian Maxon69375a12015-06-29 16:12:53 -070064 <item name="Documentation Home" href="index.html"/>
Till Westmann7f70dd42013-05-24 18:07:47 -070065 </links>
66
Yingyi Bu8bef7a32016-09-23 13:36:57 -070067 <menu name="Get Started - Installation">
68 <item name="Option 1: using NCService" href="ncservice.html"/>
Yingyi Bu03b23542017-03-14 10:17:55 -070069 <item name="Option 2: using Ansible" href="ansible.html"/>
70 <item name="Option 3: using Amazon Web Services" href="aws.html"/>
Till Westmann377919b2016-05-26 17:06:45 -070071 </menu>
72
Yingyi Bu8bef7a32016-09-23 13:36:57 -070073 <menu name = "AsterixDB Primer">
Taewoo Kim8bbf0812018-09-24 17:34:50 -070074 <item name="Using SQL++" href="sqlpp/primer-sqlpp.html"/>
Yingyi Bu8bef7a32016-09-23 13:36:57 -070075 </menu>
76
77 <menu name="Data Model">
Yingyi Bue3ad3152016-10-04 23:33:23 -070078 <item name="The Asterix Data Model" href="datamodel.html"/>
Yingyi Bu8bef7a32016-09-23 13:36:57 -070079 </menu>
80
Taewoo Kim8bbf0812018-09-24 17:34:50 -070081 <menu name="Queries">
Yingyi Bu8bef7a32016-09-23 13:36:57 -070082 <item name="The SQL++ Query Language" href="sqlpp/manual.html"/>
Ian Maxon731fa702020-09-25 13:36:24 -070083 <item name="Raw SQL++ Grammar" href="SQLPP.html"/>
Yingyi Buf7f3a7f2016-10-02 21:18:30 -070084 <item name="Builtin Functions" href="sqlpp/builtins.html"/>
Yingyi Bu8bef7a32016-09-23 13:36:57 -070085 </menu>
86
Yingyi Buba6c1bb2017-03-17 10:06:02 -070087 <menu name="API/SDK">
88 <item name="HTTP API" href="api.html"/>
89 <item name="CSV Output" href="csv.html"/>
90 </menu>
91
Yingyi Bu8bef7a32016-09-23 13:36:57 -070092 <menu name="Advanced Features">
Till Westmann6ff5f882013-06-04 16:16:08 -070093 <item name="Accessing External Data" href="aql/externaldata.html"/>
Xikui Wang511e1c82018-09-28 14:35:02 -070094 <item name="Data Ingestion with Feeds" href="feeds.html"/>
Yingyi Bu8bef7a32016-09-23 13:36:57 -070095 <item name="User Defined Functions" href="udf.html"/>
Taewoo Kim8bbf0812018-09-24 17:34:50 -070096 <item name="Filter-Based LSM Index Acceleration" href="sqlpp/filters.html"/>
97 <item name="Support of Full-text Queries" href="sqlpp/fulltext.html"/>
98 <item name="Support of Similarity Queries" href="sqlpp/similarity.html"/>
Ian Maxon32f4269c2020-11-05 11:05:09 -080099 <item name="Support of Interval Joins" href="interval_join.html"/>
Taewoo Kim8bbf0812018-09-24 17:34:50 -0700100 </menu>
101
102 <menu name="Deprecated">
103 <item name="AsterixDB Primer: Using AQL" href="aql/primer.html"/>
104 <item name="Queries: The Asterix Query Language (AQL)" href="aql/manual.html"/>
105 <item name="Queries: Builtin Functions (AQL)" href="aql/builtins.html"/>
Till Westmann377919b2016-05-26 17:06:45 -0700106 </menu>
107
Till Westmann7f70dd42013-05-24 18:07:47 -0700108 <menu ref="reports"/>
Till Westmann6d0fff22013-06-04 12:19:03 -0700109
Till Westmannf55c4752015-05-29 12:23:07 -0700110 <footer>
Till Westmann20c18062018-05-22 14:02:03 -0700111 <![CDATA[<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache
Till Westmannf55c4752015-05-29 12:23:07 -0700112 feather logo, and the Apache AsterixDB project logo are either
113 registered trademarks or trademarks of The Apache Software
114 Foundation in the United States and other countries.
115 All other marks mentioned may be trademarks or registered
116 trademarks of their respective owners.
Till Westmann20c18062018-05-22 14:02:03 -0700117 </div>]]>
Till Westmannf55c4752015-05-29 12:23:07 -0700118 </footer>
Till Westmann6d0fff22013-06-04 12:19:03 -0700119
Till Westmann7f70dd42013-05-24 18:07:47 -0700120 </body>
121</project>