[maven-release-plugin] copy for tag druid-0.13.0-incubating-rc1
[maven-release-plugin] prepare release druid-0.13.0-incubating-rc1
58 files changed
tree: cb6e78627018d7caa907c37fcd36bd830f191282
  1. .idea/
  2. api/
  3. aws-common/
  4. benchmarks/
  5. ci/
  6. codestyle/
  7. common/
  8. distribution/
  9. docs/
  10. examples/
  11. extendedset/
  12. extensions-contrib/
  13. extensions-core/
  14. hll/
  15. indexing-hadoop/
  16. indexing-service/
  17. integration-tests/
  18. java-util/
  19. processing/
  20. publications/
  21. server/
  22. services/
  23. sql/
  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. LICENSE
  34. NOTICE
  35. pom.xml
  36. README.md
  37. 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.

Contributing

Please follow the guidelines listed here.