update readme (#2830)

This commit is contained in:
Fangjin Yang 2016-04-13 11:33:31 -07:00
parent abd951df1a
commit 22c2cd57fb
1 changed files with 7 additions and 5 deletions

View File

@ -11,7 +11,7 @@ petabyte sized data sets. Druid supports a variety of flexible filters, exact
calculations, approximate algorithms, and other useful calculations. calculations, approximate algorithms, and other useful calculations.
Druid can load both streaming and batch data and integrates with Druid can load both streaming and batch data and integrates with
Samza, Kafka, Storm, and Hadoop. Samza, Kafka, Storm, Spark, and Hadoop.
### License ### License
@ -29,11 +29,9 @@ the [project website](http://druid.io/docs/latest/).
If you would like to contribute documentation, please do so under If you would like to contribute documentation, please do so under
`/docs/content` in this repository and submit a pull request. `/docs/content` in this repository and submit a pull request.
### Tutorials ### Getting Started
We have a series of tutorials to get started with Druid. If you are just You can get started with Druid with our [quickstart](http://druid.io/docs/latest/tutorials/quickstart.html).
getting started, we suggest going over the [first Druid
tutorial](http://druid.io/docs/latest/tutorials/tutorial-a-first-look-at-druid.html).
### Reporting Issues ### Reporting Issues
@ -48,3 +46,7 @@ Development discussions occur on the [druid-development list](https://groups.goo
We also have a couple people hanging out on IRC in `#druid-dev` on We also have a couple people hanging out on IRC in `#druid-dev` on
`irc.freenode.net`. `irc.freenode.net`.
### Contributing
Please follow the guidelines listed [here](http://druid.io/community/).