ClickHouse/docs/zh/interfaces/third-party/proxy.md
ogorbacheva abae86f7a6 Doc fixes: remove double placeholders; add them where missing. (#3923)
* Doc fix: add spaces where missing

* Doc fixes: rm double spaces

* Doc fixes: edit spaces

* Doc fixes: rm double spaces in /fa

* Revert "Doc fixes: rm double spaces in /fa"

This reverts commit bb879a62ef.

* Doc fix: resolve all problems with double spaces in /fa

* Doc fix: add spaces for readability

* Doc fix: add spaces

* Fix spaces
2018-12-25 18:25:43 +03:00

38 lines
933 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 来自第三方开发人员的代理服务器
[chproxy](https://github.com/Vertamedia/chproxy) 是ClickHouse数据库的http代理和负载均衡器。
特征
*每用户路由和响应缓存。
*灵活的限制。
*自动SSL证书续订。
在Go中实现。
## KittenHouse
[KittenHouse](https://github.com/VKCOM/kittenhouse) 设计为ClickHouse和应用程序服务器之间的本地代理以防在应用程序端缓冲INSERT数据是不可能或不方便的。
特征:
*内存和磁盘数据缓冲。
*每表路由。
*负载平衡和健康检查。
在Go中实现。
## ClickHouse-Bulk
[ClickHouse-Bulk](https://github.com/nikepan/clickhouse-bulk) 是一个简单的ClickHouse插入收集器。
特征:
*分组请求并按阈值或间隔发送。
*多个远程服务器。
*基本身份验证。
在Go中实现。
[来源文章](https://clickhouse.yandex/docs/zh/interfaces/third-party/proxy/) <!--hide-->