druid/README.md

58 lines
2.5 KiB
Markdown
Raw Normal View History

[![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/druid-io/druid/badge.svg?branch=master)](https://coveralls.io/r/druid-io/druid?branch=master)
2015-02-18 19:50:18 -05:00
2014-08-01 16:24:12 -04:00
## Druid
2015-02-18 19:50:18 -05:00
Druid is a distributed, column-oriented, real-time analytics data store
that is commonly used to power exploratory dashboards in multi-tenant
environments.
2014-08-01 16:24:12 -04:00
Druid excels as a data warehousing solution for fast aggregate queries on
petabyte sized data sets. Druid supports a variety of flexible filters, exact
2015-02-18 19:50:18 -05:00
calculations, approximate algorithms, and other useful calculations.
Druid can load both streaming and batch data and integrates with
2016-04-13 14:33:31 -04:00
Samza, Kafka, Storm, Spark, and Hadoop.
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
More information about Druid can be found on <http://www.druid.io>.
2014-08-01 16:24:12 -04:00
### Documentation
2015-02-18 19:50:18 -05:00
2016-02-12 17:19:28 -05:00
You can find the [documentation for the latest Druid release](http://druid.io/docs/latest/) on
2015-02-18 19:50:18 -05:00
the [project website](http://druid.io/docs/latest/).
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
2016-04-13 14:33:31 -04:00
You can get started with Druid with our [quickstart](http://druid.io/docs/latest/tutorials/quickstart.html).
2015-02-18 19:50:18 -05:00
### Reporting Issues
If you find any bugs, please file a [GitHub issue](https://github.com/druid-io/druid/issues).
### 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/.
2015-03-26 13:44:11 -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
### Contributing
Please follow the guidelines listed [here](http://druid.io/community/).