|
| 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