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.



Apache Druid is a high performance analytics data store for event-driven data. More information about Druid
can be found on https://druid.apache.org.

Documentation
-------------
You can find the documentation for this Druid release on the project website https://druid.apache.org/docs/35.0.0/.

You can get started with Druid with our quickstart at https://druid.apache.org/docs/35.0.0/tutorials/quickstart.html.


Build from Source
-----------------
You can build Apache Druid directly from source.

Prerequisites:
  JDK 8, 8u92+
  Maven version 3.x


The basic command to build Druid from source is:

    mvn clean install


This will run static analysis, unit tests, compile classes, and package the projects into JARs. It will not generate the
source or binary distribution tarball.

In addition to the basic stages, you may also want to add the following profiles and properties:

  -Pdist           - Distribution profile: Generates the binary distribution tarball by pulling in core extensions and
                     dependencies and packaging the files as 'distribution/target/apache-druid-x.x.x-bin.tar.gz'
  -Papache-release - Apache release profile: Generates GPG signature and checksums, and builds the source distribution
                     tarball as `distribution/target/apache-druid-x.x.x-src.tar.gz`
  -Prat            - Apache Rat profile: Runs the Apache Rat license audit tool
  -DskipTests      - Skips unit tests (which reduces build time)

Putting these together, if you wish to build the source and binary distributions with signatures and checksums, audit
licenses, and skip the unit tests, you would run:

    mvn clean install -Papache-release,dist,rat -DskipTests


Community
---------
Community support is available on the druid-user mailing list druid-user@googlegroups.com also available at
https://groups.google.com/forum/#!forum/druid-user.

Development discussions occur on dev@druid.apache.org (archive available at
https://lists.apache.org/list.html?dev@druid.apache.org), which you can subscribe to by emailing
dev-subscribe@druid.apache.org.


Contributing
------------
If you find any bugs, please file a GitHub issue at https://github.com/apache/druid/issues.

If you wish to contribute, please follow the guidelines listed at https://druid.apache.org/community/.

Licenses
-----------

This product bundles fonts from Font Awesome Free version 4.2.0, copyright Font Awesome,
 which is available under the SIL OFL 1.1. For details, see licenses/bin/font-awesome.silofl
  * https://fontawesome.com/

This product bundles JavaBeans Activation Framework version 1.2.0, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.activation.CDDL11
  * https://github.com/javaee/activation
  * com.sun.activation:javax.activation

This product bundles Jersey version 1.19.3, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/jersey.CDDL11
  * https://jersey.github.io/
  * com.sun.jersey:jersey-core
  * com.sun.jersey:jersey-server
  * com.sun.jersey:jersey-servlet
  * com.sun.jersey:contribs

This product bundles Expression Language 3.0 API version 3.0.0., copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/el-spec
  * javax.el:javax.el-api

This product bundles Java Servlet API version 3.1.0, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/servlet-spec
  * javax.servlet:javax.servlet-api

This product bundles JSR311 API version 1.1.1, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/jsr311-api.CDDL11
  * https://github.com/javaee/jsr311
  * javax.ws.rs:jsr311-api

This product bundles Expression Language 3.0 version 3.0.0., copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/el-spec
  * org.glassfish:jakarta.el
  
This product bundles Jersey version 1.9, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/jersey.CDDL11
  * https://jersey.github.io/
  * com.sun.jersey:jersey-client
  * com.sun.jersey:jersey-core

This product bundles JavaBeans Activation Framework version 1.1, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javaxCDDL11
  * https://github.com/javaee/activation
  * javax.activation:activation

This product bundles Java Servlet API version 2.5, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/servlet-spec
  * javax.servlet:javax.servlet-api

This product bundles stax-api version 1.0-2, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/
  * javax.xml.stream:stax-api

This product bundles jsp-api version 2.1, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/javax.CDDL11
  * https://github.com/javaee/javaee-jsp-api
  * javax.servlet.jsp:jsp-api

This product bundles Jersey version 1.15, copyright Oracle and/or its affiliates.,
 which is available under the CDDL 1.1. For details, see licenses/bin/jersey.CDDL11
  * https://jersey.github.io/
  * com.sun.jersey:jersey-client

This product bundles OkHttp Aether Connector version 0.0.9, copyright to original author or authors,
 which is available under the Eclipse Public License 1.0. For details, see licenses/bin/aether-connector-okhttp.EPL1.
  * https://github.com/takari/aether-connector-okhttp
  * io.tesla.aether:aether-connector-okhttp

This product bundles Tesla Aether version 0.0.5, copyright to original author or authors,
 which is available under the Eclipse Public License 1.0. For details, see licenses/bin/tesla-aether.EPL1.
  * https://github.com/tesla/tesla-aether
  * io.tesla.aether:tesla-aether

This product bundles Eclipse Aether libraries version 0.9.0.M2, copyright Sonatype, Inc.,
 which is available under the Eclipse Public License 1.0. For details, see licenses/bin/aether-core.EPL1.
  * https://github.com/eclipse/aether-core
  * org.eclipse.aether:aether-api
  * org.eclipse.aether:aether-connector-file
  * org.eclipse.aether:aether-impl
  * org.eclipse.aether:aether-spi
  * org.eclipse.aether:aether-util

This product bundles Rhino version 1.7R5, copyright Mozilla and individual contributors.,
 which is available under the Mozilla Public License Version 2.0. For details, see licenses/bin/rhino.MPL2.
  * https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino
  * org.mozilla:rhino
  
This product bundles "Java Concurrency In Practice" Book Annotations, copyright Brian Goetz and Tim Peierls,
 which is available under the Creative Commons Attribution 2.5 license. For details, see licenses/bin/creative-commons-2.5.LICENSE.
  * http://jcip.net/
  * net.jcip:jcip-annotations
