druid/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2014-08-01 16:24:12 -04:00
## Druid
Druid is a distributed, column-oriented, real-time analytics data store that is
commonly used to power exploratory dashboards in multi-tenant environments.
Druid excels as a data warehousing solution for fast aggregate queries on
petabyte sized data sets. Druid supports a variety of flexible filters, exact
2014-08-18 15:56:51 -04:00
calculations, approximate algorithms, and other useful calculations. Druid can
2014-08-01 16:27:11 -04:00
load both streaming and batch data and integrates with Storm and Hadoop.
2014-08-01 16:24:12 -04:00
### More Information
Much more information about Druid can be found on our [website](http://www.druid.io).
### Documentation
We host documentation on our [website](http://druid.io/docs/latest/). If you want to contribute documentation changes, please submit a pull request to this repository.
### Tutorials
We have a series of tutorials to get started with Druid, starting with this [one](http://druid.io/docs/latest/Tutorial:-A-First-Look-at-Druid.html).
### Support
Report any bugs using [GitHub issues](https://github.com/druid-io/druid/issues).
2014-08-08 14:41:26 -04:00
Contact us through our [forum](https://groups.google.com/forum/#!forum/druid-development) or on IRC in `#druid-dev` on `irc.freenode.net`.