2019-05-16 14:13:48 -04:00
---
2019-08-21 00:48:59 -04:00
id: getting-started
title: "Getting started with Apache Druid"
2019-05-16 14:13:48 -04:00
---
<!--
~ 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.
-->
## Overview
2019-08-21 00:48:59 -04:00
If you are new to Druid, we recommend reading the [Design Overview ](../design/index.md ) and the [Ingestion Overview ](../ingestion/index.md ) first for a basic understanding of Druid.
2019-05-16 14:13:48 -04:00
## Single-server Quickstart and Tutorials
2019-08-21 00:48:59 -04:00
To get started with running Druid, the simplest and quickest way is to try the [single-server quickstart and tutorials ](../tutorials/index.md ).
2019-05-16 14:13:48 -04:00
## Deploying a Druid cluster
If you wish to jump straight to deploying Druid as a cluster, or if you have an existing single-server deployment that you wish to migrate to a clustered deployment, please see the [Clustered Deployment Guide ](../tutorials/cluster.md ).
## Operating Druid
2019-08-21 00:48:59 -04:00
The [configuration reference ](../configuration/index.md ) describes all of Druid's configuration properties.
2019-05-16 14:13:48 -04:00
2019-08-21 00:48:59 -04:00
The [API reference ](../operations/api-reference.md ) describes the APIs available on each Druid process.
2019-05-16 14:13:48 -04:00
2019-08-21 00:48:59 -04:00
The [basic cluster tuning guide ](../operations/basic-cluster-tuning.md ) is an introductory guide for tuning your Druid cluster.
2019-05-16 14:13:48 -04:00
## Need help with Druid?
2019-08-21 00:48:59 -04:00
If you have questions about using Druid, please reach out to the [Druid user mailing list or other community channels ](https://druid.apache.org/community/ )!