druid/README.md

51 lines
1.9 KiB
Markdown
Raw Normal View History

[![Build Status](https://travis-ci.org/druid-io/druid.svg?branch=master)](https://travis-ci.org/druid-io/druid) [![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
2015-03-26 13:44:11 -04:00
Samza, Kafka, Storm, 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
### Tutorials
2015-02-18 19:50:18 -05:00
We have a series of tutorials to get started with Druid. If you are just
getting started, we suggest going over the [first Druid
2016-02-03 07:07:22 -05:00
tutorial](http://druid.io/docs/latest/tutorials/tutorial-a-first-look-at-druid.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
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).
Development discussions occur on the [druid-development list](https://groups.google.com/forum/#!forum/druid-development)(druid-development@googlegroups.com).
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`.