mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
abae86f7a6
* 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
38 lines
933 B
Markdown
38 lines
933 B
Markdown
# 来自第三方开发人员的代理服务器
|
||
|
||
[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-->
|