### _Why are the changes needed?_ As a subtask of #3039, this PR aims to build the skeleton of client side documentation ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate   - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3041 from yaooqinn/3040. Closes #3040 754d8a07 [Kent Yao] [KYUUBI #3040] [Subtask][#3039] Build the skeleton of client side documentation b574e10d [Kent Yao] [KYUUBI #3040] [Subtask][#3039] Build the skeleton of client side documentation 721e00c5 [Kent Yao] [KYUUBI #3040] [Subtask][#3039] Build the skeleton of client side documentation 93fe8c42 [Kent Yao] [KYUUBI #3040] [Subtask][#3039] Build the skeleton of client side documentation b9606c94 [Kent Yao] [KYUUBI #3040] [Subtask][#3039] Build the skeleton of client side documentation Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Kent Yao <yao@apache.org>
39 lines
1.4 KiB
ReStructuredText
39 lines
1.4 KiB
ReStructuredText
.. 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.
|
|
|
|
Clients
|
|
=======
|
|
|
|
This section aims to document the APIs, clients and tools for end-users who are not necessary to care about deployment at the kyuubi server side.
|
|
|
|
Kyuubi provides standards-based drivers for JDBC, and ODBC enabling developers to build database applications in their language of choice.
|
|
|
|
In addition, APIs like REST, Thrift, etc., allow developers to access kyuubi directly and flexibly.
|
|
|
|
.. note::
|
|
When you try some of the examples in this section, make sure you have a available server.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
jdbc/index
|
|
cli/index
|
|
bi_tools/index
|
|
odbc/index
|
|
thrift/index
|
|
rest/index
|
|
ui/index
|
|
python/index
|
|
advanced/index |