mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Final domain change
This commit is contained in:
parent
aba5f712fb
commit
9cc403b699
@ -2436,7 +2436,7 @@ try { var yaCounter18343495 = new Ya.Metrika({id:18343495,
|
||||
</div>
|
||||
|
||||
<div class='island'>
|
||||
Submit your own results: <a href="https://clickhouse.yandex/docs/en/operations/performance_test/">https://clickhouse.yandex/docs/en/operations/performance_test/</a><br/>
|
||||
Submit your own results: <a href="https://clickhouse.tech/docs/en/operations/performance_test/">https://clickhouse.yandex/docs/en/operations/performance_test/</a><br/>
|
||||
<br/>
|
||||
Results for Lenovo B580 Laptop are from <b>Ragıp Ünal</b>. 16GB RAM 1600 GHz, 240GB SSD, Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (2 Core / 4 HT)<br/>
|
||||
Results for Time4vps.eu are from <b>Ragıp Ünal</b>.<br/>
|
||||
|
@ -13,8 +13,8 @@
|
||||
<meta property="og:description"
|
||||
content="ClickHouse is an open source column-oriented database management system that allows generating analytical data reports in real time using SQL queries."/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="https://clickhouse.yandex"/>
|
||||
<meta property="og:image" content="https://clickhouse.yandex/images/logo.png"/>
|
||||
<meta property="og:url" content="https://clickhouse.tech"/>
|
||||
<meta property="og:image" content="https://clickhouse.tech/images/logo.png"/>
|
||||
|
||||
<meta property="twitter:title" content="ClickHouse DBMS"/>
|
||||
|
||||
@ -449,7 +449,7 @@ sudo clickhouse-client-$LATEST_VERSION/install/doinst.sh
|
||||
<p>For other operating systems the easiest way to get started is using
|
||||
<a href="https://hub.docker.com/r/yandex/clickhouse-server/" rel="external nofollow"
|
||||
target="_blank">
|
||||
official Docker images of ClickHouse</a>, this is not the only <a href="https://clickhouse.yandex/docs/en/getting_started/">option</a> though.
|
||||
official Docker images of ClickHouse</a>, this is not the only <a href="https://clickhouse.tech/docs/en/getting_started/">option</a> though.
|
||||
Alternatively, you can easily get a running ClickHouse instance or cluster at
|
||||
<a href="https://cloud.yandex.com/services/managed-clickhouse?utm_source=referrals&utm_medium=clickhouseofficialsite&utm_campaign=link1" rel="external nofollow" target="_blank">
|
||||
Yandex Managed Service for ClickHouse</a>.
|
||||
@ -488,13 +488,13 @@ sudo clickhouse-client-$LATEST_VERSION/install/doinst.sh
|
||||
</p>
|
||||
|
||||
<h2>Like ClickHouse?</h2>
|
||||
<p>Help to spread the word about it via <a rel="external nofollow" target="_blank" href="https://www.facebook.com/sharer.php?u=https://clickhouse.yandex">Facebook</a>,
|
||||
<a rel="external nofollow" target="_blank" href="https://twitter.com/intent/tweet?url=https://clickhouse.yandex">Twitter</a> and
|
||||
<a rel="external nofollow" target="_blank" href="https://www.linkedin.com/shareArticle?url=https://clickhouse.yandex">LinkedIn</a>!</p>
|
||||
<p>Help to spread the word about it via <a rel="external nofollow" target="_blank" href="https://www.facebook.com/sharer.php?u=https://clickhouse.tech">Facebook</a>,
|
||||
<a rel="external nofollow" target="_blank" href="https://twitter.com/intent/tweet?url=https://clickhouse.tech">Twitter</a> and
|
||||
<a rel="external nofollow" target="_blank" href="https://www.linkedin.com/shareArticle?url=https://clickhouse.tech">LinkedIn</a>!</p>
|
||||
|
||||
<p>Also hosting ClickHouse Meetups is very appreciated, <a href="https://forms.yandex.com/surveys/meet-yandex-clickhouse-team/" target="_blank" rel="external nofollow">fill this form</a>
|
||||
if you are interested and we'll get in touch.
|
||||
Short reports about previous meetups are <a href="https://clickhouse.yandex/blog/en?tag=meetup" target="_blank">published in official ClickHouse blog</a>.</p>
|
||||
Short reports about previous meetups are <a href="https://clickhouse.tech/blog/en?tag=meetup" target="_blank">published in official ClickHouse blog</a>.</p>
|
||||
|
||||
<p class="warranty"><a href="https://github.com/ClickHouse/ClickHouse/blob/master/LICENSE"
|
||||
rel="external nofollow" target="_blank">
|
||||
|
@ -1,33 +1,6 @@
|
||||
server {
|
||||
listen 80 default;
|
||||
listen [::]:80 default ipv6only=on;
|
||||
server_name localhost clickhouse.yandex test.clickhouse.yandex;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
||||
error_page 404 /404.html;
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/www;
|
||||
}
|
||||
|
||||
rewrite ^/docs/$ https://clickhouse.yandex/docs/en/ permanent;
|
||||
rewrite ^/tutorial.html$ https://clickhouse.yandex/docs/en/getting_started/tutorial/ permanent;
|
||||
rewrite ^/presentations/(.*)$ https://clickhouse.github.io/clickhouse-presentations/$1 permanent;
|
||||
rewrite ^/reference_en.html$ https://clickhouse.yandex/docs/en/single/ permanent;
|
||||
rewrite ^/reference_ru.html$ https://clickhouse.yandex/docs/ru/single/ permanent;
|
||||
rewrite ^/presentations/(.*)$ https://clickhouse.github.io/clickhouse-presentations/$1 permanent;
|
||||
|
||||
include /usr/share/nginx/html/docs/redirects.conf;
|
||||
|
||||
if ( $uri !~ .*/index.html ){
|
||||
rewrite ^/docs/(.*)/(.+)\.html$ /docs/$1/$2/ permanent;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
server_name clickhouse.yandex.ru clickhouse.yandex.com;
|
||||
return 301 https://clickhouse.yandex$request_uri;
|
||||
server_name localhost clickhouse.yandex test.clickhouse.yandex clickhouse.yandex.ru clickhouse.yandex.com;
|
||||
return 301 https://clickhouse.tech$request_uri;
|
||||
}
|
||||
|
@ -13,5 +13,5 @@ Disallow: /docs/ja/search.html
|
||||
Disallow: /docs/zh/search.html
|
||||
Disallow: /docs/fa/search.html
|
||||
Allow: /
|
||||
Host: https://clickhouse.yandex
|
||||
Sitemap: https://clickhouse.yandex/docs/sitemap.xml
|
||||
Host: https://clickhouse.tech
|
||||
Sitemap: https://clickhouse.tech/docs/sitemap.xml
|
||||
|
@ -1,21 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/en/sitemap.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/en/sitemap.xml</loc>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/ru/sitemap.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/ru/sitemap.xml</loc>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/zh/sitemap.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/zh/sitemap.xml</loc>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/ja/sitemap.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/ja/sitemap.xml</loc>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/fa/sitemap.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/fa/sitemap.xml</loc>
|
||||
</sitemap>
|
||||
<sitemap>
|
||||
<loc>https://clickhouse.yandex/docs/sitemap_static.xml</loc>
|
||||
<loc>https://clickhouse.tech/docs/sitemap_static.xml</loc>
|
||||
</sitemap>
|
||||
</sitemapindex>
|
||||
|
@ -1,23 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://clickhouse.yandex/</loc>
|
||||
<loc>https://clickhouse.tech/</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clickhouse.yandex/benchmark.html</loc>
|
||||
<loc>https://clickhouse.tech/benchmark.html</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clickhouse.yandex/tutorial.html</loc>
|
||||
<loc>https://clickhouse.tech/tutorial.html</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clickhouse.yandex/blog/en</loc>
|
||||
<loc>https://clickhouse.tech/blog/en</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://clickhouse.yandex/blog/ru</loc>
|
||||
<loc>https://clickhouse.tech/blog/ru</loc>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in New Issue
Block a user