From df3879d07acf5feae3b116cb4d84b03f20ea27fc Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Fri, 14 Feb 2020 19:48:08 +0300 Subject: [PATCH] Introduce adopters page + fix a bunch of lost symlinks --- docs/en/introduction/adopters.md | 11 +++++++++++ docs/fa/development/build_cross_arm.md | 1 + docs/fa/development/build_cross_osx.md | 1 + docs/fa/guides/apply_catboost_model.md | 1 + docs/fa/guides/index.md | 1 + docs/fa/interfaces/mysql.md | 1 + docs/fa/introduction/adopters.md | 1 + docs/ja/interfaces/mysql.md | 1 + docs/ja/introduction/adopters.md | 1 + docs/ru/database_engines/lazy.md | 1 + docs/ru/development/build_cross_arm.md | 1 + docs/ru/introduction/adopters.md | 1 + docs/ru/operations/utils/clickhouse-benchmark.md | 1 + docs/toc_en.yml | 3 ++- docs/toc_fa.yml | 1 + docs/toc_ja.yml | 1 + docs/toc_ru.yml | 1 + docs/toc_zh.yml | 1 + docs/tools/make_links.sh | 3 ++- docs/zh/database_engines/lazy.md | 1 + docs/zh/development/build_cross_arm.md | 1 + docs/zh/guides/apply_catboost_model.md | 1 + docs/zh/guides/index.md | 1 + docs/zh/interfaces/mysql.md | 1 + docs/zh/introduction/adopters.md | 1 + 25 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 docs/en/introduction/adopters.md create mode 120000 docs/fa/development/build_cross_arm.md create mode 120000 docs/fa/development/build_cross_osx.md create mode 120000 docs/fa/guides/apply_catboost_model.md create mode 120000 docs/fa/guides/index.md create mode 120000 docs/fa/interfaces/mysql.md create mode 120000 docs/fa/introduction/adopters.md create mode 120000 docs/ja/interfaces/mysql.md create mode 120000 docs/ja/introduction/adopters.md create mode 120000 docs/ru/database_engines/lazy.md create mode 120000 docs/ru/development/build_cross_arm.md create mode 120000 docs/ru/introduction/adopters.md create mode 120000 docs/ru/operations/utils/clickhouse-benchmark.md create mode 120000 docs/zh/database_engines/lazy.md create mode 120000 docs/zh/development/build_cross_arm.md create mode 120000 docs/zh/guides/apply_catboost_model.md create mode 120000 docs/zh/guides/index.md create mode 120000 docs/zh/interfaces/mysql.md create mode 120000 docs/zh/introduction/adopters.md diff --git a/docs/en/introduction/adopters.md b/docs/en/introduction/adopters.md new file mode 100644 index 00000000000..e66ea32abec --- /dev/null +++ b/docs/en/introduction/adopters.md @@ -0,0 +1,11 @@ +# ClickHouse Adopters + +!!! note "Disclaimer" + The following list of companies using ClickHouse and their success stories is assembled from public sources, thus might differ from current reality. We'd really appreciate if you share the story of adopting ClickHouse in your company and [add it to the list](https://github.com/ClickHouse/ClickHouse/edit/master/docs/en/introduction/adopters.md), but please make sure you won't have any NDA issues by doing so. Providing updates with publications by other companies is also useful. + +| Company | Industry | Usecase | Cluster Size | Compressed/Uncompressed Data Size* | Reference | +| --- | --- | --- | --- | --- | --- | +| [Badoo](https://badoo.com) | Dating | Timeseries | — | — | [Slides in Russian, December 2019](https://presentations.clickhouse.tech/meetup38/ml.pdf) | +| [Uber](https://www.uber.com) | Taxi | Logging | — | — | [Slides in English, February 2020](https://presentations.clickhouse.tech/meetup40/ml.pdf) | +| [Yandex DataLens](https://cloud.yandex.ru/services/datalens) | Business Intelligence | Main product | — | — | [Slides in Russian, December 2019](https://presentations.clickhouse.tech/meetup38/datalens.pdf) | +| [Yandex Metrica](https://metrica.yandex.com) | Web analytics | Main product | 360 servers in one cluster, 1862 servers in one department | 66.41 PiB / 5.68 PiB | [Slides in English, February 2020](https://presentations.clickhouse.tech/meetup40/introduction/#13) | diff --git a/docs/fa/development/build_cross_arm.md b/docs/fa/development/build_cross_arm.md new file mode 120000 index 00000000000..983a9872dc1 --- /dev/null +++ b/docs/fa/development/build_cross_arm.md @@ -0,0 +1 @@ +../../en/development/build_cross_arm.md \ No newline at end of file diff --git a/docs/fa/development/build_cross_osx.md b/docs/fa/development/build_cross_osx.md new file mode 120000 index 00000000000..72e64e8631f --- /dev/null +++ b/docs/fa/development/build_cross_osx.md @@ -0,0 +1 @@ +../../en/development/build_cross_osx.md \ No newline at end of file diff --git a/docs/fa/guides/apply_catboost_model.md b/docs/fa/guides/apply_catboost_model.md new file mode 120000 index 00000000000..dd36e885974 --- /dev/null +++ b/docs/fa/guides/apply_catboost_model.md @@ -0,0 +1 @@ +../../en/guides/apply_catboost_model.md \ No newline at end of file diff --git a/docs/fa/guides/index.md b/docs/fa/guides/index.md new file mode 120000 index 00000000000..162dcbc3b8f --- /dev/null +++ b/docs/fa/guides/index.md @@ -0,0 +1 @@ +../../en/guides/index.md \ No newline at end of file diff --git a/docs/fa/interfaces/mysql.md b/docs/fa/interfaces/mysql.md new file mode 120000 index 00000000000..df728b35f80 --- /dev/null +++ b/docs/fa/interfaces/mysql.md @@ -0,0 +1 @@ +../../en/interfaces/mysql.md \ No newline at end of file diff --git a/docs/fa/introduction/adopters.md b/docs/fa/introduction/adopters.md new file mode 120000 index 00000000000..659153d5f6c --- /dev/null +++ b/docs/fa/introduction/adopters.md @@ -0,0 +1 @@ +../../en/introduction/adopters.md \ No newline at end of file diff --git a/docs/ja/interfaces/mysql.md b/docs/ja/interfaces/mysql.md new file mode 120000 index 00000000000..df728b35f80 --- /dev/null +++ b/docs/ja/interfaces/mysql.md @@ -0,0 +1 @@ +../../en/interfaces/mysql.md \ No newline at end of file diff --git a/docs/ja/introduction/adopters.md b/docs/ja/introduction/adopters.md new file mode 120000 index 00000000000..659153d5f6c --- /dev/null +++ b/docs/ja/introduction/adopters.md @@ -0,0 +1 @@ +../../en/introduction/adopters.md \ No newline at end of file diff --git a/docs/ru/database_engines/lazy.md b/docs/ru/database_engines/lazy.md new file mode 120000 index 00000000000..66830dcdb2f --- /dev/null +++ b/docs/ru/database_engines/lazy.md @@ -0,0 +1 @@ +../../en/database_engines/lazy.md \ No newline at end of file diff --git a/docs/ru/development/build_cross_arm.md b/docs/ru/development/build_cross_arm.md new file mode 120000 index 00000000000..983a9872dc1 --- /dev/null +++ b/docs/ru/development/build_cross_arm.md @@ -0,0 +1 @@ +../../en/development/build_cross_arm.md \ No newline at end of file diff --git a/docs/ru/introduction/adopters.md b/docs/ru/introduction/adopters.md new file mode 120000 index 00000000000..659153d5f6c --- /dev/null +++ b/docs/ru/introduction/adopters.md @@ -0,0 +1 @@ +../../en/introduction/adopters.md \ No newline at end of file diff --git a/docs/ru/operations/utils/clickhouse-benchmark.md b/docs/ru/operations/utils/clickhouse-benchmark.md new file mode 120000 index 00000000000..133b4d2e511 --- /dev/null +++ b/docs/ru/operations/utils/clickhouse-benchmark.md @@ -0,0 +1 @@ +../../../en/operations/utils/clickhouse-benchmark.md \ No newline at end of file diff --git a/docs/toc_en.yml b/docs/toc_en.yml index 4eb81280e27..d248c8c361f 100644 --- a/docs/toc_en.yml +++ b/docs/toc_en.yml @@ -6,6 +6,7 @@ nav: - 'ClickHouse Features that Can Be Considered Disadvantages': 'introduction/features_considered_disadvantages.md' - 'Performance': 'introduction/performance.md' - 'History': 'introduction/history.md' + - 'Adopters': 'introduction/adopters.md' - 'Getting Started': - 'hidden': 'getting_started/index.md' @@ -219,7 +220,7 @@ nav: - 'clickhouse-local': 'operations/utils/clickhouse-local.md' - 'clickhouse-benchmark': 'operations/utils/clickhouse-benchmark.md' - 'Usage Recommendations': 'operations/tips.md' - + - 'Development': - 'hidden': 'development/index.md' - 'The Beginner ClickHouse Developer Instruction': 'development/developer_instruction.md' diff --git a/docs/toc_fa.yml b/docs/toc_fa.yml index d4f79a95d76..1d8c4a43bd3 100644 --- a/docs/toc_fa.yml +++ b/docs/toc_fa.yml @@ -6,6 +6,7 @@ nav: - ' ویژگی های از ClickHouse که می تواند معایبی باشد': 'introduction/features_considered_disadvantages.md' - 'ﯽﯾﺍﺭﺎﮐ': 'introduction/performance.md' - 'ﺦﯾﺭﺎﺗ': 'introduction/history.md' + - 'Adopters': 'introduction/adopters.md' - 'Getting started': - 'hidden': 'getting_started/index.md' diff --git a/docs/toc_ja.yml b/docs/toc_ja.yml index 8ea2dd20793..5d77c2bd7b7 100644 --- a/docs/toc_ja.yml +++ b/docs/toc_ja.yml @@ -6,6 +6,7 @@ nav: - 'ClickHouse Features that Can Be Considered Disadvantages': 'introduction/features_considered_disadvantages.md' - 'Performance': 'introduction/performance.md' - 'History': 'introduction/history.md' + - 'Adopters': 'introduction/adopters.md' - 'Getting Started': - 'hidden': 'getting_started/index.md' diff --git a/docs/toc_ru.yml b/docs/toc_ru.yml index bfe1a03e9ce..94f8c8a79bb 100644 --- a/docs/toc_ru.yml +++ b/docs/toc_ru.yml @@ -7,6 +7,7 @@ nav: - 'Производительность': 'introduction/performance.md' - 'История': 'introduction/history.md' - 'Информационная поддержка': 'introduction/info.md' + - 'Пользователи': 'introduction/adopters.md' - 'Начало работы': - 'hidden': 'getting_started/index.md' diff --git a/docs/toc_zh.yml b/docs/toc_zh.yml index af700fa65ea..43c93333f08 100644 --- a/docs/toc_zh.yml +++ b/docs/toc_zh.yml @@ -6,6 +6,7 @@ nav: - 'ClickHouse功能可被视为缺点': 'introduction/features_considered_disadvantages.md' - '性能': 'introduction/performance.md' - '历史': 'introduction/history.md' + - '使用者': 'introduction/adopters.md' - '入门指南': - 'hidden': 'getting_started/index.md' diff --git a/docs/tools/make_links.sh b/docs/tools/make_links.sh index 04c51424ec8..4c111315a7b 100755 --- a/docs/tools/make_links.sh +++ b/docs/tools/make_links.sh @@ -13,9 +13,10 @@ function do_make_links() # replacing "/./" with / dst_file="../${lang}${src_file}" dst_file="${dst_file/\/\.\//\/}" + dst_file="${dst_file/${lang}\./${lang}}" mkdir -p $(dirname "${dst_file}") - ln -sr "${src_file}" "${dst_file}" + ln -sr "${src_file}" "${dst_file}" 2>/dev/null done } diff --git a/docs/zh/database_engines/lazy.md b/docs/zh/database_engines/lazy.md new file mode 120000 index 00000000000..66830dcdb2f --- /dev/null +++ b/docs/zh/database_engines/lazy.md @@ -0,0 +1 @@ +../../en/database_engines/lazy.md \ No newline at end of file diff --git a/docs/zh/development/build_cross_arm.md b/docs/zh/development/build_cross_arm.md new file mode 120000 index 00000000000..983a9872dc1 --- /dev/null +++ b/docs/zh/development/build_cross_arm.md @@ -0,0 +1 @@ +../../en/development/build_cross_arm.md \ No newline at end of file diff --git a/docs/zh/guides/apply_catboost_model.md b/docs/zh/guides/apply_catboost_model.md new file mode 120000 index 00000000000..dd36e885974 --- /dev/null +++ b/docs/zh/guides/apply_catboost_model.md @@ -0,0 +1 @@ +../../en/guides/apply_catboost_model.md \ No newline at end of file diff --git a/docs/zh/guides/index.md b/docs/zh/guides/index.md new file mode 120000 index 00000000000..162dcbc3b8f --- /dev/null +++ b/docs/zh/guides/index.md @@ -0,0 +1 @@ +../../en/guides/index.md \ No newline at end of file diff --git a/docs/zh/interfaces/mysql.md b/docs/zh/interfaces/mysql.md new file mode 120000 index 00000000000..df728b35f80 --- /dev/null +++ b/docs/zh/interfaces/mysql.md @@ -0,0 +1 @@ +../../en/interfaces/mysql.md \ No newline at end of file diff --git a/docs/zh/introduction/adopters.md b/docs/zh/introduction/adopters.md new file mode 120000 index 00000000000..659153d5f6c --- /dev/null +++ b/docs/zh/introduction/adopters.md @@ -0,0 +1 @@ +../../en/introduction/adopters.md \ No newline at end of file