[maven-release-plugin] prepare release druid-0.14.0-incubating
58 files changed
tree: 6b934a6a7b7dfda682e792b9cfc8e25f42fa6cf5
  1. .idea/
  2. aws-common/
  3. benchmarks/
  4. ci/
  5. codestyle/
  6. core/
  7. distribution/
  8. docs/
  9. examples/
  10. extendedset/
  11. extensions-contrib/
  12. extensions-core/
  13. hll/
  14. indexing-hadoop/
  15. indexing-service/
  16. integration-tests/
  17. licenses/
  18. processing/
  19. publications/
  20. server/
  21. services/
  22. sql/
  23. web-console/
  24. .gitignore
  25. .travis.yml
  26. CONTRIBUTING.md
  27. DISCLAIMER
  28. druid_intellij_formatting.xml
  29. eclipse.importorder
  30. eclipse_formatting.xml
  31. intellij-sdk-config.jpg
  32. INTELLIJ_SETUP.md
  33. LABELS.md
  34. LICENSE
  35. LICENSE.BINARY
  36. NOTICE
  37. NOTICE.BINARY
  38. pom.xml
  39. README.md
  40. upload.sh
README.md

Build Status Inspections Status Coverage Status IRC#druid-dev

Apache Druid (incubating)

Apache Druid (incubating) is a high performance analytics data store for event-driven data.

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.

License

Apache License, Version 2.0

More Information

More information about Druid can be found on http://www.druid.io.

Documentation

You can find the documentation for the latest Druid release on the project website.

If you would like to contribute documentation, please do so under /docs/content in this repository and submit a pull request.

Getting Started

You can get started with Druid with our quickstart.

Reporting Issues

If you find any bugs, please file a GitHub issue.

Community

The Druid community is in the process of migrating to Apache by way of the Apache Incubator. Eventually, as we proceed along this path, our site will move from http://druid.io/ to https://druid.apache.org/.

Community support is available on the druid-user mailing list(druid-user@googlegroups.com), which is hosted at Google Groups.

Development discussions occur on dev@druid.apache.org, which you can subscribe to by emailing dev-subscribe@druid.apache.org.

We also have a couple people hanging out on IRC in #druid-dev on irc.freenode.net.

Building From Source

Please note that JDK 8 is required to build Druid.

For instructions on building Druid from source, see docs/content/development/build.md

Contributing

Please follow the guidelines listed here.