2020-03-14 20:02:57 +00:00
< div class = "bg-secondary-alt my-5 py-5" >
< div class = "container" >
2020-04-01 21:02:52 +00:00
< h2 id = "community" class = "display-4 text-white mb-5" > {{ _('ClickHouse community') }}< / h2 >
2020-03-14 20:02:57 +00:00
< div class = "row mb-5" >
< div class = "col-lg" >
2020-03-18 13:02:32 +00:00
< div class = "row" >
< div class = "col text-center mb-3" >
2020-03-14 20:02:57 +00:00
< a href = "https://www.youtube.com/c/ClickHouseDB"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/youtube.svg"
2020-03-30 08:25:29 +00:00
alt="{{ _('ClickHouse YouTube Channel') }}"
title="{{ _('ClickHouse YouTube Channel') }}"
2020-03-14 20:02:57 +00:00
class="bg-secondary-alt rounded-circle p-2" />
< / div >
< / a >
< / div >
2020-03-18 13:02:32 +00:00
< div class = "col text-center mb-3" >
2020-03-14 20:02:57 +00:00
< a href = "https://twitter.com/ClickHouseDB"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/twitter.svg"
2020-03-30 08:25:29 +00:00
alt="{{ _('ClickHouse Official Twitter Account') }}"
title="{{ _('ClickHouse Official Twitter Account') }}"
2020-03-14 20:02:57 +00:00
class="bg-secondary-alt rounded-circle p-2" />
< / div >
< / a >
< / div >
< / div >
< div class = "row mb-3" >
< div class = "col-lg" >
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/telegram.svg"
2020-03-30 08:25:29 +00:00
alt="{{ _('ClickHouse at Telegram') }}"
title="{{ _('ClickHouse at Telegram') }}"
2020-03-14 20:02:57 +00:00
class="bg-secondary-alt rounded-circle p-2 mb-4" />
< h5 class = "text-white mb-lg-3" > Telegram< / h5 >
2020-03-30 08:25:29 +00:00
< p class = "text-muted" > {{ _('Chat with real users in ') }}< a
2020-03-14 20:02:57 +00:00
href="https://telegram.me/clickhouse_en"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">
< span class = "text-yellow" > {{ _('English') }}< / span >
< / a > {{ _('or in') }}
2020-03-14 20:02:57 +00:00
< a href = "https://telegram.me/clickhouse_ru"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">< span class = "text-yellow" > {{ _('Russian') }}< / span > < / a > < / p >
2020-03-14 20:02:57 +00:00
< / div >
< / div >
< / div >
< / div >
< div class = "col-lg" >
< div class = "row mb-3" >
< div class = "col" >
< a href = "https://github.com/ClickHouse/ClickHouse/issues/new/choose"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/github.svg"
2020-03-14 20:02:57 +00:00
alt="ClickHouse GitHub"
title="ClickHouse GitHub"
class="bg-secondary-alt rounded-circle p-2 mb-4" />
< h5 class = "text-yellow mb-lg-3" > GitHub< / h5 >
2020-03-30 08:25:29 +00:00
< p class = "text-muted" > {{ _('Open GitHub issue to ask for help or to file a feature request') }}< / p >
2020-03-14 20:02:57 +00:00
< / div >
< / a >
< / div >
< / div >
< div class = "row mb-3" >
< div class = "col w-100" >
2021-07-01 18:20:19 +00:00
< a href = "https://join.slack.com/t/clickhousedb/shared_invite/zt-rxm3rdrk-lIUmhLC3V8WTaL0TGxsOmg"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/slack.svg"
2020-03-30 08:25:29 +00:00
alt="{{ _('ClickHouse Slack Workspace') }}"
title="{{ _('ClickHouse Slack Workspace') }}"
2020-03-14 20:02:57 +00:00
class="bg-secondary-alt rounded-circle p-2 mr-4 float-left"
width="64" height="64"/>
< h5 class = "text-yellow" > Slack< / h5 >
2020-03-30 08:25:29 +00:00
< p class = "text-muted mb-2" > {{ _('Multipurpose public hangout') }}< / p >
2020-03-14 20:02:57 +00:00
< / div >
< / a >
< / div >
< / div >
< / div >
< div class = "col-lg" >
< div class = "row mb-3" >
< div class = "col w-100" >
< a href = "https://stackoverflow.com/questions/tagged/clickhouse"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/stack-overflow.svg"
2020-03-14 20:02:57 +00:00
alt="ClickHouse at Stack Overflow"
title="ClickHouse at Stack Overflow"
class="bg-secondary-alt rounded-circle p-2 mr-4 float-left" />
< h5 class = "text-yellow" > Stack Overflow< / h5 >
2020-03-30 08:25:29 +00:00
< p class = "text-muted mb-2" > {{ _('Ask any questions') }}< / p >
2020-03-14 20:02:57 +00:00
< / div >
< / a >
< / div >
< / div >
< div class = "row mb-3" >
< div class = "col w-100" >
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/blog.svg"
2020-03-14 20:02:57 +00:00
alt="ClickHouse Blog"
title="ClickHouse Blog"
class="bg-secondary-alt rounded-circle p-2 mr-4 float-left" />
2020-03-30 08:25:29 +00:00
< h5 class = "text-white" > {{ _('ClickHouse Blog') }}< / h5 >
2020-06-17 21:25:37 +00:00
< p class = "text-muted mb-2" > {{ _('in') }} < a href = "/blog/en/" class = "text-decoration-none" > < span class = "text-yellow" > {{ _('English') }}< / span > < / a >
or in < a href = "/blog/ru/" class = "text-decoration-none" > < span class = "text-yellow" > {{ _('Russian') }}< / span > < / a > < / p >
2020-03-14 20:02:57 +00:00
< / div >
< / div >
< / div >
< div class = "row mb-3" >
< div class = "col w-100" >
< a href = "https://groups.google.com/group/clickhouse"
2020-03-30 08:25:29 +00:00
rel="external nofollow noreferrer" target="_blank" class="text-decoration-none">
2020-03-14 20:02:57 +00:00
< div class = "bg-dark p-4" >
2020-06-17 21:25:37 +00:00
< img data-src = "/images/index/google-groups.svg"
2020-03-30 08:25:29 +00:00
alt="{{ _('ClickHouse at Google Groups') }}"
title="{{ _('ClickHouse at Google Groups') }}"
2020-03-14 20:02:57 +00:00
class="bg-secondary-alt rounded-circle p-2 mr-4 float-left" />
< h5 class = "text-yellow" > Google Group< / h5 >
2020-03-30 08:25:29 +00:00
< p class = "text-muted mb-2" > {{ _('Email discussions') }}< / p >
2020-03-14 20:02:57 +00:00
< / div >
< / a >
< / div >
< / div >
< / div >
< / div >
2020-03-30 08:25:29 +00:00
< div class = "row" >
2020-03-14 20:02:57 +00:00
< div class = "col" >
2020-04-01 21:02:52 +00:00
< h3 class = "display-5 text-white" > {{ _('Like ClickHouse?') }}< / h3 >
< p class = "lead text-white" > {{ _('Help to spread the word about it via') }} < a rel = "external nofollow noreferrer" target = "_blank" href = "https://www.facebook.com/sharer.php?u=https://clickhouse.tech" class = "text-decoration-none" > < span class = "text-yellow" > Facebook< / span > < / a > ,
< a rel = "external nofollow noreferrer" target = "_blank" href = "https://twitter.com/intent/tweet?url=https://clickhouse.tech" class = "text-decoration-none" > < span class = "text-yellow" > Twitter< / span > < / a > {{ _('and') }} < a rel = "external nofollow noreferrer" target = "_blank" href = "https://www.linkedin.com/shareArticle?url=https://clickhouse.tech" class = "text-decoration-none" > < span class = "text-yellow" > LinkedIn< / span > < / a > !< / p >
2020-03-14 20:02:57 +00:00
< / div >
< / div >
< / div >
< / div >