2018-11-13 12:38:37 -05: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.
-->
2018-08-30 12:56:26 -04:00
[![Build Status ](https://travis-ci.org/apache/incubator-druid.svg?branch=master )](https://travis-ci.org/apache/incubator-druid) [![Inspections Status ](https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/OpenSourceProjects_Druid_Inspections.svg?label=TeamCity%20inspections )](https://teamcity.jetbrains.com/viewType.html?buildTypeId=OpenSourceProjects_Druid_Inspections) [![Coverage Status ](https://coveralls.io/repos/apache/incubator-druid/badge.svg?branch=master )](https://coveralls.io/r/apache/incubator-druid?branch=master) [![IRC#druid-dev ](https://img.shields.io/badge/IRC-druid--dev-blue.svg )](https://webchat.freenode.net?channels=druid-dev)
2015-02-18 19:50:18 -05:00
2018-07-17 14:58:50 -04:00
## Apache Druid (incubating)
2014-08-01 16:24:12 -04:00
2018-07-17 14:58:50 -04:00
Apache Druid (incubating) is a high performance analytics data store for event-driven data.
2015-02-18 19:50:18 -05:00
2018-07-17 14:58:50 -04:00
*Disclaimer: Apache Druid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.*
2014-08-01 16:24:12 -04:00
2015-02-18 19:09:10 -05:00
### License
2015-02-18 19:50:18 -05:00
[Apache License, Version 2.0 ](http://www.apache.org/licenses/LICENSE-2.0 )
2015-02-18 19:09:10 -05:00
2014-08-01 16:24:12 -04:00
### More Information
2015-02-18 19:50:18 -05:00
2019-06-18 12:06:28 -04:00
More information about Druid can be found on < https: / / druid . apache . org > .
2014-08-01 16:24:12 -04:00
### Documentation
2015-02-18 19:50:18 -05:00
2019-06-18 12:06:28 -04:00
You can find the [documentation for the latest Druid release ](https://druid.apache.org/docs/latest/ ) on
the [project website ](https://druid.apache.org/docs/latest/ ).
2015-02-18 19:50:18 -05:00
If you would like to contribute documentation, please do so under
`/docs/content` in this repository and submit a pull request.
2014-08-01 16:24:12 -04:00
2016-04-13 14:33:31 -04:00
### Getting Started
2014-08-01 16:24:12 -04:00
2019-06-18 12:06:28 -04:00
You can get started with Druid with our [quickstart ](https://druid.apache.org/docs/latest/tutorials/quickstart.html ).
2015-02-18 19:50:18 -05:00
### Reporting Issues
2018-08-30 12:56:26 -04:00
If you find any bugs, please file a [GitHub issue ](https://github.com/apache/incubator-druid/issues ).
2015-02-18 19:50:18 -05:00
### Community
2018-04-30 14:25:45 -04:00
Community support is available on the
[druid-user mailing list ](https://groups.google.com/forum/#!forum/druid-user )(druid-user@googlegroups.com), which
is hosted at Google Groups.
Development discussions occur on [dev@druid.apache.org ](https://lists.apache.org/list.html?dev@druid.apache.org ), which
you can subscribe to by emailing [dev-subscribe@druid.apache.org ](mailto:dev-subscribe@druid.apache.org ).
2014-08-08 14:41:26 -04:00
2015-02-18 19:50:18 -05:00
We also have a couple people hanging out on IRC in `#druid-dev` on
`irc.freenode.net` .
2016-04-13 14:33:31 -04:00
2018-11-13 12:38:37 -05:00
### Building From Source
2019-03-18 17:16:21 -04:00
Please note that JDK 8 is required to build Druid.
2019-05-10 00:29:26 -04:00
For instructions on building Druid from source, see [docs/content/development/build.md ](docs/content/development/build.md )
2018-11-13 12:38:37 -05:00
2016-04-13 14:33:31 -04:00
### Contributing
2019-06-18 12:06:28 -04:00
Please follow the guidelines listed [here ](https://druid.apache.org/community/ ).
2019-03-04 21:45:22 -05:00