add README

This commit is contained in:
leon.li 2016-09-06 14:57:03 +08:00
parent d27f07b326
commit e593c35107

48
README.md Normal file
View 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进程与配置文件。