Introduce interfaces/third-party/proxy.md

This commit is contained in:
Ivan Blinkov 2018-12-11 16:03:00 +03:00
parent 44fc5263ac
commit 91098f5b51
12 changed files with 114 additions and 4 deletions

View File

@ -73,4 +73,4 @@ Features:
- Refactorings.
- Search and Navigation.
[Original article](https://clickhouse.yandex/docs/en/interfaces/third-party_gui/) <!--hide-->
[Original article](https://clickhouse.yandex/docs/en/interfaces/third-party/gui/) <!--hide-->

26
docs/en/interfaces/third-party/proxy.md vendored Normal file
View File

@ -0,0 +1,26 @@
# Proxy Servers from Third-party Developers
## chproxy
[chproxy](https://github.com/Vertamedia/chproxy), is an http proxy and load balancer for ClickHouse database.
Features:
* Per-user routing and response caching.
* Flexible limits.
* Automatic SSL cerificate renewal.
Implemented in Go.
## KittenHouse
[KittenHouse](https://github.com/VKCOM/kittenhouse) is designed to be a local proxy between ClickHouse and application server in case it's impossible or inconvenient to buffer INSERT data on your application side.
Features:
* In-memory and on-disk data buffering.
* Per-table routing.
* Load-balancing and health checking.
Implemented in Go.
[Original article](https://clickhouse.yandex/docs/en/interfaces/third-party/proxy/) <!--hide-->

View File

@ -75,4 +75,4 @@ interface تحت وب برای ClickHouse در پروژه [Tabix](https://github
- جستجو و ناوبری
</div>
[مقاله اصلی](https://clickhouse.yandex/docs/fa/interfaces/third-party_gui/) <!--hide-->
[مقاله اصلی](https://clickhouse.yandex/docs/fa/interfaces/third-party/gui/) <!--hide-->

28
docs/fa/interfaces/third-party/proxy.md vendored Normal file
View File

@ -0,0 +1,28 @@
<div dir="rtl" markdown="1">
# سرورهای پروکسی از توسعه دهندگان شخص ثالث
[chproxy](https://github.com/Vertamedia/chproxy)، یک پراکسی HTTP و تعادل بار برای پایگاه داده ClickHouse است.
امکانات
* مسیریابی و پاسخ دهی کاربر به کاربر.
* محدودیت انعطاف پذیر
* تمدید SSL cerificate به صورت خودکار.
اجرا شده در برو
## KittenHouse
[KittenHouse](https://github.com/VKCOM/kittenhouse) طراحی شده است که یک پروکسی محلی بین ClickHouse و سرور برنامه باشد در صورتی که غیر ممکن است یا ناخوشایند بافر کردن اطلاعات INSERT در قسمت درخواست شما.
امکانات:
* بافر حافظه در حافظه و درایو.
* مسیریابی در جدول
* تعادل بار و بررسی سلامت.
اجرا شده در برو
</div>
[مقاله اصلی](https://clickhouse.yandex/docs/fa/interfaces/third-party/proxy/) <!--hide-->

View File

@ -76,4 +76,4 @@
- Рефакторинги.
- Поиск и навигация.
[Оригинальная статья](https://clickhouse.yandex/docs/ru/interfaces/third-party_gui/) <!--hide-->
[Оригинальная статья](https://clickhouse.yandex/docs/ru/interfaces/third-party/gui/) <!--hide-->

27
docs/ru/interfaces/third-party/proxy.md vendored Normal file
View File

@ -0,0 +1,27 @@
# Прокси-серверы от сторонних разработчиков
## chproxy
[chproxy] (https://github.com/Vertamedia/chproxy) - это http-прокси и балансировщик нагрузки для базы данных ClickHouse.
Основные возможности:
* Индивидуальная маршрутизация и кэширование ответов;
* Гибкие ограничения;
* Автоматическое продление SSL сертификатов.
Реализован на Go.
## KittenHouse
[KittenHouse] (https://github.com/VKCOM/kittenhouse) предназначен для использования в качестве локального прокси-сервера между ClickHouse и вашим сервером приложений в случае, если буферизовать данные INSERT на стороне приложения не представляется возможным или не удобно.
Основные возможности:
* Буферизация данных в памяти и на диске.
* Маршрутизация по таблицам.
* Балансировка нагрузки и проверка работоспособности.
Реализован на Go.
[Оригинальная статья](https://clickhouse.yandex/docs/ru/interfaces/third-party/proxy/) <!--hide-->

View File

@ -29,6 +29,7 @@ nav:
- 'Client Libraries': 'interfaces/third-party/client_libraries.md'
- 'Integrations': 'interfaces/third-party/integrations.md'
- 'Visual Interfaces': 'interfaces/third-party/gui.md'
- 'Proxy': 'interfaces/third-party/proxy.md'
- 'Data Types':
- 'Introduction': 'data_types/index.md'

View File

@ -29,6 +29,7 @@ nav:
- 'کتابخانه های مشتری': 'interfaces/third-party/client_libraries.md'
- 'یکپارچگی': 'interfaces/third-party/integrations.md'
- 'رابط های بصری': 'interfaces/third-party/gui.md'
- 'پروکسی': 'interfaces/third-party/proxy.md'
- 'Data types':
- 'Introduction': 'data_types/index.md'

View File

@ -29,6 +29,7 @@ nav:
- 'Клиентские библиотеки': 'interfaces/third-party/client_libraries.md'
- 'Интеграции': 'interfaces/third-party/integrations.md'
- 'Визуальные интерфейсы': 'interfaces/third-party/gui.md'
- 'Прокси': 'interfaces/third-party/proxy.md'
- 'Типы данных':
- 'Введение': 'data_types/index.md'

View File

@ -29,6 +29,7 @@ nav:
- '客户端库': 'interfaces/third-party/client_libraries.md'
- '集成': 'interfaces/third-party/integrations.md'
- '可视界面': 'interfaces/third-party/gui.md'
- '代理': 'interfaces/third-party/proxy.md'
- '数据类型':
- '介绍': 'data_types/index.md'

View File

@ -73,4 +73,4 @@ ClickHouse Web 界面 [Tabix](https://github.com/tabixio/tabix).
- 重构。
- 搜索和导航。
[来源文章](https://clickhouse.yandex/docs/zh/interfaces/third-party_gui/) <!--hide-->
[来源文章](https://clickhouse.yandex/docs/zh/interfaces/third-party/gui/) <!--hide-->

25
docs/zh/interfaces/third-party/proxy.md vendored Normal file
View File

@ -0,0 +1,25 @@
# 来自第三方开发人员的代理服务器
[chproxy](https://github.com/Vertamedia/chproxy)是ClickHouse数据库的http代理和负载均衡器。
特征
*每用户路由和响应缓存。
*灵活的限制。
*自动SSL证书续订。
在Go中实现。
## KittenHouse
[KittenHouse](https://github.com/VKCOM/kittenhouse)设计为ClickHouse和应用程序服务器之间的本地代理以防在应用程序端缓冲INSERT数据是不可能或不方便的。
特征:
*内存和磁盘数据缓冲。
*每表路由。
*负载平衡和健康检查。
在Go中实现。
[来源文章](https://clickhouse.yandex/docs/zh/interfaces/third-party/proxy/) <!--hide-->