mirror of
https://github.com/dianping/camel.git
synced 2024-12-27 01:56:27 +08:00
add README
This commit is contained in:
parent
d27f07b326
commit
e593c35107
1 changed files with 48 additions and 0 deletions
48
README.md
Normal file
48
README.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
Camel - a soft load balance midware
|
||||
================
|
||||
|
||||
#### 该项目的主Repo移至[Dianping Camel](https://github.com/dianping/camel),请关注主Repo。
|
||||
|
||||
![logo](https://raw.githubusercontent.com/leonindy/camel/master/camel-admin/src/main/webapp/assets/images/camel_logo_blue.png)
|
||||
|
||||
[Camel](https://github.com/dianping/camel) 是大众点评开发的软负载一体解决方案,承担了F5硬负载层后的软负载工作。Camel已成为大众点评网络流量中必不可缺的一层。
|
||||
|
||||
关于Camel的部署及使用,请参考`Camel in Action`: [国内](http://leonindy.coding.me/camel_in_action/) [国外](http://leonindy.github.io/camel_in_action/)
|
||||
|
||||
![whole_picture](https://raw.githubusercontent.com/leonindy/camel/master/camel-admin/src/main/webapp/assets/images/whole_picture.png)
|
||||
|
||||
Camel在大众点评的应用规模如下:
|
||||
|
||||
1. nginx服务器集群:
|
||||
|
||||
数十个nginx集群,共百台nginx服务器
|
||||
|
||||
2. 站点及业务集群:
|
||||
|
||||
数百个站点域名与数百个业务服务器集群
|
||||
|
||||
3. QPS:
|
||||
|
||||
每天响应约数万次接口调用,其中有数千次为nginx配置部署请求
|
||||
|
||||
|
||||
Camel使用流程如下:
|
||||
|
||||
![component](https://raw.githubusercontent.com/leonindy/camel/master/camel-admin/src/main/webapp/assets/images/over_all.gif)
|
||||
|
||||
|
||||
Camel项目由`camel-admin`, `Dengine`\(基于Tengine开发的Web服务器\), `camel-agent`三个模块组成:
|
||||
|
||||
![component](https://raw.githubusercontent.com/leonindy/camel/master/camel-admin/src/main/webapp/assets/images/component.png)
|
||||
|
||||
1. `camel-admin`:
|
||||
|
||||
Camel管理端:可以通过接口及页面两种方式对Nginx集群进行发布、重启、监控等操作。
|
||||
|
||||
2. `Dengine`:
|
||||
|
||||
大众点评基于Tengine开发的Web服务器。在Tengine的基础上,添加了降级等功能。
|
||||
|
||||
3. `camel-agent`:
|
||||
|
||||
部署在Nginx服务器上,管理本机的Nginx进程与配置文件。
|
Loading…
Reference in a new issue