Skip to content

Commit a0f1bb5

Browse files
committed
33.0.0-rc2
1 parent 8166f4b commit a0f1bb5

File tree

1,699 files changed

+138947
-14401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,699 files changed

+138947
-14401
lines changed

Diff for: docs/33.0.0/api-reference/api-reference.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
id: api-reference
3+
title: API reference
4+
sidebar_label: Overview
5+
---
6+
7+
<!--
8+
~ Licensed to the Apache Software Foundation (ASF) under one
9+
~ or more contributor license agreements. See the NOTICE file
10+
~ distributed with this work for additional information
11+
~ regarding copyright ownership. The ASF licenses this file
12+
~ to you under the Apache License, Version 2.0 (the
13+
~ "License"); you may not use this file except in compliance
14+
~ with the License. You may obtain a copy of the License at
15+
~
16+
~ http://www.apache.org/licenses/LICENSE-2.0
17+
~
18+
~ Unless required by applicable law or agreed to in writing,
19+
~ software distributed under the License is distributed on an
20+
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21+
~ KIND, either express or implied. See the License for the
22+
~ specific language governing permissions and limitations
23+
~ under the License.
24+
-->
25+
26+
27+
This topic is an index to the Apache Druid API documentation.
28+
29+
## HTTP APIs
30+
* [Druid SQL queries](./sql-api.md) to submit SQL queries using the Druid SQL API.
31+
* [SQL-based ingestion](./sql-ingestion-api.md) to submit SQL-based batch ingestion requests.
32+
* [JSON querying](./json-querying-api.md) to submit JSON-based native queries.
33+
* [Tasks](./tasks-api.md) to manage data ingestion operations.
34+
* [Supervisors](./supervisor-api.md) to manage supervisors for data ingestion lifecycle and data processing.
35+
* [Retention rules](./retention-rules-api.md) to define and manage data retention rules across datasources.
36+
* [Data management](./data-management-api.md) to manage data segments.
37+
* [Automatic compaction](./automatic-compaction-api.md) to optimize segment sizes after ingestion.
38+
* [Lookups](./lookups-api.md) to manage and modify key-value datasources.
39+
* [Service status](./service-status-api.md) to monitor components within the Druid cluster.
40+
* [Dynamic configuration](./dynamic-configuration-api.md) to configure the behavior of the Coordinator and Overlord processes.
41+
* [Legacy metadata](./legacy-metadata-api.md) to retrieve datasource metadata.
42+
43+
## Java APIs
44+
* [SQL JDBC driver](./sql-jdbc.md) to connect to Druid and make Druid SQL queries using the Avatica JDBC driver.

0 commit comments

Comments
 (0)