blob: c59ec368c42c47bbecfcb20628d90582c33fea04 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- title: Documentation Overview
url: index
- title: Getting Started Guide
url: quick-start/getting-started-guide
- title: Ignite CLI Tool
url: ignite-cli-tool
- title: Working with SQL
items:
- title: Introduction
url: sql/calcite-based-sql-engine
- title: JDBC Driver
url: sql/jdbc-driver
- title: Java API
url: sql/java
- title: SQL Reference
items:
- title: Data Definition Language (DDL)
url: sql-reference/ddl
- title: Data Manipulation Language (DML)
url: sql-reference/dml
- title: Supported Operators and Functions
url: sql-reference/operators-and-functions
- title: REST API
url: rest/rest-api
- title: Distributed Computing
url: compute/compute
- title: Data Region Configuration
url: config/data-region
- title: Binary Client Protocol
url: binary-protocol
- title: Native Persistence
url: persistence
- title: Data Rebalancing
url: rebalance
- title: Performing Transactions
url: transactions/performing-transactions
- title: Table Views
url: table-views
- title: Handling Exceptions
url: handling-exceptions