Merge pull request #433 from citusdata/readable-contact

List contact options more clearly
pull/431/merge
Joe Nelson 2016-04-07 15:32:00 -07:00
commit 59216d32d4
1 changed files with 47 additions and 19 deletions

View File

@ -1,8 +1,8 @@
![Citus Banner](/github-banner.png) ![Citus Banner](/github-banner.png)
[![Build Status](https://travis-ci.org/citusdata/citus.svg?branch=master)](https://travis-ci.org/citusdata/citus) [![Build Status](https://travis-ci.org/citusdata/citus.svg?branch=master)](https://travis-ci.org/citusdata/citus)
[![Citus IRC](https://img.shields.io/badge/irc-%23citus-blue.svg)](https://webchat.freenode.net/?channels=citus) [![Google Group](https://img.shields.io/badge/%E2%9C%89-Google%20Group-blue.svg)](https://groups.google.com/forum/#!forum/citus-users)
[![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)][docs] [![Latest Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://www.citusdata.com/docs/citus/5.0)
### What is Citus? ### What is Citus?
@ -30,7 +30,9 @@ Common Use-Cases:
* Large dataset archival and reporting * Large dataset archival and reporting
* Session analytics (funnels, segmentation, and cohorts) * Session analytics (funnels, segmentation, and cohorts)
To learn more, visit [citusdata.com](https://www.citusdata.com). To learn more, visit [citusdata.com](https://www.citusdata.com) and join
the [mailing list](https://groups.google.com/forum/#!forum/citus-users) to
stay on top of the latest developments.
### Quickstart ### Quickstart
@ -60,17 +62,49 @@ To learn more, visit [citusdata.com](https://www.citusdata.com).
docker-compose -p citus down docker-compose -p citus down
``` ```
### Learn More ### Talk to Contributors and Learn More
The project [documentation][docs] and [tutorials][tutorial] are <table class="tg">
good places to start. Were responsive on Github, so you can use <col width="45%">
the [issue tracker][issues] to check for or submit bug reports and <col width="65%">
feature requests. For more general questions and discussion visit <tr>
our [mailing list][groups], or chat with us at `#citus` on Freenode <td>Documentation</td>
and [@citusdata][twitter] on Twitter. <td>Try the <a
href="https://www.citusdata.com/docs/citus/5.0/tutorials/tut-real-time.html">Citus
We also offer training and dedicated support options. More information tutorials</a> for a hands-on introduction or <br/>the <a
is available on our [support page][support]. href="https://www.citusdata.com/docs/citus/5.0">documentation</a> for
a more comprehensive reference.</td>
</tr>
<tr>
<td>Google Groups</td>
<td>The <a
href="https://groups.google.com/forum/#!forum/citus-users">Citus Google
Group</a> is our place for detailed questions and discussions.</td>
</tr>
<tr>
<td>IRC</td>
<td>Talk with the Citus development team in realtime on the <a
href="https://webchat.freenode.net/?channels=citus">#citus</a> Freenode
channel.</td>
</tr>
<tr>
<td>Github Issues</td>
<td>We track specific bug reports and feature requests on our <a
href="https://github.com/citusdata/citus/issues">project
issues</a>.</td>
</tr>
<tr>
<td>Twitter</td>
<td>Follow <a href="https://twitter.com/citusdata">@citusdata</a>
for general updates and PostgreSQL scaling tips.</td>
</tr>
<tr>
<td>Training and Support</td>
<td>See our <a
href="https://www.citusdata.com/citus-products/citus-data-pricing">support
page</a> for training and dedicated support options.</td>
</tr>
</table>
### Contributing ### Contributing
@ -109,13 +143,7 @@ ___
Copyright © 20122016 Citus Data, Inc. Copyright © 20122016 Citus Data, Inc.
[docs]: https://www.citusdata.com/docs/citus/5.0
[faq]: https://www.citusdata.com/frequently-asked-questions [faq]: https://www.citusdata.com/frequently-asked-questions
[issues]: https://github.com/citusdata/citus/issues
[linux_install]: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04 [linux_install]: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-14-04
[mac_install]: https://www.docker.com/products/docker-toolbox [mac_install]: https://www.docker.com/products/docker-toolbox
[support]: https://www.citusdata.com/citus-products/citus-data-pricing
[tutorial]: https://www.citusdata.com/docs/citus/5.0/tutorials/tut-real-time.html [tutorial]: https://www.citusdata.com/docs/citus/5.0/tutorials/tut-real-time.html
[twitter]: https://twitter.com/citusdata
[groups]: https://groups.google.com/forum/#!forum/citus-users
[license]: LICENSE