Till Westmann | 894aeac | 2013-06-05 21:33:18 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 3 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 4 | ! 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 Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 11 | ! |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 12 | ! http://www.apache.org/licenses/LICENSE-2.0 |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 13 | ! |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 14 | ! 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 Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 20 | !--> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 21 | |
| 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 Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 25 | <bannerLeft> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 26 | <name>AsterixDB</name> |
| 27 | <src>images/asterixlogo.png</src> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 28 | <href>http://asterixdb.apache.org/</href> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 29 | </bannerLeft> |
Zachary Heilbron | b54bcb8 | 2014-03-11 13:46:28 -0700 | [diff] [blame] | 30 | |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 31 | <version position="right"/> |
| 32 | |
Till Westmann | a6ae41a | 2013-06-04 23:41:58 -0700 | [diff] [blame] | 33 | <poweredBy> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 34 | <logo name="AsterixDB" |
| 35 | href="http://asterixdb.apache.org/" |
| 36 | img="images/asterixlogo.png"/> |
Till Westmann | a6ae41a | 2013-06-04 23:41:58 -0700 | [diff] [blame] | 37 | </poweredBy> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 38 | |
| 39 | <skin> |
| 40 | <groupId>org.apache.maven.skins</groupId> |
| 41 | <artifactId>maven-fluido-skin</artifactId> |
Till Westmann | 20c1806 | 2018-05-22 14:02:03 -0700 | [diff] [blame] | 42 | <version>1.7</version> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 43 | </skin> |
| 44 | <custom> |
| 45 | <fluidoSkin> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 46 | <!-- <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 Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 56 | <!-- <googlePlusOne /> --> |
| 57 | </fluidoSkin> |
| 58 | </custom> |
| 59 | |
| 60 | <body> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 61 | <head> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 62 | </head> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 63 | <links> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 64 | <item name="Documentation Home" href="index.html"/> |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 65 | </links> |
| 66 | |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 67 | <menu name="Get Started - Installation"> |
| 68 | <item name="Option 1: using NCService" href="ncservice.html"/> |
Yingyi Bu | 03b2354 | 2017-03-14 10:17:55 -0700 | [diff] [blame] | 69 | <item name="Option 2: using Ansible" href="ansible.html"/> |
| 70 | <item name="Option 3: using Amazon Web Services" href="aws.html"/> |
Till Westmann | 377919b | 2016-05-26 17:06:45 -0700 | [diff] [blame] | 71 | </menu> |
| 72 | |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 73 | <menu name = "AsterixDB Primer"> |
Taewoo Kim | 8bbf081 | 2018-09-24 17:34:50 -0700 | [diff] [blame] | 74 | <item name="Using SQL++" href="sqlpp/primer-sqlpp.html"/> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 75 | </menu> |
| 76 | |
| 77 | <menu name="Data Model"> |
Yingyi Bu | e3ad315 | 2016-10-04 23:33:23 -0700 | [diff] [blame] | 78 | <item name="The Asterix Data Model" href="datamodel.html"/> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 79 | </menu> |
| 80 | |
Taewoo Kim | 8bbf081 | 2018-09-24 17:34:50 -0700 | [diff] [blame] | 81 | <menu name="Queries"> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 82 | <item name="The SQL++ Query Language" href="sqlpp/manual.html"/> |
Ian Maxon | 731fa70 | 2020-09-25 13:36:24 -0700 | [diff] [blame] | 83 | <item name="Raw SQL++ Grammar" href="SQLPP.html"/> |
Yingyi Bu | f7f3a7f | 2016-10-02 21:18:30 -0700 | [diff] [blame] | 84 | <item name="Builtin Functions" href="sqlpp/builtins.html"/> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 85 | </menu> |
| 86 | |
Yingyi Bu | ba6c1bb | 2017-03-17 10:06:02 -0700 | [diff] [blame] | 87 | <menu name="API/SDK"> |
| 88 | <item name="HTTP API" href="api.html"/> |
| 89 | <item name="CSV Output" href="csv.html"/> |
| 90 | </menu> |
| 91 | |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 92 | <menu name="Advanced Features"> |
Till Westmann | 6ff5f88 | 2013-06-04 16:16:08 -0700 | [diff] [blame] | 93 | <item name="Accessing External Data" href="aql/externaldata.html"/> |
Xikui Wang | 511e1c8 | 2018-09-28 14:35:02 -0700 | [diff] [blame] | 94 | <item name="Data Ingestion with Feeds" href="feeds.html"/> |
Yingyi Bu | 8bef7a3 | 2016-09-23 13:36:57 -0700 | [diff] [blame] | 95 | <item name="User Defined Functions" href="udf.html"/> |
Taewoo Kim | 8bbf081 | 2018-09-24 17:34:50 -0700 | [diff] [blame] | 96 | <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 Maxon | 32f4269c | 2020-11-05 11:05:09 -0800 | [diff] [blame] | 99 | <item name="Support of Interval Joins" href="interval_join.html"/> |
Taewoo Kim | 8bbf081 | 2018-09-24 17:34:50 -0700 | [diff] [blame] | 100 | </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 Westmann | 377919b | 2016-05-26 17:06:45 -0700 | [diff] [blame] | 106 | </menu> |
| 107 | |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 108 | <menu ref="reports"/> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 109 | |
Till Westmann | f55c475 | 2015-05-29 12:23:07 -0700 | [diff] [blame] | 110 | <footer> |
Till Westmann | 20c1806 | 2018-05-22 14:02:03 -0700 | [diff] [blame] | 111 | <![CDATA[<div class="row-fluid">Apache AsterixDB, AsterixDB, Apache, the Apache |
Till Westmann | f55c475 | 2015-05-29 12:23:07 -0700 | [diff] [blame] | 112 | 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 Westmann | 20c1806 | 2018-05-22 14:02:03 -0700 | [diff] [blame] | 117 | </div>]]> |
Till Westmann | f55c475 | 2015-05-29 12:23:07 -0700 | [diff] [blame] | 118 | </footer> |
Till Westmann | 6d0fff2 | 2013-06-04 12:19:03 -0700 | [diff] [blame] | 119 | |
Till Westmann | 7f70dd4 | 2013-05-24 18:07:47 -0700 | [diff] [blame] | 120 | </body> |
| 121 | </project> |