mirror of https://github.com/citusdata/citus.git
Merge pull request #433 from citusdata/readable-contact
List contact options more clearlypull/431/merge
commit
59216d32d4
66
README.md
66
README.md
|
@ -1,8 +1,8 @@
|
||||||

|

|
||||||
|
|
||||||
[](https://travis-ci.org/citusdata/citus)
|
[](https://travis-ci.org/citusdata/citus)
|
||||||
[](https://webchat.freenode.net/?channels=citus)
|
[](https://groups.google.com/forum/#!forum/citus-users)
|
||||||
[][docs]
|
[](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. We’re 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 © 2012–2016 Citus Data, Inc.
|
Copyright © 2012–2016 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
|
|
||||||
|
|
Loading…
Reference in New Issue